@charset "UTF-8";
/*  --- FONT FALL BACK ---  */
/* -- Center Element -- */
/* -- Responsive -- */
/* -- Center Element in Parent with a position relative -- */
/* -- Hidden/Visible -- */
/*  -- Remove Margin and Padding -- */
/* -- Shapes -- */
/* Circle */
/* Triangle */
/* -- Image Filter Effect -- */
/*
// grayscale      ex: filter: grayscale(100%);
// sepia          ex: filter: sepia(100%);
// saturate       ex: filter: saturate(0%);
// hue-rotate     ex: filter: hue-rotate(45deg);
// invert         ex: filter: invert(100%);
// brightness     ex: filter: brightness(15%);
// contrast       ex: filter: contrast(200%);
// blur           ex: filter: blur(2px);
*/
/* Quick Black and White Effect*/
/* Zoom */
/* -- Box-shadow -- */
/* -- Gradient -- */
/* -- Placeholder -- */
/* -- FUNCTION --*/
/* -- Calculate width in percent -- */
/* -- Calculate font-size in em -- */
/* -- Quick Color Contrast -- */
/*  --- Variable ---  */
/*  --- MEDIA QUERIES ---  */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: Arial; }

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0; }

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px; }

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; }

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none; }

/* Buttons
-----------------------------------------------*/
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto; }

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none; }

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto; }

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype"), url("../fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
*/

/*@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype"), url("../fonts/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
*/

html {
  background-color: #ffffff;
  color: #2E3841;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none; }
  html.overflow {
    overflow: hidden; }
  html::-webkit-scrollbar {
    width: 0 !important; }

body {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  background-color: #ffffff;
  color: #2E3841;
  font-size: 20px;
  line-height: 1.375em;
  white-space: normal;
  font-family: 'Gilroy', sans-serif;
  font-weight: 400;
  font-style: normal;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  body.overflow {
    overflow: hidden; }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 14px; } }

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 1215px) {
    .container {
      width: calc(100% - 120px); } }
  @media only screen and (max-width: 767px) {
    .container {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }

.container_small {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 670px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 767px) {
    .container_small {
      width: 100%;
      padding-left: 60px;
      padding-right: 60px; } }

a {
  color: inherit;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: inline;
  line-height: 1em;
  position: relative;
  text-decoration: none; }
  a:visited {
    color: inherit; }

p {
  line-height: 1.4em;
  font-size: 1em;
  font-family: 'Gilroy', sans-serif;
  font-weight: 400;
  font-style: normal; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

h1 {
  font-family: 'Gilroy', sans-serif;
  font-weight: normal;
  font-weight: bold;
  font-size: 3em;
  line-height: 1em;
  text-transform: lowercase;
  margin: 0;
  padding: 0;
  color: #2E3841; }

h2 {
  font-family: 'Gilroy', sans-serif;
  font-weight: normal;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.2em;
  margin: 0;
  padding: 0; }

h3 {
  font-family: 'Gilroy', sans-serif;
  font-weight: normal;
  font-weight: bold;
  font-size: 1.5em; }

span.color_green {
  color: #789D4A; }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 282px;
  text-align: center;
  color: #ffffff !important;
  background-color: #789D4A;
  border: 2px solid #789D4A;
  height: 58px;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .btn:hover {
    background-color: #ffffff;
    color: #789D4A !important; }

header {
  width: 100%;
  position: relative; }
  header .logo {
    width: 170px;
    display: block;
    margin: 30px auto;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      header .logo {
        width: 120px;
        margin: 20px auto; } }
    header .logo img {
      width: 100%;
      height: auto; }
  header .lang {
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.hero {
  height: 460px;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background-image: url(https://image.exacttarget.com/lib/fe8813727261017b72/m/5/95ab3a03-f38d-4237-b245-4ecd3e6a04ff.jpg);
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .hero {
      height: 133vw;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      background-image: url(https://image.exacttarget.com/lib/fe8813727261017b72/m/5/fa63f240-b542-4707-8b7c-5034ef157df4.jpg);
      background-position: bottom right; } }
  .hero h1 {
    max-width: 640px;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .hero h1 {
        font-size: 35px;
        padding-top: 44px; }
        .hero h1 br {
          display: none; } }

.feature {
  padding-top: 100px;
  padding-bottom: 100px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .feature {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .feature h2 {
    text-align: center; }
  .feature .icon_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 60px; }
    .feature .icon_wrap .icon {
      width: 130px;
      height: auto;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 767px) {
        .feature .icon_wrap .icon {
          width: 80px; } }

.collections {
  padding-bottom: 100px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .collections {
      padding-bottom: 60px; } }
  .collections h2 {
    text-align: center;
    padding-bottom: 40px; }
  .collections .slider_collection {
    width: 100%;
    height: 44vw;
    overflow: hidden;
    position: relative;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .collections .slider_collection {
        height: 500px; } }
    .collections .slider_collection .arrow {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 36px;
      z-index: 3;
      cursor: pointer; }
      .collections .slider_collection .arrow_left {
        left: 5%; }
      .collections .slider_collection .arrow_right {
        right: 5%; }
    .collections .slider_collection .slide {
      width: 80%;
      background-color: #EEEEEE;
      border-bottom: 10px solid #8E7FAE;
      position: absolute;
      top: 0;
      left: 50%;
      height: 44vw;
      -webkit-transform: translateX(150%);
          -ms-transform: translateX(150%);
              transform: translateX(150%);
      padding: 50px;
      pointer-events: none;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .collections .slider_collection .slide {
          padding: 10px;
          height: 500px; } }
      .collections .slider_collection .slide .flex {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        z-index: 2; }
      .collections .slider_collection .slide:first-of-type {
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
      .collections .slider_collection .slide:nth-of-type(2) {
        -webkit-transform: translateX(55%);
            -ms-transform: translateX(55%);
                transform: translateX(55%); }
      .collections .slider_collection .slide:last-of-type {
        -webkit-transform: translateX(-155%);
            -ms-transform: translateX(-155%);
                transform: translateX(-155%); }
      .collections .slider_collection .slide .left {
        width: 50%;
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .collections .slider_collection .slide .left {
            width: 100%; } }
        .collections .slider_collection .slide .left img {
          width: 100%;
          height: auto; }
      .collections .slider_collection .slide .right {
        width: 50%;
        padding: 0px 50px;
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .collections .slider_collection .slide .right {
            width: 100%;
            padding: 10px; } }
        .collections .slider_collection .slide .right h3 {
          text-transform: uppercase;
          padding-bottom: 15px; }
      .collections .slider_collection .slide .texture {
        position: absolute;
        right: 0;
        top: 0px;
        width: 20%;
        height: auto;
        z-index: 0;
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .collections .slider_collection .slide .texture {
            display: none; } }
      .collections .slider_collection .slide.color_purple {
        border-color: #8E7FAE; }
        .collections .slider_collection .slide.color_purple h3 {
          color: #8E7FAE; }
      .collections .slider_collection .slide.color_pink {
        border-color: #D592AA; }
        .collections .slider_collection .slide.color_pink h3 {
          color: #D592AA; }
      .collections .slider_collection .slide.color_yellow {
        border-color: #EFB661; }
        .collections .slider_collection .slide.color_yellow h3 {
          color: #EFB661; }
      .collections .slider_collection .slide.color_blue {
        border-color: #89B2C4; }
        .collections .slider_collection .slide.color_blue h3 {
          color: #89B2C4; }

.fr .collections .slider_collection .slide, .fr .collections .slider_collection {
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .fr .collections .slider_collection .slide, .fr .collections .slider_collection {
      height: 530px; } }

.bestsellers {
  padding-bottom: 100px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .bestsellers {
      padding-bottom: 60px; } }
  .bestsellers h2 {
    text-align: center;
    padding-bottom: 40px;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .bestsellers h2 span {
        display: block; } }
  .bestsellers .slider_bestsellers {
    width: 100%;
    height: 480px;
    overflow: hidden;
    position: relative;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .bestsellers .slider_bestsellers {
        height: 390px; } }
    .bestsellers .slider_bestsellers .arrow {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 36px;
      z-index: 3;
      cursor: pointer; }
      .bestsellers .slider_bestsellers .arrow_left {
        left: 5%; }
      .bestsellers .slider_bestsellers .arrow_right {
        right: 5%; }
    .bestsellers .slider_bestsellers .slide {
      width: 365px;
      border-bottom: 10px solid #8E7FAE;
      position: absolute;
      top: 0;
      left: 50%;
      height: 480px;
      -webkit-transform: translateX(250%);
          -ms-transform: translateX(250%);
              transform: translateX(250%);
      padding-bottom: 20px;
      text-align: center;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .bestsellers .slider_bestsellers .slide {
          width: 260px;
          height: 390px;
          padding-bottom: 10px; } }
      .bestsellers .slider_bestsellers .slide:nth-of-type(1) {
        position: relative;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
      .bestsellers .slider_bestsellers .slide:nth-of-type(2) {
        -webkit-transform: translateX(65%);
            -ms-transform: translateX(65%);
                transform: translateX(65%); }
      .bestsellers .slider_bestsellers .slide:nth-of-type(3) {
        -webkit-transform: translateX(180%);
            -ms-transform: translateX(180%);
                transform: translateX(180%); }
      .bestsellers .slider_bestsellers .slide:nth-of-type(4) {
        -webkit-transform: translateX(-280%);
            -ms-transform: translateX(-280%);
                transform: translateX(-280%); }
      .bestsellers .slider_bestsellers .slide:nth-of-type(5) {
        -webkit-transform: translateX(-165%);
            -ms-transform: translateX(-165%);
                transform: translateX(-165%); }
      .bestsellers .slider_bestsellers .slide .img_wrap {
        width: 190px;
        height: 240px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        cursor: pointer; }
        .bestsellers .slider_bestsellers .slide .img_wrap .prod {
          width: 100%;
          height: auto;
          -webkit-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s; }
        .bestsellers .slider_bestsellers .slide .img_wrap .hover {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%) scale(0.9);
              -ms-transform: translate(-50%, -50%) scale(0.9);
                  transform: translate(-50%, -50%) scale(0.9);
          opacity: 0;
          -webkit-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s; }
        .bestsellers .slider_bestsellers .slide .img_wrap p.hover {
          width: 100%;
          font-weight: bold; }
        .bestsellers .slider_bestsellers .slide .img_wrap:hover .prod {
          opacity: 0;
          -webkit-transform: scale(0.9);
              -ms-transform: scale(0.9);
                  transform: scale(0.9); }
        .bestsellers .slider_bestsellers .slide .img_wrap:hover .hover {
          -webkit-transform: translate(-50%, -50%) scale(1);
              -ms-transform: translate(-50%, -50%) scale(1);
                  transform: translate(-50%, -50%) scale(1);
          opacity: 1; }
      .bestsellers .slider_bestsellers .slide .txt h5 {
        font-family: 'Gilroy', sans-serif;
        font-weight: normal;
        font-weight: bold;
        font-size: 1em;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        padding-top: 35px;
        padding-bottom: 5px; }
      .bestsellers .slider_bestsellers .slide .txt small {
        font-size: 0.8em;
        font-style: italic;
        padding-bottom: 14px;
        display: block; }
      .bestsellers .slider_bestsellers .slide .txt .review {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 0.8em;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .bestsellers .slider_bestsellers .slide .txt .review svg {
          width: 1em;
          margin-left: 0.2em;
          margin-right: 0.2em; }
      .bestsellers .slider_bestsellers .slide.color_purple {
        border-color: #8E7FAE; }
      .bestsellers .slider_bestsellers .slide.color_ultra-purple {
        border-color: #614B79; }
      .bestsellers .slider_bestsellers .slide.color_pink {
        border-color: #D592AA; }
      .bestsellers .slider_bestsellers .slide.color_yellow {
        border-color: #EFB661; }
      .bestsellers .slider_bestsellers .slide.color_blue {
        border-color: #89B2C4; }
  .bestsellers #cta h3 {
    text-transform: lowercase;
    text-align: center;
    padding-top: 100px;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
  .bestsellers .dropdown_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 40px;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .bestsellers .dropdown_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .bestsellers .dropdown_wrap .drop {
      width: 300px;
      margin-left: 10px;
      margin-right: 10px;
      position: relative;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .bestsellers .dropdown_wrap .drop {
          margin-top: 20px; } }
      .bestsellers .dropdown_wrap .drop .top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: #789D4A;
        height: 60px;
        padding: 15px 35px;
        cursor: pointer; }
        .bestsellers .dropdown_wrap .drop .top p {
          text-transform: uppercase;
          color: #ffffff;
          font-size: 0.9em; }
        .bestsellers .dropdown_wrap .drop .top svg {
          width: 12px;
          -webkit-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s; }
      .bestsellers .dropdown_wrap .drop ul {
        overflow: hidden;
        display: none;
        position: absolute;
        top: calc(100% - 3px);
        left: 0;
        right: 0;
        list-style-type: none;
        padding: 0 20px;
        border: 3px solid #789D4A;
        background-color: #ffffff;
        z-index: 5;
        margin: 0; }
        .bestsellers .dropdown_wrap .drop ul li {
          width: 260px;
          height: 60px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          border-bottom: 1px solid #F3F0F0; }
          .bestsellers .dropdown_wrap .drop ul li a {
            text-transform: uppercase;
            line-height: 1em;
            padding-top: 3px;
            width: 100%; }
          .bestsellers .dropdown_wrap .drop ul li img {
            height: 100%;
            width: auto; }
          .bestsellers .dropdown_wrap .drop ul li:last-of-type {
            border: none; }
      .bestsellers .dropdown_wrap .drop.active .top svg {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }

.fr .bestsellers .dropdown_wrap .drop {
  width: 350px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .fr .bestsellers .dropdown_wrap .drop {
      width: 100%; } }

.fr .bestsellers .dropdown_wrap .drop ul li {
  width: 310px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .fr .bestsellers .dropdown_wrap .drop ul li {
      width: 100%; } }

.testimonials {
  padding-bottom: 100px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .testimonials {
      padding-bottom: 60px; } }
  .testimonials .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .testimonials h2 {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px; }
  .testimonials .left {
    width: 50%;
    padding: 0 70px;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .testimonials .left {
        width: 100%;
        padding: 0; } }
    .testimonials .left video {
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .testimonials .right {
    border-left: 1px solid #789D4A;
    padding-left: 35px;
    width: 50%;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .testimonials .right {
        width: 100%;
        margin-top: 60px;
        border-left: none;
        padding-left: 0px; } }
    .testimonials .right .review {
      padding-bottom: 30px; }
      .testimonials .right .review svg {
        width: 110px; }
      .testimonials .right .review h3 {
        font-family: 'Gilroy', sans-serif;
        font-weight: normal;
        font-weight: bold;
        font-size: 1.25em;
        padding-top: 5px;
        padding-bottom: 5px; }
      .testimonials .right .review p {
        font-size: 0.8em; }
      .testimonials .right .review:last-of-type {
        padding-bottom: 0px; }

.magazine {
  padding-bottom: 10px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .magazine {
      padding-bottom: 20px; } }
  .magazine h2 {
    text-align: center;
    padding-bottom: 70px;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .magazine h2 span.mobile_format {
        display: block; } }
  .magazine .mag_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .magazine .mag_wrap .mag {
      width: 33%;
      margin-bottom: 90px;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .magazine .mag_wrap .mag {
          margin-bottom: 30px; } }
      .magazine .mag_wrap .mag img {
        width: 230px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .magazine .mag_wrap .mag img {
            width: 80px; } }

.about {
  padding: 80px 0;
  background-image: url(https://image.exacttarget.com/lib/fe8813727261017b72/m/5/f5043e8d-b8fe-4d74-928c-ccf7fe713c51.jpg);
  background-position: center;
  background-size: cover;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .about {
      padding: 22px; } }
  .about .container {
    background-color: #ffffff;
    padding: 40px 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .about .container {
        padding: 35px 25px;
        text-align: center;
        width: 100%; } }
    .about .container .left {
      width: 25%;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .about .container .left {
          width: 100%; } }
      .about .container .left img {
        width: 100%;
        height: auto;
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .about .container .left img {
            width: 50%;
            margin-left: auto;
            margin-right: auto; } }
    .about .container .right {
      width: 75%;
      padding-left: 40px;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .about .container .right {
          width: 100%;
          padding-left: 0px; } }
      .about .container .right h2 {
        padding-bottom: 15px;
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .about .container .right h2 {
            padding-top: 40px; } }
      .about .container .right .color_green {
        font-family: 'Gilroy', sans-serif;
        font-weight: normal;
        font-weight: bold; }

.promise {
  padding-top: 100px;
  padding-bottom: 80px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .promise {
      padding-top: 60px;
      padding-bottom: 40px; } }
  .promise h2 {
    text-align: center;
    padding-bottom: 40px; }
  .promise .promise_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .promise .promise_flex .promise_box {
      border: 1px solid #D9D9D9;
      width: 345px;
      height: 310px;
      padding: 45px 40px;
      margin-bottom: 20px;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .promise .promise_flex .promise_box {
          text-align: center;
          width: 100%;
          height: auto;
          padding: 20px; } }
      .promise .promise_flex .promise_box img {
        width: 85px;
        height: auto;
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .promise .promise_flex .promise_box img {
            width: 62px;
            margin-left: auto;
            margin-right: auto; } }
      .promise .promise_flex .promise_box h5 {
        padding-top: 30px;
        padding-bottom: 10px;
        margin: 0;
        font-family: 'Gilroy', sans-serif;
        font-weight: normal;
        font-weight: bold;
        color: #789D4A;
        text-transform: uppercase;
        font-size: 1em;
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .promise .promise_flex .promise_box h5 {
            font-size: 18px;
            padding-top: 15px; } }
      .promise .promise_flex .promise_box p {
        font-size: 0.75em;
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .promise .promise_flex .promise_box p {
            font-size: 14px; } }
      .promise .promise_flex .promise_box small {
        font-size: 11px;
        font-style: italic;
        line-height: 1em;
        display: block;
        margin-top: 20px; }

.initiatives {
  padding-bottom: 100px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .initiatives {
      padding-bottom: 60px; } }
  .initiatives .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .initiatives .flex {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .initiatives .left {
    width: 45%;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .initiatives .left {
        width: 100%; }
        .initiatives .left img {
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 30px; } }
  .initiatives .right {
    width: 50%;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .initiatives .right {
        width: 100%;
        text-align: center; } }
    .initiatives .right h3 {
      text-transform: lowercase;
      padding-bottom: 20px; }
    .initiatives .right .color_green {
      font-family: 'Gilroy', sans-serif;
      font-weight: normal;
      font-weight: bold; }
  .initiatives .btn_wrap {
    padding-top: 60px;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .initiatives .btn_wrap {
        padding-top: 30px; } }

.contact {
  padding-top: 100px;
  padding-bottom: 100px;
  background: rgba(238, 238, 238, 0.6);
  position: relative;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .contact {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .contact h2 {
    text-align: center;
    max-width: 360px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .contact h2 br {
        display: none; } }
  .contact p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .contact .btn_wrap {
    margin-top: 60px;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .contact .btn_wrap {
        margin-top: 30px; } }
  .contact .texture1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    height: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .contact .texture1 {
        width: 25%; } }
  .contact .texture2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10%;
    height: auto;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .contact .texture2 {
        width: 15%; } }
  .contact .scrollTop {
    cursor: pointer;
    width: 36px;
    position: absolute;
    right: 5%;
    bottom: 5%;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    .contact .scrollTop svg {
      width: 100%; }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .contact .scrollTop {
        width: 20px;
        right: 20px;
        bottom: 20px; } }

.form_page {
  width: 100%;
  position: relative;
  font-family: 'Gilroy', sans-serif;
  font-weight: 400;
  font-style: normal; }
  .form_page .form_banner_wrap {
    position: relative;
    width: 60%;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .form_page .form_banner_wrap {
        display: none; } }
  .form_page .form_banner {
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
    padding: 40px 80px;
    background-image: url(https://image.mail.professionalproducts.loreal.ca/lib/fe2911717d64047e721d75/m/1/5292bdf9-c0a8-4af3-81be-f6a76834c5d4.png);
    width: 100%;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .form_page .form_banner {
        position: relative; } }
    .form_page .form_banner .icon {
      position: absolute;
      width: 34px;
      top: 50px;
      right: 50px; }
  .form_page .newsletter_form {
    padding: 25px 0;
    width: 40%;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .form_page .newsletter_form {
        width: 100%; } }
    .form_page .newsletter_form .logo {
      width: 185px;
      margin: 40px auto; }
    .form_page .newsletter_form h2 {
      text-align: center; }
    .form_page .newsletter_form .txt {
      padding-top: 30px;
      width: 90%;
      max-width: 500px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 50px;
      text-align: center;
      font-size: 18px; }
  .form_page form {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    font-style: normal; }
    .form_page form input, .form_page form select {
      font-family: 'Gilroy', sans-serif;
      font-weight: 400;
      font-style: normal;
      width: 100%;
      border: 1px solid #A6A6A6;
      border-radius: 6px;
      height: 60px;
      font-size: 0.9em;
      padding: 0px 18px;
      color: #789D4A;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      .form_page form input:focus, .form_page form select:focus {
        border: 1px solid #789D4A; }
      .form_page form input[type='submit'], .form_page form select[type='submit'] {
        margin-top: 20px;
        padding-bottom: 0px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 145px;
        height: 40px;
        font-family: 'Gilroy', sans-serif;
        font-weight: normal;
        font-weight: bold;
        font-size: 14px;
        background-color: #789D4A;
        color: #ffffff;
        text-transform: uppercase;
        border: 1px solid #789D4A;
        border-radius: 0;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        cursor: pointer;
        margin-top: 40px; }
        .form_page form input[type='submit']:hover, .form_page form select[type='submit']:hover {
          color: #789D4A;
          background-color: #ffffff; }
        .form_page form input[type='submit']:disabled, .form_page form select[type='submit']:disabled {
          pointer-events: none;
          opacity: 0.5; }
    .form_page form label {
      font-family: 'Gilroy', sans-serif;
      font-weight: 400;
      font-style: normal;
      margin-bottom: 20px;
      position: relative;
      width: 100%;
      font-size: 16px; }
    .form_page form .form_label {
      position: absolute;
      top: 1.58em;
      left: 19px;
      font-size: 0.9em;
      color: #A6A6A6;
      pointer-events: none;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      .form_page form .form_label.active {
        top: 0.85em;
        font-size: 0.55em; }
    .form_page form select {
      font-size: 16px;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      .form_page form select:invalid {
        color: #A6A6A6; }
      .form_page form select [disabled] {
        color: #A6A6A6; }
    .form_page form .select_wrap {
      position: relative;
      margin-bottom: 20px; }
      .form_page form .select_wrap:after {
        pointer-events: none;
        content: "▾";
        color: #789D4A;
        position: absolute;
        top: 50%;
        right: 22px;
        font-size: 25px;
        -webkit-transform: translateY(-60%) scaleY(1.5);
            -ms-transform: translateY(-60%) scaleY(1.5);
                transform: translateY(-60%) scaleY(1.5); }
      .form_page form .select_wrap .form_label {
        line-height: 1em;
        opacity: 0;
        font-size: 0.45em; }
        .form_page form .select_wrap .form_label.active {
          opacity: 1; }
      .form_page form .select_wrap.professional, .form_page form .select_wrap.consumer {
        display: none; }
        .form_page form .select_wrap.professional.active, .form_page form .select_wrap.consumer.active {
          display: block; }
    .form_page form .disclaimer_wrap {
      margin-top: 10px;
      line-height: 1em; }
      .form_page form .disclaimer_wrap small {
        font-size: 10px;
        line-height: 1em; }
        .form_page form .disclaimer_wrap small a {
          text-decoration: underline; }

.ty_page {
  width: 100%;
  position: relative;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .ty_page {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .ty_page .ty_banner_wrap {
    position: relative;
    width: 60%;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .ty_page .ty_banner_wrap {
        width: 100%; } }
  .ty_page .ty_banner {
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
    padding: 40px 80px;
    background-image: url(https://image.exacttarget.com/lib/fe8813727261017b72/m/5/f345b879-3274-42e4-ad3b-a8beffff8b7f.jpg);
    width: 100%;
    background-size: cover;
    background-position: top right;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .ty_page .ty_banner {
        position: relative;
        height: 50vh; } }
    .ty_page .ty_banner .icon {
      position: absolute;
      width: 34px;
      top: 50px;
      right: 50px; }
  .ty_page .ty_text {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .ty_page .ty_text {
        width: 100%;
        height: 50vh; } }
    .ty_page .ty_text h2 {
      text-align: center;
      width: 320px;
      margin-left: auto;
      margin-right: auto; }
    .ty_page .ty_text .logo {
      width: 145px;
      margin: 32px auto;
      margin-top: 0; }
    .ty_page .ty_text a {
      text-align: center;
      font-size: 18px;
      padding-top: 80px;
      display: block;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .ty_page .ty_text a .underline {
        text-decoration: underline; }
      .ty_page .ty_text a svg path {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .ty_page .ty_text a:hover {
        color: #789D4A; }
        .ty_page .ty_text a:hover svg path {
          stroke: #789D4A; }

footer {
  padding: 70px 0;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  background-color: #789D4A;
  color: #ffffff; }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    footer {
      padding: 50px 0; } }
  footer .top .col {
    width: 30%;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      footer .top .col {
        width: 100%;
        margin-bottom: 30px; } }
  footer .top .links {
    width: 200px; }
    footer .top .links a {
      font-family: 'Gilroy', sans-serif;
      font-weight: normal;
      font-weight: bold;
      display: block;
      text-transform: uppercase;
      margin-bottom: 20px; }
  footer .top p {
    margin-top: 12px;
    font-size: 14px; }
  footer .top h5 {
    font-family: 'Gilroy', sans-serif;
    font-weight: normal;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 1em; }
  footer .top .professionals a {
    text-decoration: underline; }
  footer .top .socials {
    width: 110px; }
    footer .top .socials .flex {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-top: 12px;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .top .socials .flex {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      footer .top .socials .flex a {
        margin-right: 30px; }
        footer .top .socials .flex a:last-of-type {
          margin-right: 0; }
  footer .bottom {
    border-top: 1px solid #ffffff;
    margin-top: 25px;
    padding-top: 25px;
    font-size: 12px; }
    footer .bottom p {
      padding-bottom: 20px; }
      footer .bottom p a {
        text-decoration: underline; }
      footer .bottom p:last-of-type {
        padding-bottom: 0; }
    footer .bottom ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /* -- @include break(height)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .bottom ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      footer .bottom ul li {
        margin-left: 15px;
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          footer .bottom ul li {
            margin-left: 0px;
            margin-top: 15px; } }
  footer .logo_footer {
    width: 200px; }

.fr footer .top .socials {
  width: 135px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .fr footer .top .socials {
      width: 100%; } }

.fr footer .top .professionals, .fr footer .top .contact-us {
  width: 31%;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .fr footer .top .professionals, .fr footer .top .contact-us {
      width: 100%; } }

/*# sourceMappingURL=style.css.map */
