/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
input, textarea{
    margin: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

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

/********** Great clearfix **************/
.clearfix:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.clearfix {display: block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}*,
*:after,
*:before {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  min-width: 1024px;
  font-family: 'MiloPro', Helvetica, Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-font-feature-settings: "kern" 1;
  font-feature-settings: "kern";
  color: #1a1a1a;
}
.Content {
  height: 100%;
  overflow-x: hidden;
  background: #f4f5f6;
}
a {
  text-decoration: none;
}
a[href^="tel"] {
  color: inherit !important;
  text-decoration: underline !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
.isNotTablet a[href^="tel"] {
  text-decoration: none !important;
}
button {
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: 'MiloPro', Helvetica, Arial, sans-serif;
}
button:focus {
  outline: none;
}
input {
  font-family: 'MiloPro', Helvetica, Arial, sans-serif;
}
input::-ms-clear {
  display: none;
}
.Article h1,
Article h1 {
  font-size: 2.375rem;
  line-height: 2.875rem;
  font-weight: 600;
}
.Article h2,
Article h2 {
  font-size: 1.75rem;
  line-height: 2.375rem;
  font-weight: 600;
}
.Article h3,
Article h3 {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 600;
}
.Article blockquote,
Article blockquote {
  font-size: 2rem;
  line-height: 2.375rem;
  font-weight: 600;
}
.Article p,
Article p {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: normal;
}
.u-Clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.u-Absolute100 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.u-Btn {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: bold;
  -webkit-appearance: none;
          appearance: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.isNotTablet .u-Btn {
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.u-Btn--active--scaleDown {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.u-Btn--active--scaleDown:active {
  -webkit-transform: scale(0.95) !important;
          transform: scale(0.95) !important;
}
.u-Btn--active--opacity:active {
  opacity: 0.6;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.isNotTablet .u-Btn--hover--scaleUp:hover,
.isTablet .u-Btn--hover--scaleUp:active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.isNotTablet .u-Btn--hover--opacity:hover,
.isTablet .u-Btn--hover--opacity:active {
  opacity: 0.6;
}
.u-Btn--white {
  color: white;
  border: 2px solid white;
}
.isNotTablet .u-Btn--white {
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, -webkit-transform 0.3s ease;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, transform 0.3s ease;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.isNotTablet .u-Btn--white:hover,
.isTablet .u-Btn--white:active {
  color: #1a1a1a;
  background-color: white;
}
.u-Btn--black {
  color: #1a1a1a;
  border: 2px solid #1a1a1a;
}
.isNotTablet .u-Btn--black {
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s, -webkit-transform 0.3s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s, transform 0.3s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.isNotTablet .u-Btn--black:hover,
.isTablet .u-Btn--black:active {
  color: white;
  background-color: #1a1a1a;
}
.u-Link {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  outline: none;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}
.u-Link--hoverUnderline {
  border-bottom: 1px solid transparent;
}
.isNotTablet .u-Link--hoverUnderline {
  transition: border-color 0.3s ease;
}
.isNotTablet .u-Link--hoverUnderline:hover,
.isTablet .u-Link--hoverUnderline:active {
  border-color: currentColor;
}
.u-LinkBtn {
  font-weight: bold;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  color: inherit;
  outline: none;
  text-align: center;
  background-color: transparent;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.isNotTablet .u-LinkBtn {
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.u-LinkBtn--size--default {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  padding: 0 40px;
}
.u-LinkBtn--white {
  color: white;
  border: 2px solid white;
}
.isNotTablet .u-LinkBtn--white {
  transition: background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.3s ease;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.isNotTablet .u-LinkBtn--white:hover,
.isTablet .u-LinkBtn--white:active {
  color: #1a1a1a;
  background-color: white;
}
.u-LinkBtn--black {
  color: black;
  border: 2px solid black;
}
.isNotTablet .u-LinkBtn--black {
  transition: background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.3s ease;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.isNotTablet .u-LinkBtn--black:hover,
.isTablet .u-LinkBtn--black:active {
  color: #f4f5f6;
  background-color: black;
}
.u-LinkBtn--active--scaleDown {
  -webkit-transform-origin: center;
          transform-origin: center;
}
.u-LinkBtn--active--scaleDown:active {
  -webkit-transform: scale(0.95) !important;
          transform: scale(0.95) !important;
}
.isNotTablet .u-LinkBtn--hover--opacity:hover,
.isTablet .u-LinkBtn--hover--opacity:active {
  opacity: 0.6;
}
.u-IsSomethingGrabbing {
  cursor: grabbing !important;
  cursor: -webkit-grabbing !important;
}
@media only screen and (-webkit-max-device-pixel-ratio: 1), only screen and (max-device-pixel-ratio: 1), only screen and (max-resolution: 96dpi) {
  .Back--Only2x {
    background-image: none !important;
    display: none !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .Back--Only2x {
    background-size: inherit;
    background-position: inherit;
    background-repeat: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .Back--Only1x {
    background-image: none !important;
  }
}
.u-Grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.u-Grid-1,
.u-Grid-1-1,
.u-Grid-1-2,
.u-Grid-1-3,
.u-Grid-2-3,
.u-Grid-1-4,
.u-Grid-3-4,
.u-Grid-1-6,
.u-Grid-5-6,
.u-Grid-1-8,
.u-Grid-3-8,
.u-Grid-5-8,
.u-Grid-7-8,
.u-Grid-1-12,
.u-Grid-5-12,
.u-Grid-7-12,
.u-Grid-11-12,
.u-Grid-1-16,
.u-Grid-3-16,
.u-Grid-5-16,
.u-Grid-11-16,
.u-Grid-13-16,
.u-Grid-1-24,
.u-Grid-2-24,
.u-Grid-3-24,
.u-Grid-4-24,
.u-Grid-5-24,
.u-Grid-6-24,
.u-Grid-7-24,
.u-Grid-8-24,
.u-Grid-9-24,
.u-Grid-10-24,
.u-Grid-11-24,
.u-Grid-12-24,
.u-Grid-13-24,
.u-Grid-14-24,
.u-Grid-15-24,
.u-Grid-16-24,
.u-Grid-17-24,
.u-Grid-18-24,
.u-Grid-19-24,
.u-Grid-20-24,
.u-Grid-21-24,
.u-Grid-22-24,
.u-Grid-23-24,
.u-Grid-24-24,
.u-Grid-1-18,
.u-Grid-1-48,
.u-Grid-16-18 {
  padding-right: 9px;
}
.u-Grid-1-48 {
  width: 2.08335%;
}
.u-Grid-1-24 {
  width: 4.1667%;
}
.u-Grid-1-18 {
  width: 5.5555%;
}
.u-Grid-1-12,
.u-Grid-2-24 {
  width: 8.3333%;
}
.u-Grid-1-8,
.u-Grid-3-24 {
  width: 12.5000%;
}
.u-Grid-1-6,
.u-Grid-4-24 {
  width: 16.6667%;
}
.u-Grid-5-24 {
  width: 20.8333%;
}
.u-Grid-1-4,
.u-Grid-6-24 {
  width: 25%;
}
.u-Grid-7-24 {
  width: 29.1667%;
}
.u-Grid-1-3,
.u-Grid-8-24 {
  width: 33.3333%;
}
.u-Grid-3-8,
.u-Grid-9-24 {
  width: 37.5000%;
}
.u-Grid-5-12,
.u-Grid-10-24 {
  width: 41.6667%;
}
.u-Grid-11-24 {
  width: 45.8333%;
}
.u-Grid-1-2,
.u-Grid-12-24 {
  width: 50%;
}
.u-Grid-13-24 {
  width: 54.1667%;
}
.u-Grid-7-12,
.u-Grid-14-24 {
  width: 58.3333%;
}
.u-Grid-5-8,
.u-Grid-15-24 {
  width: 62.5000%;
}
.u-Grid-2-3,
.u-Grid-16-24 {
  width: 66.6667%;
}
.u-Grid-17-24 {
  width: 70.8333%;
}
.u-Grid-3-4,
.u-Grid-18-24 {
  width: 75%;
}
.u-Grid-19-24 {
  width: 79.1667%;
}
.u-Grid-5-6,
.u-Grid-20-24 {
  width: 83.3333%;
}
.u-Grid-7-8,
.u-Grid-21-24 {
  width: 87.5000%;
}
.u-Grid-16-18 {
  width: 88.8888%;
}
.u-Grid-11-12,
.u-Grid-22-24 {
  width: 91.6667%;
}
.u-Grid-23-24 {
  width: 95.8333%;
}
.u-Grid-1,
.u-Grid-1-1,
.u-Grid-24-24 {
  width: 100%;
}
.u-Grid-1-9 {
  width: 11.1111%;
}
.u-Grid-2-9 {
  width: 22.2222%;
}
.u-Grid-7-9 {
  width: 77.7777%;
}
.u-Grid-1-16 {
  width: 6.25%;
}
.u-Grid-5-16 {
  width: 31.25%;
}
.u-Grid-3-16 {
  width: 18.75%;
}
.u-Grid-11-16 {
  width: 68.75%;
}
.u-Grid-13-16 {
  width: 81.25%;
}
.u-Grid-nested,
.u-Grid-noPadding {
  padding: 0;
}
.u-Grid-right {
  padding-right: 0 !important;
  padding-left: 9px !important;
}
@font-face {
  font-family: 'MiloPro';
  src: url('/static/fonts/MiloPro-Light.woff2') format('woff2'), url('/static/fonts/MiloPro-Light.woff') format('woff'), url('/static/fonts/MiloPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'MiloPro';
  src: url('/static/fonts/MiloPro-LightIta.woff2') format('woff2'), url('/static/fonts/MiloPro-LightIta.woff') format('woff'), url('/static/fonts/MiloPro-LightIta.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'MiloPro';
  src: url('/static/fonts/MiloPro.woff2') format('woff2'), url('/static/fonts/MiloPro.woff') format('woff'), url('/static/fonts/MiloPro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MiloPro';
  src: url('/static/fonts/MiloPro-Bold.woff2') format('woff2'), url('/static/fonts/MiloPro-Bold.woff') format('woff'), url('/static/fonts/MiloPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'MiloPro';
  src: url('/static/fonts/MiloPro-BoldIta.woff2') format('woff2'), url('/static/fonts/MiloPro-BoldIta.woff') format('woff'), url('/static/fonts/MiloPro-BoldIta.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'MiloPro';
  src: url('/static/fonts/MiloPro-Ita.woff2') format('woff2'), url('/static/fonts/MiloPro-Ita.woff') format('woff'), url('/static/fonts/MiloPro-Ita.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
.u-FontPreload {
  visibility: hidden;
  position: absolute;
}
.u-MiloProLight {
  font-family: 'MiloPro';
  font-weight: 300;
  font-style: normal;
}
.u-MiloProLightItalic {
  font-weight: 300;
  font-style: italic;
}
.u-MiloPro {
  font-weight: normal;
  font-style: normal;
}
.u-MiloProBold {
  font-weight: bold;
  font-style: normal;
}
.u-MiloProBoldItalic {
  font-weight: bold;
  font-style: italic;
}
.u-MiloProItalic {
  font-weight: normal;
  font-style: italic;
}
.PrintContent {
  overflow: visible;
  visibility: hidden;
  position: absolute;
}
@media print {
  body {
    overflow: auto !important;
  }
  .PrintContent {
    position: relative;
    z-index: 1000;
    visibility: visible;
  }
  .PrintContent .NewsletterSubscribe {
    display: none;
  }
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}/* perfect-scrollbar v0.6.16 */
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .ps-container {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
      overflow: auto !important; } }
  .ps-container.ps-active-x > .ps-scrollbar-x-rail,
  .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent; }
  .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 15px; }
    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      border-radius: 6px;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      bottom: 2px;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 6px; }
    .ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
      height: 11px; }
  .ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 15px; }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      border-radius: 6px;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      right: 2px;
      /* there must be 'right' for ps-scrollbar-y */
      width: 6px; }
    .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
      width: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps-container:hover > .ps-scrollbar-x-rail,
  .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: #999; }
.Dropdown {
  position: relative;
}
.Dropdown select {
  display: none;
}
.Dropdown--opened .Dropdown-value {
  color: #fff;
  background-color: #1a1a1a;
}
.Dropdown--opened .Dropdown-value i svg {
  fill: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.Dropdown--opened .Dropdown-options {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: inherit;
  opacity: 1;
  transition-delay: 0s;
}
.Dropdown:not(.Dropdown--disabled) .isNotTablet .Dropdown-value:hover,
.Dropdown:not(.Dropdown--disabled) .isTablet .Dropdown-value:active {
  color: #fff;
  background-color: #1a1a1a;
}
.Dropdown:not(.Dropdown--disabled) .isNotTablet .Dropdown-value:hover i svg,
.Dropdown:not(.Dropdown--disabled) .isTablet .Dropdown-value:active i svg {
  fill: #fff;
}
.Dropdown--disabled .Dropdown-value {
  opacity: 0.5;
  cursor: default;
}
.Dropdown-value {
  border: 2px solid #1a1a1a;
  position: relative;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  height: 56px;
  transition: color 0.1s, background-color 0.1s;
}
.Dropdown-value span {
  display: block;
  text-align: center;
  position: absolute;
  padding: 0 40px;
  box-sizing: border-box;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: -0.0125em;
}
.Dropdown-value i {
  position: absolute;
  display: block;
  width: 12px;
  height: 7px;
  right: 22px;
  top: 50%;
  margin-top: -3.5px;
}
.Dropdown-value i svg {
  display: block;
  width: 12px;
  height: 7px;
  fill: #1a1a1a;
  transition: fill .1s;
}
.Dropdown .ps-container .ps-scrollbar-y-rail,
.Dropdown .ps-container .ps-scrollbar-y {
  width: 4px;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}
.Dropdown .ps-container .ps-scrollbar-y-rail {
  margin: 4px 0;
}
.Dropdown-options {
  position: absolute;
  width: 100%;
  z-index: 2;
  border: 2px solid #1a1a1a;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  transition: visibility 0s linear 0.3s, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: visibility 0s linear 0.3s, transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: visibility 0s linear 0.3s, transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.Dropdown-options li {
  position: relative;
  height: 60px;
  border-top: 1px solid #d4d8de;
  transition: background-color 0.1s;
  cursor: pointer;
}
.Dropdown-options li:first-child {
  border-top: none;
}
.Dropdown-options li span {
  display: block;
  text-align: left;
  position: absolute;
  padding: 0 18px;
  box-sizing: border-box;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.02em;
}
.isNotTablet .Dropdown-options li:hover,
.isTablet .Dropdown-options li:active {
  background-color: #f4f5f6;
}
.Dropdown--newsletterSubscribe.Dropdown--opened .Dropdown-value {
  background-color: transparent;
}
.Dropdown--newsletterSubscribe .Dropdown-value {
  height: 40px;
  border: none;
  border-bottom: 2px solid white;
  transition: border-color 0.3s ease;
}
.Dropdown--newsletterSubscribe .Dropdown-value span {
  padding-left: 0;
  text-align: left;
  font-weight: bold;
}
.Dropdown--newsletterSubscribe i {
  right: 4px;
}
.Dropdown--newsletterSubscribe i svg {
  fill: white;
}
.Dropdown--newsletterSubscribe .Dropdown-options {
  border: 1px solid #d4d8de;
  color: #1a1a1a;
}
.NewsletterSubscribe {
  position: relative;
  padding-bottom: 120px;
  background-color: #f0aaaa;
  background-size: 100% 100%;
  background-position: 0 0;
  background-image: url('/static/img/gradient--familyDownloads.jpg');
  color: #fff;
}
.NewsletterSubscribe .Dropdown-value {
  height: 60px;
  font-size: 20px;
}
.NewsletterSubscribe .Dropdown i {
  right: 15px;
  bottom: 40px;
  margin-top: 0;
}
.NewsletterSubscribe-content {
  position: relative;
}
.NewsletterSubscribe-content--hide {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.NewsletterSubscribe-title {
  position: relative;
  margin-bottom: 60px;
  padding-top: 81px;
  padding-bottom: 31px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: normal;
  text-align: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
.NewsletterSubscribe-title:after {
  content: " ";
  font-size: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 2px;
  margin-left: -30px;
  background: #fff;
}
.NewsletterSubscribe-form {
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
}
.NewsletterSubscribe-form--invalid .NewsletterSubscribe-subscribeBtn {
  border-color: #FF5F5F;
  color: #FF5F5F;
}
.NewsletterSubscribe-form--invalidEmail .NewsletterSubscribe-input {
  border-color: #FF5F5F;
}
.NewsletterSubscribe-form--invalidCountry .Dropdown-value {
  border-color: #FF5F5F;
}
.NewsletterSubscribe-form-columns {
  max-width: 960px;
}
.NewsletterSubscribe-form-columns:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.NewsletterSubscribe-form-column {
  float: left;
  display: inline-block;
}
.NewsletterSubscribe-form-column--1 {
  margin-right: 40px;
  width: calc(100% - 80px - 160px - 27%);
}
.NewsletterSubscribe-form-column--2 {
  margin-right: 40px;
  width: 27%;
  width: calc((100% - 80px - 160px - 48%));
}
.NewsletterSubscribe-input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: inherit;
  border: none;
  border-bottom: 2px solid white;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  transition: border-color 0.3s ease;
}
.NewsletterSubscribe-input::-webkit-input-placeholder {
  transition: color 0.3s ease;
  color: white;
}
.NewsletterSubscribe-input::-moz-placeholder {
  transition: color 0.3s ease;
  color: white;
  opacity: 1;
}
.NewsletterSubscribe-input:-ms-input-placeholder {
  transition: color 0.3s ease;
  color: white;
}
.NewsletterSubscribe-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.NewsletterSubscribe-input:focus::-moz-placeholder {
  color: transparent;
}
.NewsletterSubscribe-input:focus:-ms-input-placeholder {
  color: transparent;
}
.NewsletterSubscribe-subscribeBtn {
  width: 160px;
  height: 60px;
  line-height: 56px;
  font-size: 20px;
  border: 2px solid white;
  color: inherit;
  -webkit-appearance: none;
          appearance: none;
  transition: opacity 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.isIE .NewsletterSubscribe-subscribeBtn {
  line-height: 60px;
}
.isNotTablet .NewsletterSubscribe-subscribeBtn:hover,
.isTablet .NewsletterSubscribe-subscribeBtn:active {
  opacity: 0.6;
}
.NewsletterSubscribe-msg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.NewsletterSubscribe-msg--show {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.NewsletterSubscribe-msgTitle {
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 500px;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 300;
  text-align: center;
  color: #fff;
}
.NewsletterSubscribe--isInsidePopupGalleryColumn {
  padding-bottom: 60px;
  background-image: url('/static/img/gradient-pink.jpg');
  background-size: 100% 100%;
}
.NewsletterSubscribe--isInsidePopupGalleryColumn .Dropdown-value {
  height: 40px;
  font-size: 14px;
}
.NewsletterSubscribe--isInsidePopupGalleryColumn .Dropdown i {
  right: 4px;
  bottom: 0;
  top: 50%;
  margin-top: -3.5px;
}
.NewsletterSubscribe--isInsidePopupGalleryColumn .NewsletterSubscribe-title {
  margin-bottom: 30px;
  padding-top: 38px;
  padding-bottom: 0;
}
.NewsletterSubscribe--isInsidePopupGalleryColumn .NewsletterSubscribe-title:after {
  display: none;
}
.NewsletterSubscribe--isInsidePopupGalleryColumn .NewsletterSubscribe-form {
  position: relative;
  padding-top: 28px;
  top: initial;
  left: initial;
  right: initial;
  width: 68%;
  min-width: 420px;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}
.NewsletterSubscribe--isInsidePopupGalleryColumn .NewsletterSubscribe-form-column {
  width: calc((100% - 20px) / 2);
}
.NewsletterSubscribe--isInsidePopupGalleryColumn .NewsletterSubscribe-form-column--1 {
  margin-right: 20px;
}
.NewsletterSubscribe--isInsidePopupGalleryColumn .NewsletterSubscribe-form-column--2 {
  margin-right: 0;
}
.NewsletterSubscribe--isInsidePopupGalleryColumn .NewsletterSubscribe-form-column--3 {
  float: none;
  clear: both;
  padding-top: 20px;
  display: block;
  width: 100%;
}
.NewsletterSubscribe--isInsidePopupGalleryColumn .NewsletterSubscribe-input {
  position: relative;
  top: initial;
  left: initial;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: normal;
}
.NewsletterSubscribe--isInsidePopupGalleryColumn .NewsletterSubscribe-subscribeBtn {
  position: relative;
  top: initial;
  right: initial;
  display: inline-block;
  height: 40px;
  line-height: 36px;
  font-size: 16px;
}
.isIE .NewsletterSubscribe--isInsidePopupGalleryColumn .NewsletterSubscribe-subscribeBtn {
  line-height: 40px;
}
.NewsletterSubscribe--isInsidePopupGalleryColumn .NewsletterSubscribe-msgTitle {
  top: 70px;
  font-size: 32px;
}
.NewsletterSubscribe--isInsideFooter {
  background-color: #1a1a1a;
  background-image: none;
}
.NewsletterSubscribe--isInsideFooter .NewsletterSubscribe-title {
  margin-bottom: 110px;
  padding-top: 60px;
  padding-bottom: 0;
}
.NewsletterSubscribe--isInsideFooter .NewsletterSubscribe-title:after {
  display: none;
}
.NewsletterSubscribe--isInsideFooter .NewsletterSubscribe-msgTitle {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.NewsletterSubscribe--isInsideFooter .NewsletterSubscribe-privacyNote {
  color: #999999;
  opacity: 1;
}
.NewsletterSubscribe-privacyNote {
  padding-top: 30px;
  font-size: 14px;
  line-height: 1.2;
  white-space: normal;
  text-align: left;
  opacity: 0.8;
}
.InspirationArticle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}
.InspirationArticle .ps-container .ps-scrollbar-y-rail,
.InspirationArticle .ps-container .ps-scrollbar-y {
  width: 4px;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}
.InspirationArticle .ps-container .ps-scrollbar-y-rail {
  margin: 4px 0;
}
.InspirationArticle-leftColumn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
}
.InspirationArticle-leftColumnBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3c444a;
}
.InspirationArticle-imgsContainer {
  position: relative;
  background-color: black;
}
.InspirationArticle-img {
  width: 100%;
  border-bottom: 2px solid white;
}
.InspirationArticle-img:last-child {
  border-bottom: none;
}
.InspirationArticle-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border-bottom: 2px solid white;
}
.InspirationArticle-video:last-child {
  border-bottom: none;
}
.InspirationArticle-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.InspirationArticle-rightColumn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}
.InspirationArticle-rightColumnContent {
  position: relative;
  margin-left: 50%;
  background-color: white;
  pointer-events: all;
}
.InspirationArticle-utilsButtons {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
.InspirationArticle-utilsButton {
  display: inline-block;
  float: left;
  width: 60px;
  height: 60px;
}
.InspirationArticle-utilsButton:not(:last-child) .InspirationArticle-utilsButtonContent {
  border-right: 1px solid #d4d8de;
}
.isTablet .InspirationArticle-utilsButton:not(:last-child) .InspirationArticle-utilsButtonContent {
  border-right: 1px solid transparent;
}
.InspirationArticle-utilsButtonContent {
  position: absolute;
  top: 6px;
  bottom: 6px;
  width: 60px;
  height: 48px;
}
.InspirationArticle-utilsButtonComponentContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.InspirationArticle-shareBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.isNotTablet .InspirationArticle-shareBtn:hover .InspirationArticle-shareBtnIcon,
.isTablet .InspirationArticle-shareBtn:active .InspirationArticle-shareBtnIcon,
.InspirationArticle-shareBtn--selected .InspirationArticle-shareBtnIcon {
  background-position: -54px -19px;
}
.InspirationArticle-shareBtn--selected .InspirationArticle-shareBtnIcon {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}
.InspirationArticle-shareBtnIcon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 18px;
  background-size: 78px 64px;
  background-position: -54px 0px;
  background-image: url('/static/img/icons/icons-sprite.png');
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .InspirationArticle-shareBtnIcon {
    background-image: url('/static/img/icons/icons-sprite@2x.png');
  }
}
.InspirationArticle-printBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.isNotTablet .InspirationArticle-printBtn:hover .InspirationArticle-printBtnIcon,
.isTablet .InspirationArticle-printBtn:active .InspirationArticle-printBtnIcon {
  background-position: -25px -27px;
}
.isTablet .InspirationArticle-printBtn {
  display: none;
}
.InspirationArticle-printBtnIcon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 18px;
  background-size: 78px 64px;
  background-position: 0px -27px;
  background-image: url('/static/img/icons/icons-sprite.png');
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .InspirationArticle-printBtnIcon {
    background-image: url('/static/img/icons/icons-sprite@2x.png');
  }
}
.InspirationArticle-scrollContainer {
  position: relative;
  height: 100%;
  z-index: 1;
}
.InspirationArticle-article {
  padding-bottom: 80px;
}
.InspirationArticle-header {
  width: 68%;
  min-width: 420px;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 50px;
  text-align: center;
}
.InspirationArticle-title {
  font-size: 60px;
  letter-spacing: -1px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 10px;
  color: #1a1a1a;
}
.InspirationArticle-subTitle {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: #1a1a1a;
}
.InspirationArticle-info {
  width: 68%;
  min-width: 420px;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.InspirationArticle-infoItem {
  min-height: 40px;
  line-height: 1.1;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 14px;
  border-top: 1px solid #1a1a1a;
}
.InspirationArticle-infoItem:last-child {
  border-bottom: 1px solid #1a1a1a;
}
.InspirationArticle-infoItemLabel {
  display: inline-block;
  float: left;
  width: 140px;
  font-weight: bold;
  color: #9da0a5;
}
.InspirationArticle-infoItemValue {
  display: inline-block;
  float: left;
  width: calc(100% - 160px);
  margin-left: 20px;
  font-size: 14px;
  color: #1a1a1a;
}
.InspirationArticle-articleText {
  width: 68%;
  min-width: 420px;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 25px;
  color: #74777d;
}
.InspirationArticle-articleText p {
  margin-bottom: 28px;
}
.InspirationArticle-articleText p:last-child {
  margin-bottom: 0;
}
.InspirationArticle-articleText a {
  color: #d9707f;
  background-image: linear-gradient(to top, transparent, transparent 2px, transparent 2px, transparent 3px, transparent 3px);
}
.InspirationArticle-articleText a:hover,
.InspirationArticle-articleText a:active {
  background-image: linear-gradient(to top, transparent, transparent 2px, #d9707f 2px, #d9707f 3px, transparent 3px);
}
.InspirationArticle-products {
  margin-bottom: 80px;
}
.InspirationArticle-productsTitle {
  width: 68%;
  min-width: 420px;
  max-width: 700px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #d4d8de;
  text-align: center;
  font-weight: 300;
  color: #1a1a1a;
}
.InspirationArticle-productsGrid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 68%;
  min-width: 420px;
  max-width: 700px;
  margin: 0 auto;
}
.InspirationArticle-productsGridItem {
  position: relative;
  display: inline-block;
  width: 50%;
  border: 1px solid white;
  background-color: #f9f9f9;
}
@media screen and (min-width: 2000px) {
  .InspirationArticle-productsGridItem {
    width: 33.3333%;
  }
}
.InspirationArticle-productsGridItem:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.InspirationArticle-productsGridItemImg {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 70%;
  margin-left: -35%;
  background-position: center;
  background-size: cover;
}
.InspirationArticle-productsGridItemImg:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.InspirationArticle-productsGridItemImgForPrint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  visibility: hidden;
}
.InspirationArticle-productsGridItemTitle {
  position: absolute;
  top: calc(20px + 70% + 5px);
  left: 0;
  width: 100%;
  padding: 0 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.InspirationArticle-downloads {
  padding-bottom: 80px;
}
.InspirationArticle-downloadsTitle {
  margin: 0 auto;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
.InspirationArticle-downloadsColumn {
  margin: 0 auto;
}
.InspirationArticle-downloadsColumnItem {
  position: relative;
  height: 60px;
  line-height: 60px;
}
.InspirationArticle-downloadsColumnItem:first-child .InspirationArticle-downloadsLink {
  box-shadow: inset 0 -1px #d4d8de, inset 0 1px #d4d8de;
}
.InspirationArticle-downloadsColumnItem:first-child:last-child .InspirationArticle-link {
  box-shadow: inset 0 1px #d4d8de;
}
.InspirationArticle-downloadsColumnItem:last-child:not(:first-child) .InspirationArticle-downloadsLink {
  box-shadow: none;
}
.isNotTablet .InspirationArticle-downloadsColumnItem:hover,
.isTablet .InspirationArticle-downloadsColumnItem:active {
  background-color: #f4f5f6;
}
.isNotTablet .InspirationArticle-downloadsColumnItem:hover .InspirationArticle-downloadsLink,
.isTablet .InspirationArticle-downloadsColumnItem:active .InspirationArticle-downloadsLink {
  box-shadow: none;
}
.isNotTablet .InspirationArticle-downloadsColumnItem:hover .InspirationArticle-downloadNameText,
.isTablet .InspirationArticle-downloadsColumnItem:active .InspirationArticle-downloadNameText,
.isNotTablet .InspirationArticle-downloadsColumnItem:hover .InspirationArticle-downloadFileExtensionText,
.isTablet .InspirationArticle-downloadsColumnItem:active .InspirationArticle-downloadFileExtensionText {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.isNotTablet .InspirationArticle-downloadsColumnItem:hover .InspirationArticle-downloadFileExtensionIcon svg,
.isTablet .InspirationArticle-downloadsColumnItem:active .InspirationArticle-downloadFileExtensionIcon svg {
  fill: #b26282;
}
.InspirationArticle-downloadsLink {
  position: relative;
  top: 1px;
  display: block;
  margin: 0 20px;
  height: 100%;
  white-space: nowrap;
  box-shadow: inset 0 -1px #d4d8de;
}
.InspirationArticle-downloadName {
  display: inline-block;
  float: left;
  vertical-align: middle;
  width: calc(100% - 100px);
  height: 100%;
  margin-right: 85px;
  overflow: hidden;
}
.InspirationArticle-downloadNameText {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.InspirationArticle-downloadFileExtension {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 7px;
  width: 45px;
  text-align: left;
  vertical-align: middle;
}
.InspirationArticle-downloadFileExtensionIcon {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 16px;
  top: 4px;
  margin-right: 2px;
}
.InspirationArticle-downloadFileExtensionIcon svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  fill: #1a1a1a;
}
.InspirationArticle-downloadFileExtensionText {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.InspirationArticle-downloadsTitle {
  width: 68%;
  min-width: 420px;
  max-width: 700px;
}
.InspirationArticle-downloadsColumn {
  width: calc(68% + 40px);
  min-width: 460px;
  max-width: 700px;
}
.InspirationArticle-contacts {
  margin: 0 auto;
}
.InspirationArticle-contactsTitle {
  font-size: 20px;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d4d8de;
  text-align: center;
  font-weight: 300;
  color: #1a1a1a;
}
.InspirationArticle-contactsListItem {
  margin-bottom: 20px;
}
.InspirationArticle-contactsListItem:last-child {
  margin-bottom: 0;
}
.InspirationArticle-contactsImgContainer {
  position: relative;
  display: inline-block !important;
  float: left;
  width: 180px !important;
  height: 180px;
  background-color: #d0768d;
}
@media screen and (min-width: 1440px) {
  .InspirationArticle-contactsImgContainer {
    width: 240px !important;
    height: 240px;
  }
}
.InspirationArticle-contactsImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.InspirationArticle-contactsInfo {
  display: inline-block;
  float: left;
  width: calc(100% - 180px);
  padding-top: 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #1a1a1a;
}
@media screen and (min-width: 1440px) {
  .InspirationArticle-contactsInfo {
    width: calc(100% - 240px);
    padding-top: 20px;
  }
}
.InspirationArticle-contactsName {
  font-weight: bold;
  text-transform: uppercase;
}
.InspirationArticle-contactsPosition {
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 1440px) {
  .InspirationArticle-contactsPosition {
    margin-bottom: 40px;
  }
}
.InspirationArticle-contactsEmail {
  position: relative;
  margin-bottom: 20px;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.InspirationArticle-contactsEmail:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.isNotTablet .InspirationArticle-contactsEmail:hover:after,
.isTablet .InspirationArticle-contactsEmail:active:after {
  opacity: 1;
}
.InspirationArticle-contacts {
  width: 68%;
  min-width: 420px;
  max-width: 700px;
}
.InspirationArticle-listLink {
  position: relative;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.InspirationArticle-listLink:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #F0AAAA;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  transition: opacity 0.2s ease;
}
.isNotTablet .InspirationArticle-listLink:hover:after,
.isTablet .InspirationArticle-listLink:active:after {
  opacity: 0;
}
@media print {
  body.PopupGalleryShowed--inspirationArticle .Content {
    display: none;
  }
  body.PopupGalleryShowed--inspirationArticle .PrintContent .InspirationArticle-utilsButtons,
  body.PopupGalleryShowed--inspirationArticle .PrintContent .u-Btn,
  body.PopupGalleryShowed--inspirationArticle .PrintContent .InspirationArticle-downloads,
  body.PopupGalleryShowed--inspirationArticle .PrintContent .InspirationArticle-video {
    display: none;
  }
  body.PopupGalleryShowed--inspirationArticle .PrintContent .InspirationArticle-infoItem:after {
    display: none;
  }
  body.PopupGalleryShowed--inspirationArticle .PrintContent .InspirationArticle-leftColumn {
    min-height: 665px;
    position: relative;
    height: auto;
    float: left;
  }
  body.PopupGalleryShowed--inspirationArticle .PrintContent .InspirationArticle-scrollContainer {
    height: auto;
  }
  body.PopupGalleryShowed--inspirationArticle .PrintContent .InspirationArticle-rightColumn {
    position: relative;
  }
  body.PopupGalleryShowed--inspirationArticle .PrintContent .InspirationArticle-img {
    height: auto;
    position: relative;
  }
  body.PopupGalleryShowed--inspirationArticle .PrintContent .InspirationArticle-imgContainer {
    position: relative;
    height: auto;
    overflow: hidden;
  }
  body.PopupGalleryShowed--inspirationArticle .PrintContent .InspirationArticle-productsGrid,
  body.PopupGalleryShowed--inspirationArticle .PrintContent .InspirationArticle-contactsListItem {
    page-break-inside: avoid;
  }
  body.PopupGalleryShowed--inspirationArticle .PrintContent .InspirationArticle-productsGridItemImgForPrint {
    visibility: visible;
  }
  body.PopupGalleryShowed--inspirationArticle .PrintContent * {
    background: none !important;
    color: black !important;
    -webkit-text-fill-color: black !important;
  }
}
body.StaticRenderedInspirationArticle .InspirationArticle {
  position: relative;
  height: 100vh;
}
.EventsArticle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}
.EventsArticle .ps-container .ps-scrollbar-y-rail,
.EventsArticle .ps-container .ps-scrollbar-y {
  width: 4px;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}
.EventsArticle .ps-container .ps-scrollbar-y-rail {
  margin: 4px 0;
}
.EventsArticle-scrollContainer {
  position: relative;
  height: 100%;
  z-index: 1;
}
.EventsArticle-utilsButtons {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 2;
  width: 60px;
}
.EventsArticle-utilsButton {
  position: relative;
  width: 60px;
  height: 60px;
}
.EventsArticle-utilsButtonContent {
  position: absolute;
  top: 6px;
  bottom: 6px;
  width: 60px;
  height: 48px;
}
.EventsArticle-utilsButtonComponentContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.EventsArticle-shareBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.isNotTablet .EventsArticle-shareBtn:hover .EventsArticle-shareBtnIcon,
.isTablet .EventsArticle-shareBtn:active .EventsArticle-shareBtnIcon,
.EventsArticle-shareBtn--selected .EventsArticle-shareBtnIcon {
  background-position: -54px -19px;
}
.EventsArticle-shareBtn--selected .EventsArticle-shareBtnIcon {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}
.EventsArticle-shareBtnIcon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 18px;
  background-size: 78px 64px;
  background-position: -54px 0px;
  background-image: url('/static/img/icons/icons-sprite.png');
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .EventsArticle-shareBtnIcon {
    background-image: url('/static/img/icons/icons-sprite@2x.png');
  }
}
.EventsArticle-printBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.isNotTablet .EventsArticle-printBtn:hover .EventsArticle-printBtnIcon,
.isTablet .EventsArticle-printBtn:active .EventsArticle-printBtnIcon {
  background-position: -25px -27px;
}
.isTablet .EventsArticle-printBtn {
  display: none;
}
.EventsArticle-printBtnIcon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 18px;
  background-size: 78px 64px;
  background-position: 0px -27px;
  background-image: url('/static/img/icons/icons-sprite.png');
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .EventsArticle-printBtnIcon {
    background-image: url('/static/img/icons/icons-sprite@2x.png');
  }
}
.EventsArticle-imgContainer {
  position: relative;
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: 60px;
  background: #1a1a1a;
}
@media screen and (max-width: 1480px) {
  .EventsArticle-imgContainer:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 53.33333333%;
  }
}
@media screen and (min-width: 1480px) {
  .EventsArticle-imgContainer {
    width: 1200px;
    height: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
.EventsArticle-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center';
}
.EventsArticle-article {
  padding-bottom: 100px;
}
.EventsArticle-header {
  margin-bottom: 50px;
  padding-top: 88px;
  text-align: center;
}
.EventsArticle-listLink {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  margin-bottom: 27px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}
.EventsArticle-listLink:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #F0AAAA;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  transition: opacity 0.2s ease;
}
.isNotTablet .EventsArticle-listLink:hover:after,
.isTablet .EventsArticle-listLink:active:after {
  opacity: 0;
}
.EventsArticle-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  width: 70%;
  font-size: 60px;
  letter-spacing: -1.6px;
  line-height: 1;
  font-weight: 300;
  color: #141414;
}
.EventsArticle-subTitle {
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  color: #1a1a1a;
}
.EventsArticle-articleText {
  width: 68%;
  min-width: 420px;
  max-width: 700px;
  margin: 0 auto;
  color: #74777d;
}
.EventsArticle-articleText p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.EventsArticle-articleText p:last-child {
  margin-bottom: 0;
}
.EventsArticle-articleText a {
  color: #d9707f;
  background-image: linear-gradient(to top, transparent, transparent 2px, transparent 2px, transparent 3px, transparent 3px);
}
.EventsArticle-articleText a:hover,
.EventsArticle-articleText a:active {
  background-image: linear-gradient(to top, transparent, transparent 2px, #d9707f 2px, #d9707f 3px, transparent 3px);
}
@media print {
  body.PopupGalleryShowed--eventsArticle .Content {
    display: none;
  }
  body.PopupGalleryShowed--eventsArticle .PrintContent .EventsArticle-utilsButtons,
  body.PopupGalleryShowed--eventsArticle .PrintContent .u-Btn {
    display: none;
  }
  body.PopupGalleryShowed--eventsArticle .PrintContent .EventsArticle-scrollContainer {
    height: auto;
  }
  body.PopupGalleryShowed--eventsArticle .PrintContent .EventsArticle-imgContainer {
    position: relative;
    height: auto;
    overflow: hidden;
  }
  body.PopupGalleryShowed--eventsArticle .PrintContent .EventsArticle-img {
    position: relative;
    height: auto;
    object-fit: none;
  }
  body.PopupGalleryShowed--eventsArticle .PrintContent * {
    background: none !important;
    color: black !important;
    -webkit-text-fill-color: black !important;
  }
}
body.StaticRenderedEventsArticle .Events {
  position: relative;
  height: 100vh;
}
@media print {
  body > .PopupGallery {
    display: none !important;
  }
}
.PopupGallery {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-width: 1024px;
  height: 100%;
  overflow: hidden;
  z-index: 4;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.PopupGallery--isPreview .PopupGallery-prev,
.PopupGallery--isPreview .PopupGallery-next,
.PopupGallery--isPreview .PopupGallery-cross {
  display: none;
}
.PopupGallery--isPreview .PopupGallery-content {
  top: 0;
  bottom: 0;
}
.PopupGallery--isPreview .PopupGallery-slidePanel {
  margin: 0;
  width: 100%;
}
.PopupGallery--noTransitions {
  transition: none !important;
}
.PopupGallery--noTransitions .PopupGallery-content {
  transition: none !important;
}
.PopupGallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.PopupGallery-cross {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 3;
}
.PopupGallery-cross svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 26px;
  height: 26px;
  fill: #1a1a1a;
  border-radius: 14px;
  overflow: hidden;
  transition: border-radius 0.3s ease;
}
.PopupGallery-cross:hover svg {
  border-radius: 0;
}
.PopupGallery-prev,
.PopupGallery-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 77px;
  height: 80px;
  margin: auto 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 2;
}
.PopupGallery-prev--disable,
.PopupGallery-next--disable {
  opacity: 0;
  pointer-events: none;
}
.PopupGallery-prev:hover .PopupGallery-arrowIcon,
.PopupGallery-next:hover .PopupGallery-arrowIcon {
  border-radius: 0;
}
.PopupGallery-next {
  right: 20px;
}
.PopupGallery-next .PopupGallery-arrowIcon {
  right: 20px;
}
.PopupGallery-next .PopupGallery-arrowIcon svg {
  right: 0;
}
.PopupGallery-prev {
  left: 20px;
}
.PopupGallery-prev .PopupGallery-arrowIcon {
  left: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.PopupGallery-prev .PopupGallery-arrowIcon svg {
  left: 0;
}
.PopupGallery-arrowIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 26px;
  height: 50px;
  margin: auto 0;
  overflow: hidden;
  -webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC');
  border-radius: 20px;
  transition: border-radius 0.3s ease;
}
.PopupGallery-arrowIcon svg {
  position: absolute;
  top: 0;
  width: 26px;
  height: 50px;
  fill: #1a1a1a;
  -webkit-transform-origin: center;
          transform-origin: center;
  overflow: visible;
}
.PopupGallery-content {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.PopupGallery-carouselPluginContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.PopupGallery-carouselPluginElem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}
.PopupGallery-carouselPluginElem .owl-stage {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.PopupGallery-carouselPluginElem .owl-stage-outer,
.PopupGallery-carouselPluginElem .owl-stage,
.PopupGallery-carouselPluginElem .owl-item {
  width: 100vw;
  height: 100%;
  transition-timing-function: ease-in-out !important;
}
.PopupGallery-carouselPluginElem .owl-item {
  position: relative;
}
.PopupGallery-slide {
  position: relative;
  height: 100%;
}
.PopupGallery-slidePanel {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% - 40px);
  margin: 0 20px;
}
.TopNav {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 330px;
  height: 60px;
  background-color: #1a1a1a;
  z-index: 5;
}
.TopNav--isPreview {
  display: none;
}
.TopNav-burger {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #1a1a1a;
  transition: background-color 0.4s ease, opacity 0.3s ease;
}
.isNotTablet .TopNav-burger:hover:not(.TopNav-burger--close),
.isTablet .TopNav-burger:active:not(.TopNav-burger--close) {
  background-color: #454647;
}
.isNotTablet .TopNav-burger:hover:not(.TopNav-burger--close) .TopNav-burgerLine--top,
.isTablet .TopNav-burger:active:not(.TopNav-burger--close) .TopNav-burgerLine--top {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.isNotTablet .TopNav-burger:hover:not(.TopNav-burger--close) .TopNav-burgerLine--bottom,
.isTablet .TopNav-burger:active:not(.TopNav-burger--close) .TopNav-burgerLine--bottom {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.TopNav-burger:active {
  -webkit-transform: none;
          transform: none;
}
.TopNav-burger:active .TopNav-burgerIcon {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0.6;
}
.TopNav-burger--disable {
  pointer-events: none;
}
.TopNav-burgerIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
}
.TopNav-cross {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  z-index: 3;
  opacity: 0;
}
.TopNav-cross svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 26px;
  height: 26px;
  fill: white;
  border-radius: 14px;
  overflow: hidden;
  transition: border-radius 0.3s ease;
}
.TopNav-cross:hover svg {
  border-radius: 0;
}
.TopNav-cross--disable {
  pointer-events: none;
}
.TopNav-burgerLines {
  position: absolute;
  top: 21px;
  left: 18px;
  margin: auto;
  width: 24px;
  height: 18px;
}
.TopNav-burgerLine {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  height: 2px;
  width: 24px;
  background: white;
  -webkit-transform-origin: center;
          transform-origin: center;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.TopNav-burgerLine--top {
  top: 0;
}
.TopNav-burgerLine--middle {
  top: 8px;
}
.TopNav-burgerLine--bottom {
  top: 16px;
}
.TopNav-logo {
  position: absolute;
  top: 0;
  left: 61px;
  width: 269px;
  height: 60px;
  background-color: #1a1a1a;
  transition: background-color 0.3s ease;
}
.isNotTablet .TopNav-logo:hover,
.isTablet .TopNav-logo:active {
  background-color: #454647;
}
.TopNav-separator {
  position: absolute;
  top: 0;
  left: 60px;
  width: 1px;
  height: 60px;
  background-color: #454647;
}
.TopNav-logoSvg {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 236px;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.TopNav-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1024px;
  height: 100%;
  pointer-events: none;
}
.TopNav-menu .isIE9,
.isIE10 .TopNav-menu {
  display: none;
}
.TopNav-menu--show {
  pointer-events: all;
}
.TopNav-menu--show .isIE9,
.isIE10 .TopNav-menu--show {
  display: block;
}
.TopNav-menu--show .TopNav-menuOverlay {
  background-color: rgba(70, 75, 82, 0.4);
}
.TopNav-menu--show .TopNav-menuPanel {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.TopNav-menuOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(70, 75, 82, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: background-color 0.2s ease;
  z-index: 1;
}
.TopNav-menuPanel {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  height: 300px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  z-index: 2;
}
.TopNav-menuPanelBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: right bottom;
  background-color: #F0AAAA;
  background-image: url('/static/img/gradient-pink.jpg');
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.TopNav-menuLinks {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  padding: 0 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 110px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.TopNav-menuLinksSeparators {
  position: absolute;
  top: 40px;
  left: 60px;
  right: 60px;
  margin: 0 auto;
  height: 110px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.TopNav-menuLinksSeparator {
  width: 1px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.5);
}
.TopNav-menuLinksSeparator--1,
.TopNav-menuLinksSeparator--2,
.TopNav-menuLinksSeparator--3 {
  position: absolute;
}
.TopNav-menuLinksSeparator--1 {
  left: calc((100% - 200px * 4) / 6 + 200px);
}
.TopNav-menuLinksSeparator--2 {
  left: 50%;
}
.TopNav-menuLinksSeparator--3 {
  right: calc((100% - 200px * 4) / 6 + 200px);
}
.TopNav-menuItem {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 60px;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.isIE .TopNav-menuItem {
  line-height: 64px;
}
.TopNav-menuItem:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid;
  border-color: transparent;
  transition: border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, transform 0.2s ease;
  transition: border-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.TopNav-menuItem--selected {
  pointer-events: none;
  cursor: default;
}
.TopNav-menuItem--selected:before,
.isNotTablet .TopNav-menuItem:hover:before,
.isTablet .TopNav-menuItem:active:before {
  border-color: white;
}
.TopNav-menuItem:active:before {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.TopNav-menuLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  color: white;
  font-weight: normal;
}
.TopNav-search {
  position: absolute;
  top: 161px;
  left: 0;
  width: 100%;
  height: 139px;
  line-height: 139px;
  color: white;
}
.isNotTablet .TopNav-search:hover,
.isTablet .TopNav-search:active {
  cursor: text;
}
.TopNav-searchIcon {
  display: inline-block;
  position: absolute;
  top: 45px;
  left: calc(50% - 80px);
  width: 50px;
  height: 48px;
  margin-right: 20px;
}
.TopNav-searchIcon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: white;
}
.TopNav-searchInput {
  display: inline-block;
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
  width: calc(50% + 20px - 240px);
  height: 139px;
  font-size: 40px;
  color: white;
  background-color: transparent;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  font-weight: normal;
}
.TopNav-searchInput::-webkit-input-placeholder {
  transition: color 0.3s ease;
  color: white;
}
.TopNav-searchInput::-moz-placeholder {
  transition: color 0.3s ease;
  color: white;
  opacity: 1;
}
.TopNav-searchInput:-ms-input-placeholder {
  transition: color 0.3s ease;
  color: white;
}
.TopNav-searchInput:focus::-webkit-input-placeholder {
  color: transparent;
}
.TopNav-searchInput:focus::-moz-placeholder {
  color: transparent;
}
.TopNav-searchInput:focus:-ms-input-placeholder {
  color: transparent;
}
.TopNav-searchTip {
  position: absolute;
  right: 96px;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.TopNav-searchTip--show {
  opacity: 1;
}
.TopSearch {
  position: fixed;
  top: 20px;
  right: 0;
  width: 240px;
  height: 60px;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.5s ease, right 0.4s ease-in-out;
}
.TopSearch--isPreview {
  display: none;
}
.TopSearch--hide {
  opacity: 0;
}
.TopSearch--hide .TopSearch-content {
  pointer-events: none !important;
}
.isNotTablet .TopSearch:hover:not(.TopSearch--expand),
.isTablet .TopSearch:active:not(.TopSearch--expand) {
  cursor: pointer;
}
.isNotTablet .TopSearch:hover:not(.TopSearch--expand) .TopSearch-iconImg--default,
.isTablet .TopSearch:active:not(.TopSearch--expand) .TopSearch-iconImg--default {
  opacity: 0;
}
.isNotTablet .TopSearch:hover:not(.TopSearch--expand) .TopSearch-iconImg--hover,
.isTablet .TopSearch:active:not(.TopSearch--expand) .TopSearch-iconImg--hover {
  opacity: 1;
}
.isNotTablet .TopSearch:hover:not(.TopSearch--expand) .TopSearch-input::-webkit-input-placeholder,
.isTablet .TopSearch:active:not(.TopSearch--expand) .TopSearch-input::-webkit-input-placeholder {
  color: #48494b;
  transition: color 0.3s ease;
}
.isNotTablet .TopSearch:hover:not(.TopSearch--expand) .TopSearch-input::-moz-placeholder,
.isTablet .TopSearch:active:not(.TopSearch--expand) .TopSearch-input::-moz-placeholder {
  color: #48494b;
  transition: color 0.3s ease;
}
.isNotTablet .TopSearch:hover:not(.TopSearch--expand) .TopSearch-input:-ms-input-placeholder,
.isTablet .TopSearch:active:not(.TopSearch--expand) .TopSearch-input:-ms-input-placeholder {
  color: #48494b;
  transition: color 0.3s ease;
}
.TopSearch--expand {
  right: 20px;
}
.isNotTablet .TopSearch--expand:hover,
.isTablet .TopSearch--expand:active {
  cursor: text;
}
.TopSearch--expand .TopSearch-content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  box-shadow: inset 0 0 1px 1px #d4d8de;
  background-color: #fff;
}
.TopSearch--expand .TopSearch-input {
  pointer-events: all;
}
.TopSearch--expand .TopSearch-input::-webkit-input-placeholder {
  color: #989ba0;
  font-weight: 300;
}
.TopSearch--expand .TopSearch-input::-moz-placeholder {
  color: #989ba0;
  font-weight: 300;
}
.TopSearch--expand .TopSearch-input:-ms-input-placeholder {
  color: #989ba0;
  font-weight: 300;
}
.TopSearch--expand .TopSearch-tip {
  -webkit-transform: translateY(-5px) translateX(0);
          transform: translateY(-5px) translateX(0);
}
.TopSearch-content {
  overflow: hidden;
  pointer-events: all;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-shadow: inset 0 0 1px 1px transparent;
  background-color: transparent;
  transition: background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.TopSearch-icon {
  position: absolute;
  top: 18px;
  left: 20px;
  width: 26px;
  height: 26px;
  pointer-events: none;
}
.TopSearch-iconImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 78px 64px;
  background-image: url('/static/img/icons/icons-sprite.png');
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .TopSearch-iconImg {
    background-image: url('/static/img/icons/icons-sprite@2x.png');
  }
}
.TopSearch-iconImg--default {
  background-position: -27px 0px;
  transition: opacity 0.2s ease;
}
.TopSearch-iconImg--hover {
  opacity: 0;
  background-position: 0px 0px;
  transition: opacity 0.3s ease;
}
.TopSearch-input {
  height: 60px;
  font-size: 20px;
  padding-left: 54px;
  background-color: transparent;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  pointer-events: none;
  transition: background-color 0.4s ease-in-out;
}
.TopSearch-input::-webkit-input-placeholder {
  color: #1a1a1a;
  transition: color 0.4s ease-in-out;
}
.TopSearch-input::-moz-placeholder {
  color: #1a1a1a;
  transition: color 0.4s ease-in-out;
  opacity: 1;
}
.TopSearch-input:-ms-input-placeholder {
  color: #1a1a1a;
  transition: color 0.4s ease-in-out;
}
.TopSearch-tip {
  position: absolute;
  top: 65px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #d4d8de;
  text-align: center;
  background-color: white;
  color: #989ba0;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  box-shadow: 0 10px 11px rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transform: translateY(-5px) translateX(100px);
          transform: translateY(-5px) translateX(100px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.TopSearch-tip--show {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  opacity: 1;
}
.Footer {
  padding-bottom: 80px;
  background-color: #1a1a1a;
  color: white;
  font-size: 14px;
  z-index: 1;
}
.Footer-content {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 70px;
}
.Footer-content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media screen and (min-width: 1300px) {
  .Footer-content {
    padding-left: 8.333%;
    padding-right: 8.333%;
  }
}
.Footer-mainLinksGroup {
  float: left;
  display: inline-block;
  width: 200px;
}
@media screen and (min-width: 1300px) {
  .Footer-mainLinksGroup {
    width: 240px;
  }
}
.Footer-logo {
  position: relative;
  margin-bottom: 46px;
  width: 125px;
}
.Footer-logoSvg {
  display: block;
  width: 125px;
  height: auto;
}
.Footer-mainLinks {
  width: 120px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
}
.Footer-mainLinks li {
  margin-bottom: 15px;
}
.Footer-mainLinks li a {
  font-size: 14px;
  line-height: 1;
}
.Footer-mainLinks li:last-child {
  margin-bottom: 0;
}
.Footer-mainLinks .u-Link {
  border-bottom: 1px solid;
  border-color: transparent;
  transition: border-color 0.2s ease;
}
.isNotTablet .Footer-mainLinks .u-Link:hover,
.isTablet .Footer-mainLinks .u-Link:active {
  opacity: 1;
  border-color: white;
}
.Footer-productCategories {
  float: left;
  display: inline-block;
  width: calc(100% - 240px);
}
.Footer-productCategory {
  display: block;
}
.Footer-productCategory:first-child {
  margin-bottom: 28px;
  padding-bottom: 39px;
  border-bottom: 1px solid #313131;
}
.Footer-productCategory:first-child .Footer-productCategory-title {
  padding-top: 9px;
}
.Footer-productCategory-title {
  margin-bottom: 17px;
  font-size: 14px;
  line-height: 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.33);
}
.Footer-productCategory-columns:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.Footer-productCategory-columnList {
  margin-right: 10%;
  float: left;
  display: inline-block;
  width: 120px;
}
@media screen and (min-width: 1300px) {
  .Footer-productCategory-columnList {
    margin-right: 12.5%;
  }
}
.Footer-productCategory-columnList:last-child {
  margin-right: 0;
}
.Footer-productCategory-columnList li {
  line-height: 30px;
}
.Footer-productCategory-columnList li a {
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}
.Footer-productCategory-columnList .u-Link {
  border-bottom: 1px solid;
  border-color: transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.isNotTablet .Footer-productCategory-columnList .u-Link:hover,
.isTablet .Footer-productCategory-columnList .u-Link:active {
  opacity: 1;
  color: white;
  border-color: #999999;
}
.Footer-subfooter {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  color: #999999;
  font-size: 14px;
  background-color: #1a1a1a;
  z-index: 3;
  overflow: visible;
}
.Footer-subfooterSeparator {
  position: absolute;
  top: -1px;
  height: 1px;
  left: 3.5%;
  right: 3.5%;
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 1300px) {
  .Footer-subfooterSeparator {
    left: 8.333%;
    right: 8.333%;
  }
}
.Footer-additionalLinks {
  position: absolute;
  bottom: 40px;
  left: 3.5%;
  line-height: 1;
}
@media screen and (min-width: 1300px) {
  .Footer-additionalLinks {
    left: 8.333%;
  }
}
.Footer-additionalLinks li {
  display: inline-block;
  margin-right: 30px;
}
.Footer-additionalLinks .u-Link {
  border-bottom: 1px solid;
  border-color: transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.isNotTablet .Footer-additionalLinks .u-Link:hover,
.isTablet .Footer-additionalLinks .u-Link:active {
  opacity: 1;
  color: white;
  border-color: #999999;
}
.Footer-copyright {
  display: inline-block;
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 140px;
  margin-left: -70px;
  text-align: center;
  white-space: nowrap;
}
.Footer-actions {
  position: absolute;
  bottom: 40px;
  right: 3.5%;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 1300px) {
  .Footer-actions {
    right: 8.333%;
  }
}
.Footer-actions li {
  display: inline-block;
  margin-left: 30px;
}
.Footer-action {
  font-size: inherit;
  color: white;
}
.isNotTablet .Footer-action:hover .Footer-actionIcon svg,
.isTablet .Footer-action:active .Footer-actionIcon svg {
  fill: #b26282;
}
.isNotTablet .Footer-action:hover .Footer-actionText,
.isTablet .Footer-action:active .Footer-actionText {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Footer-action--active {
  color: #b26282 !important;
}
.Footer-action--active .Footer-actionIcon svg {
  fill: #b26282;
}
.Footer-actionIcon {
  display: inline-block;
  position: relative;
  transition: fill 0.2s ease;
}
.Footer-actionIcon--newsletter {
  width: 20px;
  height: 14px;
  top: 3px;
  margin-right: 6px;
}
.Footer-actionIcon--chooseCountry {
  width: 19px;
  height: 19px;
  top: 5px;
  margin-right: 6px;
}
.isIE .Footer-actionIcon--chooseCountry {
  height: 23px;
}
.Footer-actionIcon svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  fill: white;
}
.Footer-cross {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 3;
}
.Footer-cross svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 26px;
  height: 26px;
  fill: white;
  border-radius: 14px;
  overflow: hidden;
  transition: border-radius 0.3s ease;
}
.Footer-cross:hover svg {
  border-radius: 0;
}
.Footer-newsletterSubscribeContainer {
  position: fixed;
  z-index: 2;
  bottom: 0;
  padding-bottom: 80px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  left: 0;
  width: 100%;
  border-top: 1px solid #fff;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.Footer-newsletterSubscribeContainer--show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.Footer-newsletterSubscribeContainer.fixed {
  position: fixed !important;
  z-index: 5;
}
.Footer-newsletterSubscribeContainer--show.fixed {
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}
.Footer-chooseCountry {
  position: fixed;
  left: 0;
  bottom: -620px;
  height: 620px;
  width: 100%;
  background-color: #1a1a1a;
  border-top: 1px solid #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  z-index: 2;
}
.Footer-chooseCountry--show {
  -webkit-transform: translateY(-700px);
          transform: translateY(-700px);
}
.Footer-chooseCountryTitle {
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
.Footer-chooseCountryTitle--international {
  top: 60px;
}
.Footer-chooseCountryTitle--regional {
  top: 200px;
}
.Footer-internationalLinks {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 1;
}
.Footer-internationalLinks .u-LinkBtn {
  display: inline-block;
  width: 160px;
  height: 40px;
  line-height: 36px;
  margin: 0 20px;
}
.isIE .Footer-internationalLinks .u-LinkBtn {
  line-height: 40px;
}
.Footer-regionalLinks {
  position: absolute;
  left: 0;
  top: 260px;
  width: 100%;
  height: 300px;
  text-align: center;
  white-space: nowrap;
}
.Footer-regionalLinksColumn {
  display: inline-block;
  width: 280px;
  height: 100%;
  margin: 0 30px;
  vertical-align: top;
}
.Footer-regionalLinksColumn li {
  position: relative;
  width: 100%;
  height: 40px;
  font-size: 16px;
  text-align: right;
}
.Footer-regionalLinksColumn li a {
  position: relative;
  line-height: 39px;
  border-bottom: 1px solid;
  border-color: #313131;
  transition: border-color 0.3s ease;
}
.Footer-regionalLinksColumn li a[href] {
  z-index: 2;
}
.isNotTablet .Footer-regionalLinksColumn li a[href]:hover,
.isTablet .Footer-regionalLinksColumn li a[href]:active {
  opacity: 1;
  border-color: white !important;
}
.Footer-regionalLinksColumn li a.Footer-regionalLink {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.Footer-regionalLinksColumn li:last-child a {
  border-color: transparent;
}
.Footer-regionalLinkCountry {
  float: left;
  text-transform: uppercase;
  color: #919191;
}
.Footer-regionalLinkLanguage {
  float: right;
}
.Footer-regionalLinkLanguage--russian {
  font-family: Arial;
  font-size: 14px;
}
.Footer-regionalLinkLanguageSeparator {
  color: #919191;
}
.Footer-subsribeAlert {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 1024px;
  text-align: center;
  z-index: 5;
  background: url('/static/img/newsletter-subscribe-back.png');
  background-size: 100%;
  padding: 13px 0 7px;
  opacity: 0;
  transition: opacity 0s 0.5s, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0s 0.5s;
  transition: transform 0.5s ease, opacity 0s 0.5s, -webkit-transform 0.5s ease;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
}
.Footer-subsribeAlert.shown {
  transition: opacity 0s, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0s;
  transition: transform 0.5s ease, opacity 0s, -webkit-transform 0.5s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.Footer-subsribeAlert-text {
  display: inline-block;
  text-align: left;
  font-size: 16px;
  line-height: 17px;
  margin-right: 34px;
}
.Footer-subsribeAlert .u-Btn {
  vertical-align: top;
  top: -3px;
  font-size: 16px;
}
.Footer-subsribeAlert-yesBtn {
  width: 115px;
  height: 40px;
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
  color: #1a1a1a;
  background: #fff;
  color: #c76f7c;
  margin-right: 7px;
}
.Footer-subsribeAlert-yesBtn span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.isNotTablet .Footer-subsribeAlert-yesBtn:hover,
.isTablet .Footer-subsribeAlert-yesBtn:active {
  color: #fff;
  background: transparent;
}
.Footer-subsribeAlert-noBtn {
  width: 115px;
  height: 40px;
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
}
.Footer-subsribeAlert-noBtn span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.isNotTablet .Footer-subsribeAlert-noBtn:hover,
.isTablet .Footer-subsribeAlert-noBtn:active {
  color: #1a1a1a;
  background: #fff;
}
.isNotTablet .Footer-subsribeAlert-noBtn:hover,
.isTablet .Footer-subsribeAlert-noBtn:active {
  color: #c76f7c;
}
.Footer-subsribeAlert-disclamer {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 11px;
  line-height: 12px;
  opacity: 0.6;
  text-align: right;
}
.Section {
  position: relative;
  z-index: 1;
}
.IndexIntro {
  position: relative;
  z-index: 2;
}
.IndexIntro:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 38.88888889%;
}
.IndexIntro-textCarousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  background-color: #F0AAAA;
  background-image: url('/static/img/gradient-pink.jpg');
  background-size: cover;
  background-position: left top;
  z-index: 3;
}
.IndexIntro-textCarousel:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.66666667%;
}
.IndexIntro-learnMoreLink {
  position: absolute;
  bottom: 60px;
  right: 40px;
  display: inline-block;
  height: 40px;
  line-height: 36px;
  padding: 0 40px;
  z-index: 1;
}
.isIE .IndexIntro-learnMoreLink {
  line-height: 40px;
}
.IndexIntro-textCarouselPluginContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.IndexIntro-textCarouselPluginContainer .IndexIntro-textCarouselItem:not(:first-child) {
  display: none;
}
.IndexIntro-textCarouselPluginElement {
  width: 100%;
  height: 100%;
}
.IndexIntro-textCarouselPluginElement .owl-stage {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.IndexIntro-textCarouselPluginElement .owl-stage-outer,
.IndexIntro-textCarouselPluginElement .owl-stage,
.IndexIntro-textCarouselPluginElement .owl-item {
  width: 100%;
  height: 100%;
  transition-timing-function: ease !important;
}
.IndexIntro-textCarouselPluginElement .owl-item {
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.IndexIntro-textCarouselItem {
  height: 100%;
}
.IndexIntro-textCarouselItemContent {
  position: absolute;
  bottom: 80px;
  right: 40px;
  width: 452px;
  line-height: 40px;
  font-size: 24px;
  font-weight: 300;
  text-align: right;
  color: white;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
}
@media screen and (min-width: 1044px) {
  .IndexIntro-textCarouselItemContent {
    width: 480px;
  }
}
@media screen and (min-width: 1500px) {
  .IndexIntro-textCarouselItemContent {
    width: 640px;
  }
}
@media screen and (min-width: 1200px) {
  .IndexIntro-textCarouselItemContent {
    font-size: 30px;
  }
}
@media screen and (min-width: 1500px) {
  .IndexIntro-textCarouselItemContent {
    font-size: 40px;
  }
}
.IndexIntro-textCarouselItemContent a {
  padding-bottom: 70px;
  letter-spacing: -0.32px;
}
.IndexIntro-imageCarousel {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  width: 50%;
  background-color: #171717;
  z-index: 2;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.IndexIntro-imageCarousel:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 77.77777778%;
}
.isNotTablet .IndexIntro-imageCarousel:hover .IndexIntro-imageCarouselPrev,
.isTablet .IndexIntro-imageCarousel:active .IndexIntro-imageCarouselPrev {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.isNotTablet .IndexIntro-imageCarousel:hover .IndexIntro-imageCarouselNext,
.isTablet .IndexIntro-imageCarousel:active .IndexIntro-imageCarouselNext {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.IndexIntro-imageCarouselPluginContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.IndexIntro-imageCarouselPluginContainer .IndexIntro-imageCarouselItem:not(:first-child) {
  display: none;
}
.IndexIntro-imageCarouselPluginElement {
  width: 100%;
  height: 100%;
}
.IndexIntro-imageCarouselPluginElement .owl-stage {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.IndexIntro-imageCarouselPluginElement .owl-stage-outer,
.IndexIntro-imageCarouselPluginElement .owl-stage,
.IndexIntro-imageCarouselPluginElement .owl-item {
  width: 100%;
  height: 100%;
  transition-timing-function: ease !important;
}
.IndexIntro-imageCarouselPluginElement .owl-item {
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.IndexIntro-imageCarouselPluginElement.owl-loaded .owl-dots {
  opacity: 1;
}
.IndexIntro-imageCarouselPluginElement .owl-dots {
  display: inline-block;
  position: absolute;
  right: 16px;
  bottom: 41px;
  height: 12px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.IndexIntro-imageCarouselPluginElement .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  width: 12px;
  height: 12px;
  border: 2px solid white;
  border-radius: 100%;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.IndexIntro-imageCarouselPluginElement .owl-dots .owl-dot span {
  position: absolute;
  display: inline-block;
  top: 2px;
  left: 2px;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.IndexIntro-imageCarouselPluginElement .owl-dots .owl-dot:first-child {
  margin-left: 0;
}
.IndexIntro-imageCarouselPluginElement .owl-dots .owl-dot.active {
  background-color: white;
}
.isNotTablet .IndexIntro-imageCarouselPluginElement .owl-dots .owl-dot:hover.active,
.isTablet .IndexIntro-imageCarouselPluginElement .owl-dots .owl-dot:active.active {
  cursor: default;
}
.isNotTablet .IndexIntro-imageCarouselPluginElement .owl-dots .owl-dot:hover:not(.active) span,
.isTablet .IndexIntro-imageCarouselPluginElement .owl-dots .owl-dot:active:not(.active) span {
  background-color: white;
}
.IndexIntro-imageCarouselItem {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.IndexIntro-imgForSave {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.IndexIntro-imageCarouselPrev,
.IndexIntro-imageCarouselNext {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 77px;
  height: 80px;
  margin: auto 0;
  overflow: hidden;
  transition: opacity 0.15s ease, -webkit-transform 0.15s ease;
  transition: transform 0.15s ease, opacity 0.15s ease;
  transition: transform 0.15s ease, opacity 0.15s ease, -webkit-transform 0.15s ease;
  transition-delay: 0.15s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.isTablet .IndexIntro-imageCarouselPrev,
.isTablet .IndexIntro-imageCarouselNext {
  display: none;
}
.isNotTablet .IndexIntro-imageCarouselPrev:hover,
.isNotTablet .IndexIntro-imageCarouselNext:hover,
.isTablet .IndexIntro-imageCarouselPrev:active,
.isTablet .IndexIntro-imageCarouselNext:active {
  cursor: pointer;
}
.IndexIntro-imageCarouselPrev:active,
.IndexIntro-imageCarouselNext:active {
  opacity: 0.6 !important;
}
.IndexIntro-imageCarouselPrev svg,
.IndexIntro-imageCarouselNext svg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 71.7px;
  height: 100%;
  fill: white;
  transition: margin 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, margin 0.2s ease;
  transition: transform 0.2s ease, margin 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: center;
          transform-origin: center;
  overflow: visible;
}
.IndexIntro-imageCarouselPrev {
  left: 0;
  -webkit-transform: translateX(-77px);
          transform: translateX(-77px);
  transition-delay: 0s !important;
}
.IndexIntro-imageCarouselPrev svg {
  left: 25px;
}
.isNotTablet .IndexIntro-imageCarouselPrev:hover svg,
.isTablet .IndexIntro-imageCarouselPrev:active svg {
  margin-left: -19px;
}
.IndexIntro-imageCarouselNext {
  right: 0;
  -webkit-transform: translateX(77px);
          transform: translateX(77px);
  transition-delay: 0s !important;
}
.IndexIntro-imageCarouselNext svg {
  right: 25px;
}
.isNotTablet .IndexIntro-imageCarouselNext:hover svg,
.isTablet .IndexIntro-imageCarouselNext:active svg {
  margin-right: -19px;
}
.IndexIntro .owl-carousel .animated {
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.IndexIntro .owl-carousel .owl-animated-out {
  z-index: 1;
}
.IndexIntro .owl-carousel .owl-animated-in {
  z-index: 2;
}
@-webkit-keyframes textFadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}
@keyframes textFadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
}
.IndexIntro .textFadeOutLeft {
  -webkit-animation-name: textFadeOutLeft;
          animation-name: textFadeOutLeft;
}
@-webkit-keyframes textFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes textFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.IndexIntro .owl-carousel .textFadeIn {
  -webkit-animation-name: textFadeIn;
  animation-name: textFadeIn;
}
@-webkit-keyframes imageScaleFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes imageScaleFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.IndexIntro .owl-carousel .imageScaleFadeIn {
  -webkit-animation-name: imageScaleFadeIn;
          animation-name: imageScaleFadeIn;
}
@-webkit-keyframes imageFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes imageFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.IndexIntro .owl-carousel .fadeOut {
  -webkit-animation-name: imageFadeOut;
  animation-name: imageFadeOut;
}
.IndexIntro-textCarouselPhantom {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.IndexIntro-textCarouselPhantom:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 33.33333333%;
}
.IndexIntro-productHeroImgContainer {
  position: relative;
  width: 86.1111%;
  margin: 0 auto;
}
.IndexIntro-productHeroImgContainer:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 61.20967742%;
}
.IndexIntro-productHeroImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.IndexIntro-productHeroImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.IndexCategories {
  position: relative;
  z-index: 3;
}
.IndexCategories:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 61.11111111%;
}
.IndexCategories-contentWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.IndexCategories-content {
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
}
.IndexCategories-title {
  margin: 0 auto;
  margin-bottom: 34px;
  width: 960px;
  padding: 0 30px;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -1.6px;
  font-weight: 300;
  text-align: center;
}
.IndexCategories-list {
  width: 600px;
  margin: 0 auto;
}
.IndexCategories-list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.IndexCategories-list li {
  display: inline-block;
}
.IndexCategories-list li:first-child {
  float: left;
}
.IndexCategories-list li:last-child {
  float: right;
}
.IndexCategories-categoryLink {
  display: inline-block;
  border: 2px solid #d996a7;
  border-image: url('/static/img/button-gradient-pink.jpg') 2 stretch stretch;
  position: relative;
  display: block;
  vertical-align: middle;
  width: 280px;
  height: 40px;
  line-height: 36px;
}
.IndexCategories-categoryLink:before {
  content: " ";
  font-size: 0;
  position: absolute;
  left: -2px;
  top: -2px;
  bottom: -2px;
  right: -2px;
  background-image: url('/static/img/button-gradient-pink.jpg');
  background-position: 0 0;
  background-size: cover;
  opacity: 0;
}
.IndexCategories-categoryLink span {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.isNotTablet .IndexCategories-categoryLink:hover,
.isTablet .IndexCategories-categoryLink:active {
  opacity: 1;
}
.isNotTablet .IndexCategories-categoryLink:hover:before,
.isTablet .IndexCategories-categoryLink:active:before {
  opacity: 1;
}
.isNotTablet .IndexCategories-categoryLink:hover span,
.isTablet .IndexCategories-categoryLink:active span {
  color: white;
  background: none;
  -webkit-text-fill-color: white;
}
.isIE .IndexCategories-categoryLink {
  line-height: 40px;
}
.IndexFeatured {
  position: relative;
  margin-left: 8.333%;
  margin-right: 8.333%;
  margin-bottom: 80px;
}
.IndexFeatured:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 26.66666667%;
}
.IndexFeatured:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.IndexFeatured-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.IndexFeatured-caseStudy,
.IndexFeatured-event {
  position: relative;
  display: inline-block;
  width: 48.333%;
  background-color: #1a1a1a;
  color: #fff;
}
.IndexFeatured-caseStudy:before,
.IndexFeatured-event:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 55.17241379%;
}
.IndexFeatured-caseStudy-content,
.IndexFeatured-event-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.IndexFeatured-caseStudy {
  float: left;
  overflow: hidden;
}
.isNotTablet .IndexFeatured-caseStudy:hover .IndexFeatured-caseStudy-img,
.isTablet .IndexFeatured-caseStudy:active .IndexFeatured-caseStudy-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.5;
}
.IndexFeatured-caseStudy-subtitle,
.IndexFeatured-event-subtitle {
  position: absolute;
  z-index: 4;
  left: 6.6%;
  top: 8%;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.32px;
  font-weight: normal;
}
.IndexFeatured-caseStudy-title,
.IndexFeatured-event-title {
  position: absolute;
  z-index: 4;
  left: 6.89%;
  right: 20.68%;
  line-height: 1.33;
  font-weight: normal;
}
@media screen and (min-width: 1100px) {
  .IndexFeatured-caseStudy-title,
  .IndexFeatured-event-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .IndexFeatured-caseStudy-title,
  .IndexFeatured-event-title {
    font-size: 26px;
  }
}
@media screen and (min-width: 1300px) {
  .IndexFeatured-caseStudy-title,
  .IndexFeatured-event-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1440px) {
  .IndexFeatured-caseStudy-title,
  .IndexFeatured-event-title {
    font-size: 30px;
  }
}
.IndexFeatured-caseStudy-title {
  bottom: 9.7%;
}
.IndexFeatured-caseStudy-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center';
  z-index: 1;
  transition: all 0.3s ease;
}
.IndexFeatured-caseStudy-gradient {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56.25%;
  background: linear-gradient(0deg, #000 0%, transparent 100%);
  opacity: 0.5;
}
.IndexFeatured-event {
  float: right;
}
.isNotTablet .IndexFeatured-event--link:hover .IndexFeatured-event-bg--hover,
.isTablet .IndexFeatured-event--link:active .IndexFeatured-event-bg--hover {
  opacity: 1;
}
.isNotTablet .IndexFeatured-event--link:hover .IndexFeatured-event-arrow svg,
.isTablet .IndexFeatured-event--link:active .IndexFeatured-event-arrow svg {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.IndexFeatured-event-title {
  position: absolute;
  top: 28.5%;
}
.IndexFeatured-event-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center';
  z-index: 1;
  transition: all 0.3s ease;
}
.IndexFeatured-event-bg--hover {
  z-index: 2;
  opacity: 0;
}
.IndexFeatured-event-arrow {
  position: absolute;
  z-index: 4;
  left: 6.89%;
  bottom: 8.5%;
  width: 60px;
  height: 30px;
  fill: #fff;
  overflow: hidden;
}
.IndexFeatured-event-arrow svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #fff;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.InspirationFilterGrid {
  position: relative;
  min-height: 768px;
  padding-bottom: 80px;
  background: #f4f5f6;
}
.InspirationFilterGrid .ps-container .ps-scrollbar-y-rail,
.InspirationFilterGrid .ps-container .ps-scrollbar-y {
  width: 4px;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}
.InspirationFilterGrid .ps-container .ps-scrollbar-y-rail {
  margin: 4px 0;
}
.InspirationFilterGrid-filter {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 2;
}
.InspirationFilterGrid-filterHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 2;
  transition: background-color 0.1s ease;
}
.InspirationFilterGrid-filterHeader--onScroll {
  background-color: white;
}
.InspirationFilterGrid-filterHeader--panelShown .InspirationFilterGrid-filterHeaderSeparator {
  opacity: 0;
}
.InspirationFilterGrid-filterHeaderSeparator {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #d4d8de;
  transition: opacity 0.3s ease-in-out;
}
.InspirationFilterGrid-filterHeaderContent {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  min-width: 600px;
  height: 100%;
  margin-left: 260px;
}
@media screen and (min-width: 1180px) {
  .InspirationFilterGrid-filterHeaderContent {
    margin-left: 40%;
  }
}
.InspirationFilterGrid-filterHeaderContent-inner {
  position: relative;
}
.InspirationFilterGrid-filterTitle {
  position: relative;
  top: 41px;
  display: inline-block;
  margin-right: 40px;
  white-space: nowrap;
  height: 24px;
  line-height: 1;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 300;
}
@media screen and (min-width: 1250px) {
  .InspirationFilterGrid-filterTitle {
    margin-right: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .InspirationFilterGrid-filterTitle {
    margin-right: 87px;
  }
}
.isNotTablet .InspirationFilterGrid-filterTitle:hover .InspirationFilterGrid-filterTitleText,
.isTablet .InspirationFilterGrid-filterTitle:active .InspirationFilterGrid-filterTitleText {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.isNotTablet .InspirationFilterGrid-filterTitle:hover .InspirationFilterGrid-filterTitleTriangleDown,
.isTablet .InspirationFilterGrid-filterTitle:active .InspirationFilterGrid-filterTitleTriangleDown {
  border-color: #c87089 transparent transparent;
}
.InspirationFilterGrid-filterTitle--panelShown .InspirationFilterGrid-filterTitleText {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.InspirationFilterGrid-filterTitle--panelShown .InspirationFilterGrid-filterTitleTriangleDown {
  border-color: #c87089 transparent transparent;
}
.InspirationFilterGrid-filterTitle--selected .InspirationFilterGrid-filterTitleText {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.InspirationFilterGrid-filterTitle--selected .InspirationFilterGrid-filterTitleTriangleDown {
  border-color: #c87089 transparent transparent;
}
.InspirationFilterGrid-filterTitleText {
  margin-right: 2px;
}
.isIE .InspirationFilterGrid-filterTitleText {
  margin-right: 5px;
}
.InspirationFilterGrid-filterTitleTriangleDown {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #1a1a1a transparent transparent;
}
.InspirationFilterGrid-clearFiltersBtn {
  display: inline-block;
  border: 2px solid #d996a7;
  border-image: url('/static/img/button-gradient-pink.jpg') 2 stretch stretch;
  display: none;
  position: relative;
  top: 35px;
  width: 160px;
  height: 40px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.InspirationFilterGrid-clearFiltersBtn:before {
  content: " ";
  font-size: 0;
  position: absolute;
  left: -2px;
  top: -2px;
  bottom: -2px;
  right: -2px;
  background-image: url('/static/img/button-gradient-pink.jpg');
  background-position: 0 0;
  background-size: cover;
  opacity: 0;
}
.InspirationFilterGrid-clearFiltersBtn span {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.isNotTablet .InspirationFilterGrid-clearFiltersBtn:hover,
.isTablet .InspirationFilterGrid-clearFiltersBtn:active {
  opacity: 1;
}
.isNotTablet .InspirationFilterGrid-clearFiltersBtn:hover:before,
.isTablet .InspirationFilterGrid-clearFiltersBtn:active:before {
  opacity: 1;
}
.isNotTablet .InspirationFilterGrid-clearFiltersBtn:hover span,
.isTablet .InspirationFilterGrid-clearFiltersBtn:active span {
  color: white;
  background: none;
  -webkit-text-fill-color: white;
}
@media screen and (min-width: 1090px) {
  .InspirationFilterGrid-clearFiltersBtn {
    display: inline-block;
  }
}
.isIE .InspirationFilterGrid-clearFiltersBtn {
  top: 30px;
}
.InspirationFilterGrid-clearFiltersBtn--show {
  opacity: 1;
  pointer-events: all;
}
.isNotTablet .InspirationFilterGrid-clearFiltersBtn:hover .InspirationFilterGrid-clearFiltersBtnText,
.isTablet .InspirationFilterGrid-clearFiltersBtn:active .InspirationFilterGrid-clearFiltersBtnText {
  color: white;
  background: none;
  -webkit-text-fill-color: white;
}
.InspirationFilterGrid-clearFiltersBtnText {
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.isIE .InspirationFilterGrid-clearFiltersBtnText {
  line-height: 39px;
}
.InspirationFilterGrid-filterContent {
  position: relative;
  z-index: 1;
}
.InspirationFilterGrid-filterPanel {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  min-width: 1024px;
  background-color: white;
  border: 1px solid #cccccc;
  max-height: calc(100vh - 100px - 40px);
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.InspirationFilterGrid-filterPanel--show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: all;
}
.InspirationFilterGrid-filterPanel--product {
  overflow: hidden;
}
.InspirationFilterGrid-filterPanel--product .InspirationFilterGrid-filterPanelContent {
  text-align: center;
}
.InspirationFilterGrid-filterPanel--product .InspirationFilterGrid-filterPanelSeparator {
  position: absolute;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #d4d8de;
}
.InspirationFilterGrid-filterPanel--product .InspirationFilterGrid-filterBtn {
  position: relative;
  display: inline-block;
  width: 220px;
  height: 160px;
  margin: 20px;
  background-color: white;
}
.isNotTablet .InspirationFilterGrid-filterPanel--product .InspirationFilterGrid-filterBtn:hover .InspirationFilterGrid-filterBtnHover,
.isTablet .InspirationFilterGrid-filterPanel--product .InspirationFilterGrid-filterBtn:active .InspirationFilterGrid-filterBtnHover,
.InspirationFilterGrid-filterPanel--product .InspirationFilterGrid-filterBtn.InspirationFilterGrid-filterBtn--selected .InspirationFilterGrid-filterBtnHover {
  opacity: 1;
}
.InspirationFilterGrid-filterPanel--product .InspirationFilterGrid-filterBtnContent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.InspirationFilterGrid-filterPanel--product .InspirationFilterGrid-filterBtnImg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 152px;
  height: 120px;
  margin: 0 auto;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.InspirationFilterGrid-filterPanel--product .InspirationFilterGrid-filterBtnTitle {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  color: #1a1a1a;
}
.InspirationFilterGrid-filterPanel--product .InspirationFilterGrid-filterBtnHover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/static/img/inspiration/filter-family-hover.png');
  background-position: 0 0;
  background-size: cover;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.InspirationFilterGrid-filterPanel--application {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0;
}
.InspirationFilterGrid-filterPanel--application .InspirationFilterGrid-filterPanelContent {
  width: 960px;
}
.InspirationFilterGrid-filterPanel--application .InspirationFilterGrid-filterBtn {
  position: relative;
  display: inline-block;
  float: left;
  width: 220px;
  height: 80px;
  line-height: 80px;
  margin: 10px;
  font-size: 24px;
  font-weight: 300;
  color: #1a1a1a;
  background-color: #f6f7f8;
}
.isNotTablet .InspirationFilterGrid-filterPanel--application .InspirationFilterGrid-filterBtn:hover .InspirationFilterGrid-filterBtnHover,
.isTablet .InspirationFilterGrid-filterPanel--application .InspirationFilterGrid-filterBtn:active .InspirationFilterGrid-filterBtnHover,
.InspirationFilterGrid-filterPanel--application .InspirationFilterGrid-filterBtn.InspirationFilterGrid-filterBtn--selected .InspirationFilterGrid-filterBtnHover {
  opacity: 1;
}
.InspirationFilterGrid-filterPanel--application .InspirationFilterGrid-filterBtnContent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.isIE .InspirationFilterGrid-filterPanel--application .InspirationFilterGrid-filterBtnContent {
  padding-top: 5px;
}
.InspirationFilterGrid-filterPanel--application .InspirationFilterGrid-filterBtnHover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/static/img/inspiration/filter-application-hover.png');
  background-position: 0 0;
  background-size: cover;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.InspirationFilterGrid-intro {
  height: 220px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.InspirationFilterGrid-intro-title {
  position: relative;
  top: 10px;
  width: 50%;
  padding-left: 115px;
  font-size: 60px;
  letter-spacing: -3px;
  line-height: 1;
  font-weight: 300;
}
.InspirationFilterGrid-intro-description {
  position: relative;
  top: 12px;
  width: 50%;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.56;
  color: #74777d;
}
.InspirationFilterGrid-intro-description span {
  display: block;
  width: 86%;
}
.InspirationFilterGrid-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  min-height: 640px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .InspirationFilterGrid-grid {
    max-width: 1440px;
    margin: 0 20px;
  }
}
@media screen and (min-width: 1480px) {
  .InspirationFilterGrid-grid {
    margin: 0 auto;
  }
}
.InspirationFilterGrid-grid--filtered {
  display: none;
}
.InspirationFilterGrid-gridItem {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .InspirationFilterGrid-gridItem {
    width: 320px;
    margin: 0 20px;
    margin-bottom: 40px;
  }
  .InspirationFilterGrid-gridItem .InspirationFilterGrid-caseImgContainer:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 62.5%;
  }
  .InspirationFilterGrid-gridItem:first-child,
  .InspirationFilterGrid-gridItem:nth-child(3n+4) {
    width: 680px;
  }
  .InspirationFilterGrid-gridItem:first-child .InspirationFilterGrid-caseImgContainer:before,
  .InspirationFilterGrid-gridItem:nth-child(3n+4) .InspirationFilterGrid-caseImgContainer:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 64.70588235%;
  }
  .InspirationFilterGrid-gridItem:nth-child(3) .InspirationFilterGrid-gridItemContent,
  .InspirationFilterGrid-gridItem:nth-child(6n+3) .InspirationFilterGrid-gridItemContent {
    margin-top: calc(75.35%);
  }
  .InspirationFilterGrid-gridItem:nth-child(5) .InspirationFilterGrid-gridItemContent,
  .InspirationFilterGrid-gridItem:nth-child(6n+5) .InspirationFilterGrid-gridItemContent {
    margin-top: calc(75.35%);
  }
  .InspirationFilterGrid-gridItem--pdfLink {
    width: 320px;
  }
  .InspirationFilterGrid-gridItem--pdfLink .InspirationFilterGrid-gridItemContent {
    position: relative;
    height: 440px;
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .InspirationFilterGrid-gridItem {
    width: 22.8%;
    margin-bottom: 40px;
    margin-right: 2.85%;
  }
  .InspirationFilterGrid-gridItem:nth-child(3n) {
    margin-right: 0;
  }
  .InspirationFilterGrid-gridItem .InspirationFilterGrid-caseImgContainer:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 62.5%;
  }
  .InspirationFilterGrid-gridItem:first-child:not(.InspirationFilterGrid-gridItem--pdfLink),
  .InspirationFilterGrid-gridItem:nth-child(12n+1):not(.InspirationFilterGrid-gridItem--pdfLink),
  .InspirationFilterGrid-gridItem:nth-child(6):not(.InspirationFilterGrid-gridItem--pdfLink),
  .InspirationFilterGrid-gridItem:nth-child(7):not(.InspirationFilterGrid-gridItem--pdfLink),
  .InspirationFilterGrid-gridItem:nth-child(6n+6):not(.InspirationFilterGrid-gridItem--pdfLink),
  .InspirationFilterGrid-gridItem:nth-child(6n+7):not(.InspirationFilterGrid-gridItem--pdfLink) {
    width: 48.6%;
  }
  .InspirationFilterGrid-gridItem:first-child:not(.InspirationFilterGrid-gridItem--pdfLink) .InspirationFilterGrid-caseImgContainer:before,
  .InspirationFilterGrid-gridItem:nth-child(12n+1):not(.InspirationFilterGrid-gridItem--pdfLink) .InspirationFilterGrid-caseImgContainer:before,
  .InspirationFilterGrid-gridItem:nth-child(6):not(.InspirationFilterGrid-gridItem--pdfLink) .InspirationFilterGrid-caseImgContainer:before,
  .InspirationFilterGrid-gridItem:nth-child(7):not(.InspirationFilterGrid-gridItem--pdfLink) .InspirationFilterGrid-caseImgContainer:before,
  .InspirationFilterGrid-gridItem:nth-child(6n+6):not(.InspirationFilterGrid-gridItem--pdfLink) .InspirationFilterGrid-caseImgContainer:before,
  .InspirationFilterGrid-gridItem:nth-child(6n+7):not(.InspirationFilterGrid-gridItem--pdfLink) .InspirationFilterGrid-caseImgContainer:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 64.70588235%;
  }
  .InspirationFilterGrid-gridItem:nth-child(3) .InspirationFilterGrid-gridItemContent,
  .InspirationFilterGrid-gridItem:nth-child(6n+3) .InspirationFilterGrid-gridItemContent {
    margin-top: calc(75.35%);
  }
  .InspirationFilterGrid-gridItem:nth-child(4) .InspirationFilterGrid-gridItemContent,
  .InspirationFilterGrid-gridItem:nth-child(6n+4) .InspirationFilterGrid-gridItemContent {
    margin-top: calc(75.35%);
  }
  .InspirationFilterGrid-gridItem--pdfLink {
    width: 22.8%;
  }
  .InspirationFilterGrid-gridItem--pdfLink .InspirationFilterGrid-gridItemContent {
    position: relative;
    margin-top: 0 !important;
  }
  .InspirationFilterGrid-gridItem--pdfLink .InspirationFilterGrid-gridItemContent:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 137.5%;
  }
}
.InspirationFilterGrid-gridItemContent {
  width: 100%;
}
.InspirationFilterGrid-caseLink {
  display: block;
}
.InspirationFilterGrid .InspirationFilterGrid-caseImgContainer {
  position: relative;
  background-color: black;
  margin-bottom: 20px;
}
.isNotTablet .InspirationFilterGrid .InspirationFilterGrid-caseImgContainer:hover .InspirationFilterGrid-caseImgState {
  opacity: 1;
}
.InspirationFilterGrid .InspirationFilterGrid-caseImgContainer:active .InspirationFilterGrid-caseImgState {
  opacity: 1;
}
.InspirationFilterGrid .InspirationFilterGrid-caseImgContainer:active .InspirationFilterGrid-caseImgStateInner {
  border-width: 2px;
}
.InspirationFilterGrid .InspirationFilterGrid-caseImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.InspirationFilterGrid-caseImgState {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(238, 120, 125, 0.5);
  border: 4px solid transparent;
  border-image: url('/static/img/gradient-pink.jpg') 4 stretch stretch;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.isTablet .InspirationFilterGrid-caseImgState {
  transition-duration: 0s;
}
.InspirationFilterGrid-caseImgStateInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 6px;
  border-style: solid;
  border-color: white;
  transition: border-width 0.2s ease;
}
.isTablet .InspirationFilterGrid-caseImgStateInner {
  transition-duration: 0s;
}
.InspirationFilterGrid .InspirationFilterGrid-caseTextContainer {
  margin-bottom: 18px;
  overflow: hidden;
}
.InspirationFilterGrid .InspirationFilterGrid-caseText {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 26px;
  color: #74777d;
}
.InspirationFilterGrid-caseTextLastSpace {
  display: inline-block;
  width: 4px;
}
.InspirationFilterGrid-caseReadMoreBtn {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.InspirationFilterGrid-caseReadMoreBtnText {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-weight: normal;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.InspirationFilterGrid-caseReadMoreBtnText:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #F0AAAA;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.isNotTablet .InspirationFilterGrid-caseReadMoreBtnText:hover:after,
.isTablet .InspirationFilterGrid-caseReadMoreBtnText:active:after {
  opacity: 1;
}
.InspirationFilterGrid-tag {
  display: inline-block;
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  margin-right: 2px;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: normal;
  color: #74777d;
  background-color: #fff;
}
.isIE .InspirationFilterGrid-tag {
  line-height: 34px;
}
.isNotTablet .InspirationFilterGrid-tag:hover,
.isTablet .InspirationFilterGrid-tag:active {
  background: linear-gradient(to right, #b26282, #ed777e);
  color: white;
}
.InspirationFilterGrid-pdfLink {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  background-color: #b96581;
  background-image: url('/static/img/inspiration/pdf-link-bg.jpg');
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.isNotTablet .InspirationFilterGrid-pdfLink:hover .InspirationFilterGrid-pdfLinkState {
  opacity: 1;
}
.InspirationFilterGrid-pdfLink:active .InspirationFilterGrid-pdfLinkState {
  opacity: 1;
}
.InspirationFilterGrid-pdfLink:active .InspirationFilterGrid-pdfLinkStateInner {
  border-width: 2px;
}
.InspirationFilterGrid-pdfLinkContent {
  padding: 0 20px;
  padding-top: 40px;
  color: white;
}
.InspirationFilterGrid-pdfLinkLabel {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.InspirationFilterGrid-pdfLinkSeparator {
  width: 40px;
  height: 2px;
  background-color: white;
  margin-bottom: 20px;
}
.InspirationFilterGrid-pdfLinkTitle {
  line-height: 1;
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  .InspirationFilterGrid-pdfLinkTitle {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .InspirationFilterGrid-pdfLinkTitle {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .InspirationFilterGrid-pdfLinkTitle {
    font-size: 26px;
  }
}
@media screen and (min-width: 1440px) {
  .InspirationFilterGrid-pdfLinkTitle {
    font-size: 32px;
  }
}
.InspirationFilterGrid-pdfLinkDownloadBtn {
  position: absolute;
  left: 20px;
  bottom: 40px;
  line-height: 1;
  font-size: 20px;
  font-weight: normal;
}
.InspirationFilterGrid-pdfLinkDownloadBtnIcon {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 14px;
  height: 16px;
  margin-right: 2px;
}
.InspirationFilterGrid-pdfLinkDownloadBtnIcon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: white;
}
.InspirationFilterGrid-pdfLinkState {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid transparent;
  border-image: url('/static/img/gradient-pink.jpg') 4 stretch stretch;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.isTablet .InspirationFilterGrid-pdfLinkState {
  transition-duration: 0s;
}
.InspirationFilterGrid-pdfLinkStateInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 6px;
  border-style: solid;
  border-color: white;
  transition: border-width 0.2s ease;
}
.isTablet .InspirationFilterGrid-pdfLinkStateInner {
  transition-duration: 0s;
}
.InspirationFilterGrid-showMoreBtn {
  position: relative;
  display: block;
  width: 240px;
  height: 60px;
  line-height: 56px;
  margin: 0 auto;
  margin-top: 60px;
  background-color: #F0AAAA;
  background-image: url('/static/img/button-gradient-pink.jpg');
  background-position: 0 0;
  background-size: cover;
}
.isNotTablet .InspirationFilterGrid-showMoreBtn:hover,
.isTablet .InspirationFilterGrid-showMoreBtn:active {
  cursor: pointer;
}
.isNotTablet .InspirationFilterGrid-showMoreBtn:hover .InspirationFilterGrid-showMoreBtn-content,
.isTablet .InspirationFilterGrid-showMoreBtn:active .InspirationFilterGrid-showMoreBtn-content {
  background-color: transparent;
}
.isNotTablet .InspirationFilterGrid-showMoreBtn:hover .InspirationFilterGrid-showMoreBtn-text,
.isTablet .InspirationFilterGrid-showMoreBtn:active .InspirationFilterGrid-showMoreBtn-text {
  color: white;
  background: none;
  -webkit-text-fill-color: white;
}
.InspirationFilterGrid-showMoreBtn.hidden {
  display: none;
}
.InspirationFilterGrid-showMoreBtn-text {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.InspirationFilterGrid-showMoreBtn-content {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  height: 56px;
  line-height: 56px;
  background-color: #f4f5f6;
  font-weight: bold;
  text-align: center;
}
.EventsIntro {
  position: relative;
  color: #fff;
}
.EventsIntro:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 37.5%;
}
@media screen and (min-width: 1455px) {
  .EventsIntro:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 37.5%;
  }
}
.EventsIntro-columns {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.EventsIntro-column {
  position: absolute;
}
.EventsIntro-column--left {
  left: 0;
  top: 0;
  width: 50%;
  height: auto;
  background: #1d2c57;
  background-size: cover;
  background-position: center;
  background-image: url('/static/img/press-intro.jpg');
}
.EventsIntro-column--left:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.EventsIntro-column--right {
  top: 0;
  left: 50%;
  width: 50%;
  height: auto;
  background-color: #F0AAAA;
  background-image: url('/static/img/gradient-pink--reversed.jpg');
  background-size: cover;
  background-position: left top;
}
.EventsIntro-column--right:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 63.88888889%;
}
.EventsIntro-titleDescription {
  position: absolute;
  left: 39px;
  bottom: 112px;
}
@media screen and (max-width: 1300px) {
  .EventsIntro-titleDescription {
    bottom: 40px;
  }
}
.EventsIntro-title {
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: -0.4px;
  font-weight: bold;
}
@media screen and (max-width: 1150px) {
  .EventsIntro-title {
    font-size: 24px;
    line-height: 1.25;
  }
}
.EventsIntro-description {
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: -0.3px;
  font-weight: 300;
}
@media screen and (max-width: 1150px) {
  .EventsIntro-description {
    font-size: 24px;
    line-height: 1.25;
  }
}
.EventsGrid {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.EventsGrid-items {
  margin: 0 8.3333%;
  max-width: 1200px;
}
.EventsGrid-item {
  height: 360px;
  position: relative;
  margin-bottom: 80px;
}
.EventsGrid-item:after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: -41px;
  width: 100%;
  height: 1px;
  background: #d4d8de;
}
.EventsGrid-item:last-child:after {
  display: none;
}
.EventsGrid-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.EventsGrid-item--noShowMoreBtnAfter {
  border-bottom: 0;
}
.EventsGrid-column {
  position: absolute;
  top: 0;
  bottom: 0;
}
.EventsGrid-column--left {
  left: 0;
  width: 50%;
}
.EventsGrid-column--right {
  left: 50%;
  width: 50%;
}
.EventsGrid-imgContainer {
  position: absolute;
  right: 0;
  background-color: #1a1a1a;
}
@media screen and (max-width: 1480px) {
  .EventsGrid-imgContainer {
    width: 100%;
  }
  .EventsGrid-imgContainer:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 60%;
  }
}
@media screen and (min-width: 1480px) {
  .EventsGrid-imgContainer {
    width: 600px;
    height: 360px;
  }
}
.isNotTablet .EventsGrid-imgContainer:hover .EventsGrid-imgState {
  opacity: 1;
}
.EventsGrid-imgContainer:active .EventsGrid-imgState {
  opacity: 1;
}
.EventsGrid-imgContainer:active .EventsGrid-imgStateInner {
  border-width: 2px;
}
.EventsGrid-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.EventsGrid-imgState {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid transparent;
  border-image: url('/static/img/gradient-pink.jpg') 4 stretch stretch;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.isTablet .EventsGrid-imgState {
  transition-duration: 0s;
}
.EventsGrid-imgStateInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 6px;
  border-style: solid;
  border-color: white;
  transition: border-width 0.2s ease;
}
.isTablet .EventsGrid-imgStateInner {
  transition-duration: 0s;
}
.EventsGrid-textContainer {
  padding-top: 52px;
  padding-left: 40px;
  padding-right: 40px;
}
.EventsGrid-title {
  max-width: 540px;
  margin-bottom: 33px;
  font-size: 30px;
  letter-spacing: -0.1px;
  line-height: 1.33;
  font-weight: normal;
  color: #141414;
}
.EventsGrid-previewText {
  max-width: 440px;
  max-height: 72px;
  margin-bottom: 60px;
  font-size: 16px;
  letter-spacing: -0.05px;
  line-height: 1.56;
  color: #74777d;
  overflow: hidden;
}
.EventsGrid-viewBtn {
  position: absolute;
  bottom: 40px;
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  height: 40px;
  background-color: #F0AAAA;
  background-image: url('/static/img/button-gradient-pink.jpg');
  background-position: 0 0;
  background-size: cover;
}
.isNotTablet .EventsGrid-viewBtn:hover,
.isTablet .EventsGrid-viewBtn:active {
  cursor: pointer;
}
.isNotTablet .EventsGrid-viewBtn:hover .EventsGrid-viewBtnContent,
.isTablet .EventsGrid-viewBtn:active .EventsGrid-viewBtnContent {
  background-color: transparent;
}
.isNotTablet .EventsGrid-viewBtn:hover .EventsGrid-viewBtnText,
.isTablet .EventsGrid-viewBtn:active .EventsGrid-viewBtnText {
  color: white;
  background: none;
  -webkit-text-fill-color: white;
}
.EventsGrid-viewBtnContent {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  height: 36px;
  line-height: 36px;
  background-color: #f4f5f6;
  font-weight: bold;
  text-align: center;
}
.EventsGrid-viewBtnText {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.EventsGrid-showMoreBtn {
  position: relative;
  display: block;
  width: 240px;
  height: 60px;
  line-height: 56px;
  margin: 0 auto;
  margin-top: 60px;
  background-color: #F0AAAA;
  background-image: url('/static/img/button-gradient-pink.jpg');
  background-position: 0 0;
  background-size: cover;
}
.isNotTablet .EventsGrid-showMoreBtn:hover,
.isTablet .EventsGrid-showMoreBtn:active {
  cursor: pointer;
}
.isNotTablet .EventsGrid-showMoreBtn:hover .EventsGrid-showMoreBtn-content,
.isTablet .EventsGrid-showMoreBtn:active .EventsGrid-showMoreBtn-content {
  background-color: transparent;
}
.isNotTablet .EventsGrid-showMoreBtn:hover .EventsGrid-showMoreBtn-text,
.isTablet .EventsGrid-showMoreBtn:active .EventsGrid-showMoreBtn-text {
  color: white;
  background: none;
  -webkit-text-fill-color: white;
}
.EventsGrid-showMoreBtn.hidden {
  display: none;
}
.EventsGrid-showMoreBtn-text {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.EventsGrid-showMoreBtn-content {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  height: 56px;
  line-height: 56px;
  background-color: #f4f5f6;
  font-weight: bold;
  text-align: center;
}
.Events {
  background: #f4f5f6;
}
.Utility {
  background: linear-gradient(to bottom, #e0e3e6, white 340px, white 100%);
}
.Utility--imprint .Utility-inner {
  width: 66.6666%;
  max-width: 960px;
}
.Utility-inner {
  width: 50%;
  max-width: 720px;
  margin: 0 auto;
}
.Utility-header {
  text-align: center;
  padding-top: 10rem;
  padding-bottom: 3.75rem;
}
.Utility-header h1 {
  font-size: 3.75rem;
  font-weight: 300;
  color: #1a1a1a;
  letter-spacing: -0.05rem;
}
.Utility-header-line {
  width: 80px;
  border-bottom: 2px solid #1a1a1a;
  margin: 0 auto;
  margin-top: 2.2rem;
}
.Utility p {
  color: #74777d;
  line-height: 1.6rem;
}
.Utility h2 {
  font-size: 1rem;
  margin-top: 1.5rem;
  line-height: 1.65rem;
  color: #1a1a1a;
}
.Utility h3 {
  font-size: 1rem;
  margin-top: 1.5rem;
  line-height: 1.65rem;
  color: #1a1a1a;
}
.Utility ul {
  color: #74777d;
}
.Utility ul li {
  line-height: 1.6rem;
  padding-left: 2.3rem;
}
.Utility ul li:before {
  content: '\2022';
  margin-right: 1.9rem;
}
.Utility-margin {
  margin-top: 1.5rem;
}
.Utility-margin-bottom {
  margin-bottom: 1.5rem;
}
.Utility a {
  background: -webkit-linear-gradient(right, #b26282, #ed777e);
  color: #b26282;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  position: relative;
  white-space: nowrap;
}
.Utility h4 {
  font-size: 1rem;
  margin-top: 1.5rem;
  line-height: 1.65rem;
  color: #1a1a1a;
}
.Utility-content {
  padding-bottom: 5.5rem;
}
.Utility-content strong {
  color: #1a1a1a;
}
.Utility .Utility-gradient:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 1rem;
  background: linear-gradient(to right, #b26282, #ed777e);
  opacity: 0;
  transition: opacity .1s;
}
.isNotTablet .Utility .Utility-gradient:hover:before,
.isTablet .Utility .Utility-gradient:active:before {
  opacity: 1;
}
.Utility-content a:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 1rem;
  background: linear-gradient(to right, #b26282, #ed777e);
  opacity: 0;
  transition: opacity .1s;
}
.isNotTablet .Utility-content a:hover:before,
.isTablet .Utility-content a:active:before {
  opacity: 1;
}
.Imprint-item {
  border-bottom: 1px solid #d4d8de;
  padding-bottom: 0.25rem;
  margin-top: 0.6rem;
}
.Imprint-item:last-child {
  border-bottom: 0;
}
.Imprint-item h2 {
  margin: 0;
  line-height: 1.6rem;
}
.Imprint-item h2:after {
  content: ':';
}
.Imprint p {
  line-height: 1.35rem;
  margin-top: 0.15rem;
  width: 85%;
}
.AboutIntro {
  position: relative;
  min-height: 1360px;
  background-color: #e7e6e9;
  background-image: url('/static/img/about-intro.jpg');
  background-size: cover;
  background-position: left top;
  padding-top: 164px;
}
.AboutIntro--animate {
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0.5s;
}
.AboutIntro--animate > * {
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0.75s;
}
.AboutIntro--animate.AboutIntro--animated {
  opacity: 1;
}
.AboutIntro--animate.AboutIntro--animated > * {
  opacity: 1;
}
.AboutIntro:after {
  content: " ";
  font-size: 0;
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.89) 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 970px;
}
.AboutIntro-title {
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  width: 960px;
  margin: 0 auto 74px;
  position: relative;
}
.AboutIntro-title:after {
  content: " ";
  font-size: 0;
  position: absolute;
  bottom: -46px;
  left: 50%;
  width: 80px;
  height: 2px;
  margin-left: -40px;
  background: #1a1a1a;
}
.AboutIntro-inner {
  margin-bottom: 250px;
}
.AboutIntro-text {
  position: relative;
  z-index: 1;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  width: 960px;
  margin: 0 auto 40px;
  margin-bottom: 90px;
}
.AboutIntro-text a {
  position: relative;
  display: inline-block;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.AboutIntro-text a:after {
  content: " ";
  font-size: 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  background: -webkit-linear-gradient(left, #b26282, #ed777e) !important;
  opacity: 0;
}
.isNotTablet .AboutIntro-text a:hover:after,
.isTablet .AboutIntro-text a:active:after {
  opacity: 1;
}
.AboutIntro-videos {
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  font-size: 0;
  text-align: center;
}
.AboutIntro-video {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  position: relative;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}
.AboutIntro-video-image {
  font-size: 0;
  background: #000;
  position: relative;
  cursor: pointer;
  width: 180px;
  height: 110px;
  background-size: cover;
  background-position: center center;
}
.AboutIntro-video-image:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 1;
  transition: opacity 0.3s ease-out;
}
.AboutIntro-video-image i {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 2;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.AboutIntro-video-image i svg {
  display: block;
  fill: #fff;
}
.isNotTablet .AboutIntro-video-image:hover i,
.isTablet .AboutIntro-video-image:active i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.AboutIntro-video-description {
  position: absolute;
  left: 210px;
  width: 160px;
  top: 50%;
  letter-spacing: 0.05em;
  color: #1a1a1a;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.AboutIntro-article {
  position: relative;
  z-index: 1;
  padding-bottom: 200px;
}
.AboutArticle {
  width: 960px;
  margin: 0 auto;
  font-size: 0;
}
.AboutArticle-col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.AboutArticle-col--left {
  padding-right: 60px;
}
.AboutArticle-col--left p {
  margin-right: -1px;
}
.AboutArticle-col--left .AboutArticle-col--left-image {
  display: block;
  position: relative;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
}
.AboutArticle-col--left .AboutArticle-col--left-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 71.42857143%;
}
.AboutArticle-col--left .AboutArticle-col--left-image-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.AboutArticle-col--left .AboutArticle-col--left-image-inner:before {
  content: " ";
  font-size: 0;
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  border: 6px solid #fff;
  background: rgba(238, 120, 125, 0.5);
  opacity: 0;
  transition: opacity .2s ease;
}
.AboutArticle-col--left .AboutArticle-col--left-image-inner:after {
  content: " ";
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #f0aaaa;
  border-image: url('/static/img/inspiration/case-large-img-hover.png') 4 stretch stretch;
  background: none !important;
  opacity: 0;
  transition: opacity .2s ease;
}
.isNotTablet .AboutArticle-col--left .AboutArticle-col--left-image:hover .AboutArticle-col--left-image-inner:after,
.isTablet .AboutArticle-col--left .AboutArticle-col--left-image:active .AboutArticle-col--left-image-inner:after,
.isNotTablet .AboutArticle-col--left .AboutArticle-col--left-image:hover .AboutArticle-col--left-image-inner:before,
.isTablet .AboutArticle-col--left .AboutArticle-col--left-image:active .AboutArticle-col--left-image-inner:before {
  opacity: 1;
}
.AboutArticle-col--right .AboutArticle-col-text {
  margin-bottom: 50px;
}
.AboutArticle-col--right p {
  letter-spacing: 0.005em;
}
.AboutArticle-col h2 {
  font-size: 60px;
  line-height: 50px;
  font-weight: 300;
  letter-spacing: -0.05em;
  margin: -5px 0 45px -5px;
  text-transform: uppercase;
}
.AboutArticle-col p {
  font-size: 20px;
  line-height: 26px;
  color: #74777d;
}
.AboutArticle-col .AboutArticle-col-text a {
  position: relative;
  display: inline-block;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.AboutArticle-col .AboutArticle-col-text a:after {
  content: " ";
  font-size: 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  background: -webkit-linear-gradient(left, #b26282, #ed777e) !important;
  opacity: 0;
}
.isNotTablet .AboutArticle-col .AboutArticle-col-text a:hover:after,
.isTablet .AboutArticle-col .AboutArticle-col-text a:active:after {
  opacity: 1;
}
.AboutArticle-col .AboutArticle-col-text a.AboutArticle-readMore {
  white-space: nowrap;
}
.AboutArticle-detailsBtn {
  width: 260px;
  height: 40px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  border: 2px solid #d996a7;
  border-image: url('/static/img/button-gradient-pink.jpg') 2 stretch stretch;
}
.AboutArticle-detailsBtn:before {
  content: " ";
  font-size: 0;
  position: absolute;
  left: -2px;
  top: -2px;
  bottom: -2px;
  right: -2px;
  background-image: url('/static/img/button-gradient-pink.jpg');
  background-position: 0 0;
  background-size: cover;
  opacity: 0;
}
.AboutArticle-detailsBtn span {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.isNotTablet .AboutArticle-detailsBtn:hover,
.isTablet .AboutArticle-detailsBtn:active {
  opacity: 1;
}
.isNotTablet .AboutArticle-detailsBtn:hover:before,
.isTablet .AboutArticle-detailsBtn:active:before {
  opacity: 1;
}
.isNotTablet .AboutArticle-detailsBtn:hover span,
.isTablet .AboutArticle-detailsBtn:active span {
  color: white;
  background: none;
  -webkit-text-fill-color: white;
}
.AboutArticle-detailsBtn span {
  top: -1px;
  letter-spacing: 0.02em;
}
.AboutRnD {
  position: relative;
  min-height: 1240px;
  background: #f4f5f7;
  font-size: 0;
}
.AboutRnD:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1240px;
  background: linear-gradient(to bottom, #888c95 0%, #f4f5f7 72%);
}
.AboutRnD-inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding-bottom: 146px;
}
.AboutRnD-board {
  position: relative;
  margin: 0 -120px 29px;
  width: 1200px;
}
@media screen and (max-width: 1240px) {
  .AboutRnD-board {
    margin-left: -20px;
    margin-right: 0;
    width: 980px;
  }
}
.AboutRnD-board-image {
  visibility: hidden;
}
@media screen and (max-width: 1240px) {
  .AboutRnD-board-image--medium {
    visibility: inherit;
  }
}
@media screen and (min-width: 1240px) {
  .AboutRnD-board-image--large {
    visibility: inherit;
  }
}
.AboutRnD-board-image--warm {
  opacity: 1;
}
.AboutRnD-board img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.AboutRnD-board img:first-child {
  position: relative;
}
.AboutRnD-board img:last-child {
  opacity: 1;
}
.AboutRnD-slider {
  position: relative;
  width: 720px;
  margin: 0 auto 118px auto;
}
.AboutRnD-slider input {
  visibility: hidden;
  opacity: 0;
}
.AboutRnD-slider .irs-slider {
  box-shadow: none;
  width: 58px;
  height: 58px;
  border-radius: 58px;
  background: #d4d8de;
  top: 8px;
  border: 2px solid #ffffff;
}
.isNotTablet .AboutRnD-slider .irs-slider:hover,
.AboutRnD-slider .irs-slider:active {
  background: #d4d8de;
}
.isNotTablet .AboutRnD-slider .irs-slider:hover i,
.AboutRnD-slider .irs-slider:active i {
  -webkit-transform: translate(4px, -50%);
          transform: translate(4px, -50%);
}
.isNotTablet .AboutRnD-slider .irs-slider:hover i:first-child,
.AboutRnD-slider .irs-slider:active i:first-child {
  -webkit-transform: translate(-4px, -50%);
          transform: translate(-4px, -50%);
}
.AboutRnD-slider .irs-slider:active {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.AboutRnD-slider .irs-slider i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8.5px;
  height: 15px;
  margin-left: 4px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.AboutRnD-slider .irs-slider i:first-child {
  margin-left: -12.5px;
}
.AboutRnD-slider .irs-slider i svg {
  width: 100%;
  fill: #fff;
}
.AboutRnD-slider .irs-bar-edge,
.AboutRnD-slider .irs-bar {
  display: none;
}
.AboutRnD-slider .irs-line {
  background: linear-gradient(to right, #5fb3c9 0%, #d4d8de 50%, #fabe95 100%);
  height: 8px;
  overflow: visible;
  border-radius: 0;
  border: none;
}
.AboutRnD-slider .irs-line--left,
.AboutRnD-slider .irs-line:before {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
}
.AboutRnD-slider .irs-line:before {
  content: "cool";
}
.AboutRnD-slider .irs-line--right,
.AboutRnD-slider .irs-line:after {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
}
.AboutRnD-slider .irs-line:after {
  content: "warm";
}
.AboutRnD-slider .irs-line--left,
.AboutRnD-slider .irs-line--right {
  background: #9da0a5;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
  cursor: pointer;
}
.isNotTablet .AboutRnD-slider .irs-line--left:hover,
.isNotTablet .AboutRnD-slider .irs-line--right:hover,
.isTablet .AboutRnD-slider .irs-line--left:active,
.isTablet .AboutRnD-slider .irs-line--right:active {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.AboutRnD-slider .irs-line:before,
.AboutRnD-slider .irs-line:after {
  opacity: 0;
}
.AboutRnD-slider-ruler {
  position: absolute;
  top: 13px;
  width: 1px;
  height: 10px;
  background: #d4d8de;
}
.AboutRnD-slider-ruler:nth-child(1) {
  left: 0%;
}
.AboutRnD-slider-ruler:nth-child(2) {
  left: 16.66666667%;
}
.AboutRnD-slider-ruler:nth-child(3) {
  left: 33.33333333%;
}
.AboutRnD-slider-ruler:nth-child(4) {
  left: 50%;
}
.AboutRnD-slider-ruler:nth-child(5) {
  left: 66.66666667%;
}
.AboutRnD-slider-ruler:nth-child(6) {
  left: 83.33333333%;
}
.AboutRnD-slider-ruler:nth-child(7) {
  left: 100%;
}
.AboutRnD-slider-ruler:nth-child(8) {
  left: 116.66666667%;
}
.AboutRnD-col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.AboutRnD-col--left {
  padding-right: 30px;
}
.AboutRnD-col-text {
  margin-bottom: 50px;
}
.AboutRnD h2 {
  font-size: 60px;
  line-height: 50px;
  font-weight: 300;
  letter-spacing: -0.05em;
  margin: -5px 0 25px -5px;
  text-transform: uppercase;
}
.AboutRnD p {
  font-size: 20px;
  line-height: 26px;
  color: #74777d;
  letter-spacing: 0.005em;
}
.AboutRnD p a {
  position: relative;
  display: inline-block;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.AboutRnD p a:after {
  content: " ";
  font-size: 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  background: -webkit-linear-gradient(left, #b26282, #ed777e) !important;
  opacity: 0;
}
.isNotTablet .AboutRnD p a:hover:after,
.isTablet .AboutRnD p a:active:after {
  opacity: 1;
}
.AboutRnD-downloads {
  margin-top: -17px;
  font-size: 20px;
  letter-spacing: 0.025em;
}
.AboutRnD-downloadsLink {
  position: relative;
  display: block;
  height: 100%;
  white-space: nowrap;
  box-shadow: inset 0 -1px #d4d8de;
}
.AboutRnD-downloadsItem {
  height: 60px;
  line-height: 60px;
}
.AboutRnD-downloadsItem:last-child .AboutRnD-downloadsLink {
  box-shadow: none;
}
.AboutRnD-downloadsItemName {
  display: inline-block;
  float: left;
  vertical-align: middle;
  width: calc(100% - 100px);
  height: 100%;
  margin-right: 85px;
  overflow: hidden;
}
.AboutRnD-downloadsItemNameText {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.isNotTablet .AboutRnD-downloadsItem:hover .AboutRnD-downloadsItemNameText,
.isTablet .AboutRnD-downloadsItem:active .AboutRnD-downloadsItemNameText,
.isNotTablet .AboutRnD-downloadsItem:hover .AboutRnD-downloadsItemFileExtensionText,
.isTablet .AboutRnD-downloadsItem:active .AboutRnD-downloadsItemFileExtensionText {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.isNotTablet .AboutRnD-downloadsItem:hover .AboutRnD-downloadsItemFileExtensionIcon svg,
.isTablet .AboutRnD-downloadsItem:active .AboutRnD-downloadsItemFileExtensionIcon svg {
  fill: #b26282;
}
.AboutRnD-downloadsItemFileExtension {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 45px;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
}
.AboutRnD-downloadsItemFileExtensionIcon {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 16px;
  top: 0;
  margin-right: 2px;
}
.AboutRnD-downloadsItemFileExtensionIcon svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  fill: #1a1a1a;
}
.AboutRnD-downloadsItemFileExtensionText {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 0;
}
.AboutRnD-switch {
  display: inline-block;
  width: 160px;
  height: 60px;
  border-radius: 60px;
  background: #d4d8de;
  position: relative;
}
.AboutRnD-switch-outer {
  text-align: center;
  margin-bottom: 106px;
}
.AboutRnD-switch--on,
.AboutRnD-switch--off {
  color: #9da0a5;
  z-index: 2;
  cursor: pointer;
  white-space: nowrap;
}
.isNotTablet .AboutRnD-switch--on:hover,
.isNotTablet .AboutRnD-switch--off:hover,
.isTablet .AboutRnD-switch--on:active,
.isTablet .AboutRnD-switch--off:active {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.AboutRnD-switch--on {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
}
.AboutRnD-switch--off {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
}
.AboutRnD-switch label {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.AboutRnD-switch label span {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #76c699;
  border: 2px solid #ffffff;
  transition: left .2s;
}
.isNotTablet .AboutRnD-switch label span:hover i,
.AboutRnD-switch label span:active i {
  -webkit-transform: translate(4px, -50%);
          transform: translate(4px, -50%);
}
.isNotTablet .AboutRnD-switch label span:hover i:first-child,
.AboutRnD-switch label span:active i:first-child {
  -webkit-transform: translate(-4px, -50%);
          transform: translate(-4px, -50%);
}
.AboutRnD-switch label span:active {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.AboutRnD-switch label span i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8.5px;
  height: 15px;
  margin-left: 4px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.AboutRnD-switch label span i:first-child {
  margin-left: -12.5px;
}
.AboutRnD-switch label span i svg {
  width: 100%;
  fill: #fff;
}
.AboutRnD-switch input {
  visibility: hidden;
  opacity: 0;
}
.AboutRnD-switch input:checked + span {
  left: 100px;
}
.AboutBlocks-block {
  background-size: cover;
  background-position: left top;
}
.AboutBlocks-block-outer {
  width: 960px;
  margin: 0 auto;
}
.AboutBlocks-block-title {
  font-size: 60px;
  line-height: 50px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  margin-bottom: 45px;
}
.AboutBlocks-block-text {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.005em;
  color: #74777d;
  margin-bottom: 70px;
}
.AboutBlocks-block-text a {
  position: relative;
  display: inline-block;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.AboutBlocks-block-text a:after {
  content: " ";
  font-size: 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  background: -webkit-linear-gradient(left, #b26282, #ed777e) !important;
  opacity: 0;
}
.isNotTablet .AboutBlocks-block-text a:hover:after,
.isTablet .AboutBlocks-block-text a:active:after {
  opacity: 1;
}
.AboutBlocks-block--1 {
  min-height: 720px;
  background-image: url('/static/img/about-block-1.jpg');
  background-position: center center;
  text-align: right;
  color: #fff;
}
.AboutBlocks-block--1 .AboutBlocks-block-inner {
  display: inline-block;
  width: 50%;
  text-align: left;
  padding-top: 175px;
  padding-bottom: 122px;
}
.AboutBlocks-block--1 .AboutBlocks-block-text {
  color: inherit;
}
.AboutBlocks-block--1 .AboutBlocks-block-detailsBtn {
  width: 300px;
  height: 40px;
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
}
.AboutBlocks-block--1 .AboutBlocks-block-detailsBtn span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.isNotTablet .AboutBlocks-block--1 .AboutBlocks-block-detailsBtn:hover,
.isTablet .AboutBlocks-block--1 .AboutBlocks-block-detailsBtn:active {
  color: #1a1a1a;
  background: #fff;
}
.AboutBlocks-block--2 {
  min-height: 720px;
  background-image: url('/static/img/about-block-2.jpg');
  text-align: center;
}
.AboutBlocks-block--2 .AboutBlocks-block-outer {
  width: 720px;
}
.AboutBlocks-block--2 .AboutBlocks-block-inner {
  padding-top: 121px;
  padding-bottom: 122px;
}
.AboutBlocks-block--2 .AboutBlocks-block-title {
  margin-top: 49px;
}
.AboutBlocks-block--2 .AboutBlocks-block-text {
  margin-bottom: 62px;
}
.AboutBlocks-block--2 .AboutBlocks-block-detailsBtn {
  width: 320px;
  height: 40px;
  position: relative;
  display: inline-block;
  border: 2px solid #d996a7;
  border-image: url('/static/img/button-gradient-pink.jpg') 2 stretch stretch;
}
.AboutBlocks-block--2 .AboutBlocks-block-detailsBtn:before {
  content: " ";
  font-size: 0;
  position: absolute;
  left: -2px;
  top: -2px;
  bottom: -2px;
  right: -2px;
  background-image: url('/static/img/button-gradient-pink.jpg');
  background-position: 0 0;
  background-size: cover;
  opacity: 0;
}
.AboutBlocks-block--2 .AboutBlocks-block-detailsBtn span {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.isNotTablet .AboutBlocks-block--2 .AboutBlocks-block-detailsBtn:hover,
.isTablet .AboutBlocks-block--2 .AboutBlocks-block-detailsBtn:active {
  opacity: 1;
}
.isNotTablet .AboutBlocks-block--2 .AboutBlocks-block-detailsBtn:hover:before,
.isTablet .AboutBlocks-block--2 .AboutBlocks-block-detailsBtn:active:before {
  opacity: 1;
}
.isNotTablet .AboutBlocks-block--2 .AboutBlocks-block-detailsBtn:hover span,
.isTablet .AboutBlocks-block--2 .AboutBlocks-block-detailsBtn:active span {
  color: white;
  background: none;
  -webkit-text-fill-color: white;
}
.AboutBlocks-block--3 {
  min-height: 720px;
  background-image: url('/static/img/about-block-3.jpg');
  background-position: center bottom;
  text-align: center;
  color: #fff;
}
.AboutBlocks-block--3 .AboutBlocks-block-outer {
  width: 720px;
}
.AboutBlocks-block--3 .AboutBlocks-block-inner {
  padding-top: 80px;
}
.AboutBlocks-block--3 .AboutBlocks-block-title {
  margin-top: 31px;
  margin-bottom: 35px;
}
.AboutBlocks-block--3 .AboutBlocks-block-text {
  color: inherit;
  margin-bottom: 40px;
}
.AboutBlocks-block--3 .AboutBlocks-block-detailsBtn {
  width: 200px;
  height: 40px;
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
}
.AboutBlocks-block--3 .AboutBlocks-block-detailsBtn span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.isNotTablet .AboutBlocks-block--3 .AboutBlocks-block-detailsBtn:hover,
.isTablet .AboutBlocks-block--3 .AboutBlocks-block-detailsBtn:active {
  color: #1a1a1a;
  background: #fff;
}
.AboutBlocks-block-detailsBtn {
  width: 180px;
  height: 40px;
  font-size: 16px;
}
.AboutBlocks-block-detailsBtn span {
  top: -1px;
  letter-spacing: 0.02em;
}
.AboutBlocks-block .u-Btn {
  display: inline-block;
  line-height: 38px;
}
.AboutPopup .Popup-content {
  width: 960px;
  box-sizing: border-box;
  background: #fff;
  padding: 63px 60px 76px;
}
.AboutPopup strong {
  display: block;
  position: relative;
  text-align: center;
  font-size: 40px;
  color: #1a1a1a;
  font-weight: 300;
  margin-bottom: 92px;
}
.AboutPopup strong:after {
  content: " ";
  font-size: 0;
  position: absolute;
  bottom: -31px;
  left: 50%;
  width: 80px;
  height: 2px;
  margin-left: -40px;
  background: #1a1a1a;
}
.AboutPopup-cols {
  font-size: 0;
}
.AboutPopup-cols .column {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  font-size: 16px;
  line-height: 24px;
  color: #74777d;
  padding-right: 40px;
}
.AboutPopup-cols .column a:after {
  bottom: 2px;
}
.AboutPopup a {
  position: relative;
  display: inline-block;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.AboutPopup a:after {
  content: " ";
  font-size: 0;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 1px;
  opacity: 0;
}
.isNotTablet .AboutPopup a:hover:after,
.isTablet .AboutPopup a:active:after {
  opacity: 1;
}
.AboutPopup a.AboutPopup-learn {
  margin-top: 70px;
  position: relative;
  font-weight: 700;
  font-size: 16px;
}
.AboutPopup a.AboutPopup-learn:after {
  display: none;
}
.AboutPopup a.AboutPopup-learn:before {
  content: " ";
  font-size: 0;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 10px;
  margin-top: -11px;
  width: 32px;
  height: 24px;
  background: url('/static/img/arrow-right--gradient.png') right top no-repeat transparent;
  background-size: 42px auto;
  transition: width .2s;
}
.isNotTablet .AboutPopup a.AboutPopup-learn:hover:before,
.isTablet .AboutPopup a.AboutPopup-learn:active:before {
  width: 42px;
}
.AboutPopupVideo .Popup-content {
  width: 960px;
  box-sizing: border-box;
  background: #fff;
  padding: 60px 20px 20px;
}
.AboutPopupVideo .AboutPopupVideo-content-inner {
  position: relative;
}
.AboutPopupVideo .AboutPopupVideo-content-inner:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.52173913%;
}
.AboutPopupVideo .AboutPopupVideo-content-inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.Popup {
  display: none;
  position: fixed;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}
.Popup-outer {
  height: 100%;
  margin: 0 auto;
  display: table;
}
.Popup-inner {
  display: table-cell;
  margin: 0 auto;
  vertical-align: middle;
}
.Popup-content {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}
.Popup-close {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 20px;
  width: 26px;
  height: 26px;
}
.Popup-close:before {
  content: " ";
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  position: absolute;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
}
.Popup-close svg {
  fill: #1a1a1a;
  border-radius: 14px;
  overflow: hidden;
  transition: border-radius 0.3s ease;
}
.Popup-close:hover svg {
  border-radius: 0;
}
html.Page--with-popup,
body.Page--with-popup {
  overflow: hidden;
  height: auto;
}
.ContactsIntro {
  font-size: 0;
  color: #fff;
  background: #f4f5f6;
}
.ContactsIntro-col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.ContactsIntro-col--left {
  background-color: #f0aaaa;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.ContactsIntro-col--left:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.ContactsIntro-col--right {
  background-color: #F0AAAA;
  background-image: url('/static/img/gradient-pink--reversed.jpg');
  background-size: cover;
  background-position: left top;
  position: relative;
}
.ContactsIntro-col--right:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 63.88888889%;
}
.ContactsIntro-col--right .ContactsIntro-col-inner {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  line-height: 1.33;
  font-size: 30px;
  font-weight: 300;
}
@media screen and (max-width: 1150px) {
  .ContactsIntro-col--right .ContactsIntro-col-inner {
    font-size: 24px;
    line-height: 30px;
  }
}
.ContactsIntro-col--right .ContactsIntro-col-title {
  font-size: inherit;
  line-height: inherit;
}
.ContactsIntro-col--right .ContactsIntro-col-text {
  position: relative;
  left: -2px;
  margin-bottom: 27px;
  letter-spacing: -0.4px;
}
.ContactsIntro-col-title {
  font-weight: bold;
}
.ContactsIntro-col a {
  position: relative;
  display: inline-block;
}
.ContactsIntro-contactBtn {
  width: 160px;
  height: 40px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
}
.ContactsIntro-contactBtn span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.isNotTablet .ContactsIntro-contactBtn:hover,
.isTablet .ContactsIntro-contactBtn:active {
  color: #1a1a1a;
  background: #fff;
}
.ContactsProfiles {
  font-size: 0;
  background: #f4f5f6;
  position: relative;
  padding-top: 60px;
}
.ContactsProfiles-title {
  position: absolute;
  left: 50%;
  top: 63px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ContactsProfiles-title:after {
  content: " ";
  font-size: 0;
  position: absolute;
  bottom: -19px;
  left: 50%;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background: #1a1a1a;
}
.ContactsProfiles-list {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding-bottom: 220px;
}
@media screen and (max-width: 1150px) {
  .ContactsProfiles-list {
    max-width: 920px;
  }
}
.ContactsProfiles-list-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 0 30px 60px;
  width: 33.33%;
  font-size: 16px;
}
.ContactsProfiles-list-item:first-child .ContactsProfiles-list-item-image span,
.ContactsProfiles-list-item:nth-child(3n+4) .ContactsProfiles-list-item-image span {
  background: #d0768d;
}
.ContactsProfiles-list-item:nth-child(2),
.ContactsProfiles-list-item:nth-child(3n+5) {
  top: 220px;
}
.ContactsProfiles-list-item:nth-child(2) .ContactsProfiles-list-item-image span,
.ContactsProfiles-list-item:nth-child(3n+5) .ContactsProfiles-list-item-image span {
  background: #f9a49a;
}
.ContactsProfiles-list-item:nth-child(3),
.ContactsProfiles-list-item:nth-child(3n+6) {
  top: -60px;
}
.ContactsProfiles-list-item:nth-child(3) .ContactsProfiles-list-item-image span,
.ContactsProfiles-list-item:nth-child(3n+6) .ContactsProfiles-list-item-image span {
  background: #fbca9a;
}
@media screen and (max-width: 1150px) {
  .ContactsProfiles-list-item {
    width: 50%;
    padding: 0 50px 60px;
  }
  .ContactsProfiles-list-item:nth-child(2),
  .ContactsProfiles-list-item:nth-child(3n+5) {
    top: 0;
  }
  .ContactsProfiles-list-item:nth-child(3),
  .ContactsProfiles-list-item:nth-child(3n+6) {
    top: 0;
  }
  .ContactsProfiles-list-item:first-child,
  .ContactsProfiles-list-item:nth-child(2n+3) {
    top: 100px;
  }
}
.ContactsProfiles-list-item-image {
  text-align: right;
}
.ContactsProfiles-list-item-image span {
  display: inline-block;
  position: relative;
  width: 66.66666667%;
}
.ContactsProfiles-list-item-image span:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.ContactsProfiles-list-item-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ContactsProfiles-list-item-title {
  display: block;
  position: relative;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin: -54px 0 11px -4px;
}
.ContactsProfiles-list-item-title:before {
  content: " ";
  font-size: 0;
  position: absolute;
  top: -10px;
  left: 4px;
  width: 60px;
  height: 2px;
  background: #1a1a1a;
}
.ContactsProfiles-list-item-position {
  display: block;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  font-style: normal;
  margin-left: -1px;
}
.ContactsProfiles-list-item-regions {
  display: block;
  line-height: 25px;
  font-style: normal;
  font-weight: 300;
  color: #74777d;
  margin-right: 120px;
  min-width: 240px;
}
.ContactsProfiles-list-item-info {
  background: #fff;
  box-sizing: border-box;
  margin-right: 60px;
  min-width: 300px;
  padding: 25px 20px 20px;
  line-height: 30px;
  margin-top: 34px;
}
.ContactsProfiles-list-item-info strong {
  display: block;
  font-weight: 700;
  margin-top: 34px;
}
.ContactsProfiles-list-item-info strong:first-child {
  margin-top: 0;
}
.ContactsProfiles-list-item-info em {
  font-style: normal;
  display: block;
}
a.ContactsProfiles-list-item-info--email {
  position: relative;
  line-height: normal;
  display: inline-block;
  padding: 5px 0;
  color: #d9707f;
  background-image: linear-gradient(to top, transparent, transparent 2px, transparent 2px, transparent 3px, transparent 3px);
  /*span{
                        .gradient-text();
                    }

                    &:after{
                        content: " ";
                        font-size: 0;
                        position: absolute;
                        left: 0;
                        width: 100%;
                        bottom: 4px;
                        height: 1px;
                        background: @font-color-gradient--pink !important;
                        opacity: 0;
                        transition: opacity .1s;
                    }


                    .isNotTablet &:hover, .isTablet &:active{
                        &:after{
                            opacity: 1;
                        }
                    }*/
}
.isNotTablet a.ContactsProfiles-list-item-info--email:hover,
.isTablet a.ContactsProfiles-list-item-info--email:active {
  text-decoration: underline;
}
a.ContactsProfiles-list-item-info--email .email-sep {
  font-size: 0;
}
.ContactsProfiles-list-item-projects {
  margin-top: 6px;
}
.ContactsProfiles-list-item-projects li {
  border-top: 1px solid #d4d8de;
  line-height: 18px;
}
.ContactsProfiles-list-item-projects li a {
  display: block;
  padding: 9px 0 12px;
  color: inherit;
  position: relative;
}
.ContactsProfiles-list-item-projects li a:before {
  content: " ";
  font-size: 0;
  display: block;
  position: absolute;
  top: -1px;
  left: -10px;
  right: -10px;
  bottom: -1px;
  background: transparent;
}
.ContactsProfiles-list-item-projects li a span {
  position: relative;
  z-index: 1;
}
.isNotTablet .ContactsProfiles-list-item-projects li a:hover:before,
.isTablet .ContactsProfiles-list-item-projects li a:active:before {
  background: #f4f5f6;
}
.isNotTablet .ContactsProfiles-list-item-projects li a:hover span,
.isTablet .ContactsProfiles-list-item-projects li a:active span {
  color: #d9707f;
}
.ContactsRepresentatives {
  background: #1a1a1a;
  min-height: 450px;
  color: #fff;
}
.ContactsRepresentatives-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .ContactsRepresentatives-inner {
    margin: 0 60px;
    width: auto;
  }
}
.ContactsRepresentatives-col--left {
  float: left;
  width: 300px;
}
.ContactsRepresentatives-col--left h2 {
  padding-top: 79px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.4px;
  font-weight: normal;
  color: #9da0a5;
}
.ContactsRepresentatives-col--right {
  margin-left: 360px;
}
.ContactsRepresentatives-panel {
  background: #fff;
  color: #1a1a1a;
  margin-top: -40px;
  padding: 61px 20px 20px;
  box-sizing: border-box;
  margin-bottom: 38px;
}
.ContactsRepresentatives-panel-title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 0.0125em;
  text-align: center;
  position: relative;
  margin-bottom: 74px;
}
.ContactsRepresentatives-panel-title:after {
  content: " ";
  font-size: 0;
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background: #1a1a1a;
}
.ContactsRepresentatives-panel .Dropdown {
  margin-bottom: 20px;
}
.ContactsRepresentatives-panel .Dropdown--disabled {
  visibility: hidden;
}
.ContactsRepresentatives-panel .Dropdown:last-child {
  margin-bottom: 0;
}
.ContactsRepresentatives-content {
  padding-top: 82px;
  padding-bottom: 62px;
}
.ContactsRepresentatives-content-item {
  color: #9da0a5;
  border-top: 1px solid #535353;
}
.ContactsRepresentatives-content-item:first-child {
  border-top: none;
}
.ContactsRepresentatives-content-item:first-child .ContactsRepresentatives-content-item-title {
  margin-top: 0;
}
.ContactsRepresentatives-content-item:last-child {
  border-bottom: 1px solid #535353;
}
.ContactsRepresentatives-content-item-row {
  position: relative;
  margin-right: 120px;
  padding-bottom: 36px;
  font-size: 0;
}
@media screen and (max-width: 1040px) {
  .ContactsRepresentatives-content-item-row {
    margin-right: 0;
    padding-bottom: 16px;
  }
}
.ContactsRepresentatives-content-item-title {
  display: block;
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.2px;
  font-weight: bold;
  color: #fff;
}
.ContactsRepresentatives-content-item-col {
  display: inline-block;
  vertical-align: top;
  width: 33.33333333%;
  min-width: 360px;
  font-size: 16px;
  line-height: 1.25;
  padding-right: 20px;
}
@media screen and (max-width: 1280px) {
  .ContactsRepresentatives-content-item-col {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 1040px) {
  .ContactsRepresentatives-content-item-col {
    width: 50%;
    margin-bottom: 20px;
  }
}
.ContactsRepresentatives-content-item-col:last-child {
  width: 120px;
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1040px) {
  .ContactsRepresentatives-content-item-col--link {
    position: static;
  }
}
@media screen and (max-width: 1280px) {
  .ContactsRepresentatives-content-item-col--phone {
    margin-top: 19px;
  }
}
@media screen and (max-width: 1040px) {
  .ContactsRepresentatives-content-item-col--phone {
    margin-top: 0;
  }
}
@media screen and (max-width: 1280px) {
  .ContactsRepresentatives-content-item-col--email a:last-child {
    padding-bottom: 36px;
  }
}
.ContactsRepresentatives-content-item-col--email a {
  margin-bottom: 10px;
}
.ContactsRepresentatives-content-item-col--email a:last-child {
  margin-bottom: 0;
}
.ContactsRepresentatives-content-item-col--map {
  position: absolute;
  left: 100%;
  top: -5px;
  padding: 0;
}
.ContactsRepresentatives-content-item-col--map .ContactsRepresentatives-mapBtn {
  color: inherit;
  width: 120px;
}
.ContactsRepresentatives-content-item-col--map .ContactsRepresentatives-mapBtn:after {
  display: none !important;
}
.ContactsRepresentatives-content-item-col--map .ContactsRepresentatives-mapBtn button {
  width: 100%;
  height: 40px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
}
.ContactsRepresentatives-content-item-col--map .ContactsRepresentatives-mapBtn button span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.isNotTablet .ContactsRepresentatives-content-item-col--map .ContactsRepresentatives-mapBtn button:hover,
.isTablet .ContactsRepresentatives-content-item-col--map .ContactsRepresentatives-mapBtn button:active {
  color: #1a1a1a;
  background: #fff;
}
.ContactsRepresentatives-content-item-col--map .ContactsRepresentatives-mapBtn button span {
  top: -1px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1040px) {
  .ContactsRepresentatives-content-item-col--map {
    position: relative;
    left: 0;
  }
}
.ContactsRepresentatives a {
  position: relative;
  display: block;
  line-height: 20px;
}
.ContactsRepresentatives a > span {
  position: relative;
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ContactsRepresentatives a > span:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #F0AAAA;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  transition: opacity 0.2s ease;
  opacity: 0;
}
.isNotTablet .ContactsRepresentatives a:hover span:after,
.isTablet .ContactsRepresentatives a:active span:after {
  opacity: 1;
}
.ContactPopup .Popup-content {
  width: 960px;
  background: #fff;
  padding-top: 63px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
}
.ContactPopup .Popup-outer {
  margin-top: 60px;
  margin-bottom: 60px;
}
.ContactPopup .Popup-inner {
  vertical-align: top;
}
.ContactPopup .Popup-close {
  right: 17px;
  top: 17px;
}
.ContactPopup-title {
  display: block;
  position: relative;
  text-align: center;
  font-size: 40px;
  color: #1a1a1a;
  font-weight: 300;
  margin-bottom: 76px;
  letter-spacing: -0.025em;
}
.ContactPopup-title:after {
  content: ' ';
  font-size: 0;
  position: absolute;
  bottom: -31px;
  left: 50%;
  width: 80px;
  height: 2px;
  margin-left: -40px;
  background: #1a1a1a;
}
.ContactPopup-body {
  position: relative;
}
.ContactPopup-form {
  position: relative;
  z-index: 1;
}
.ContactPopup-field--firstname {
  display: inline-block;
  width: 260px;
  float: left;
  margin-right: 20px;
}
.ContactPopup-field--lastname {
  display: inline-block;
  width: 280px;
  float: left;
}
.ContactPopup-field--email {
  display: inline-block;
  width: 260px;
  float: right;
  margin-bottom: 27px;
}
.ContactPopup-field--msg {
  clear: both;
}
.ContactPopup-field--newsletterCheckbox {
  display: inline-block;
  float: left;
  width: 180px;
  margin-top: 10px;
}
.ContactPopup-field--error .ContactPopup-label {
  color: #c87089;
}
.ContactPopup-field--error input,
.ContactPopup-field--error textarea {
  border-color: #c87089;
}
.ContactPopup-field--empty input,
.ContactPopup-field--empty textarea {
  font-size: 14px;
  color: #9da0a5;
}
.ContactPopup-label {
  display: block;
  margin-bottom: 17px;
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
  letter-spacing: 0.025em;
}
.ContactPopup-input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #d4d8de;
  color: #1a1a1a;
  font-size: 20px;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
          appearance: none;
}
.ContactPopup-input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.ContactPopup-msgTextarea {
  display: block;
  resize: none;
  width: 100%;
  height: auto;
  min-height: 280px;
  overflow-y: hidden;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.36;
  border: 1px solid #d4d8de;
  color: #1a1a1a;
  font-family: inherit;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
          appearance: none;
}
.ContactPopup-checkBox {
  position: relative;
  height: 20px;
  cursor: pointer;
}
.ContactPopup-checkBox--checked .ContactPopup-checkBoxTick {
  display: block;
}
.isNotTablet .ContactPopup-checkBox:hover .ContactPopup-checkBoxLabel {
  color: #1a1a1a;
}
.ContactPopup-checkBoxSquare {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #1a1a1a;
}
.ContactPopup-checkBoxTick {
  display: none;
  position: absolute;
  bottom: 2px;
  left: 1px;
}
.ContactPopup-checkBoxLabel {
  position: absolute;
  left: 27px;
  top: 4px;
  font-size: 14px;
  line-height: 1;
  color: #9da0a5;
  transition: color 0.2s ease;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ContactPopup-submitBtn {
  float: right;
  width: 240px;
  height: 40px;
}
.ContactPopup-success {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  text-align: center;
  background-color: #fff;
}
.ContactPopup-successTickImg {
  width: 94px;
  margin-left: 25px;
  margin-bottom: 30px;
}
.ContactPopup-successMsg {
  margin-bottom: 170px;
  font-size: 30px;
  line-height: 1.33;
  font-weight: 300;
  text-align: center;
  color: #74777d;
}
.ContactPopup-backToSiteBtn {
  width: 230px;
  height: 40px;
  margin: 0 auto;
}
.ProductsTabs {
  position: relative;
  height: 100px;
  border-bottom: 1px solid #d4d8de;
  background: #f4f5f6;
}
.ProductsTabs ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ProductsTabs-tab {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 100%;
  font-size: 20px;
  line-height: 100px;
  letter-spacing: -0.2px;
  text-align: center;
}
.ProductsTabs-tab a {
  width: 100%;
  height: 100%;
}
.ProductsTabs-tab a span {
  position: relative;
  top: 4px;
}
.ProductsTabs-tab--selected {
  pointer-events: none;
}
.ProductsTabs-tab--selected a span {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ProductsTabs-tab--selected .ProductsTabs-tab-underline {
  display: block;
}
.isNotTablet .ProductsTabs-tab:hover a span,
.isTablet .ProductsTabs-tab:active a span {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ProductsTabs-tab-underline {
  display: none;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #b26282, #ed777e);
}
.ProductsIntro {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 100px;
  padding-bottom: 70px;
  background: #f4f5f6;
}
.ProductsIntro h1 {
  position: relative;
  top: -5px;
  width: 50%;
  padding-left: 120px;
  padding-right: 35px;
  font-size: 60px;
  line-height: 0.83;
  letter-spacing: -2px;
  font-weight: 300;
  text-align: right;
}
.ProductsIntro p {
  position: relative;
  top: -3px;
  width: 50%;
  padding-left: 19px;
  font-size: 16px;
  line-height: 1.56;
  color: #74777d;
}
.ProductsIntro p > span {
  display: block;
  width: 85%;
  max-width: 601px;
}
.ProductsGrid {
  background: #fff;
}
.ProductsGrid ul {
  width: 100%;
}
.ProductsGrid ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ProductsGrid li {
  position: relative;
  float: left;
  display: inline-block;
  width: 25%;
  border: 1px solid #f4f5f6;
  transition: background 0.2s ease;
}
.ProductsGrid li:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 133.33333333%;
}
.ProductsGrid li:nth-child(-n+4) {
  border-top: none;
}
.isNotTablet .ProductsGrid li:hover,
.isTablet .ProductsGrid li:active {
  background: #fbfbfb;
}
.isNotTablet .ProductsGrid li:hover .ProductsGrid-product-title span,
.isTablet .ProductsGrid li:active .ProductsGrid-product-title span {
  color: #d9707f;
  background: -webkit-linear-gradient(left, #b26282, #ed777e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.isNotTablet .ProductsGrid li:hover img,
.isTablet .ProductsGrid li:active img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ProductsGrid-product {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  opacity: 0;
}
.ProductsGrid-product-imageContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 76.62%;
}
.ProductsGrid-product-imageContainer img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 'top left';
  font-family: 'object-fit: cover; object-position: top left';
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.ProductsGrid-product-titleDescription {
  position: absolute;
  top: 76.62%;
  left: 0;
  display: block;
  width: 100%;
  padding: 0 15%;
}
.ProductsGrid-product-title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.6px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .ProductsGrid-product-title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1250px) {
  .ProductsGrid-product-title {
    margin-bottom: 5px;
  }
}
.ProductsGrid-product-description {
  font-size: 16px;
  line-height: 1.25;
  color: #74777d;
}
.ProductsViewOtherCategory {
  position: relative;
  height: 240px;
  background: #F0AAAA;
}
.ProductsViewOtherCategory-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/static/img/gradient-pink-1440x240.jpg');
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: 0 0;
  background-size: cover;
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ProductsViewOtherCategory-link {
    background-image: url('/static/img/gradient-pink-1440x240@2x.jpg');
  }
}
.isNotTablet .ProductsViewOtherCategory-link:hover .ProductsViewOtherCategory-link-arrow svg,
.isTablet .ProductsViewOtherCategory-link:active .ProductsViewOtherCategory-link-arrow svg {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.ProductsViewOtherCategory-link-text {
  margin-right: 10px;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.4px;
}
.ProductsViewOtherCategory-link-arrow {
  position: relative;
  width: 60px;
  height: 30px;
  overflow: hidden;
}
.ProductsViewOtherCategory-link-arrow svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 30px;
  fill: #fff;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.Radio {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 29px !important;
}
.Radio-label {
  font-weight: 600;
  font-size: 16px;
  position: relative;
  top: 1px;
}
.Radio .mdl-radio__outer-circle {
  border: 1px solid #74777D !important;
  width: 20px;
  height: 20px;
}
.Radio .mdl-radio__inner-circle {
  background: #000;
  width: 14px;
  height: 14px;
  top: 7px;
  left: 3px;
}
.Radio.green .mdl-radio__inner-circle {
  background: #36bd24;
}
.Radio.red .mdl-radio__inner-circle {
  background: #e82100;
}
.PageSlackSelect {
  min-width: 500px;
  background: #f4f5f6;
}
.SlackSelect-center {
  text-align: center;
  width: 425px;
  margin: 100px auto 100px;
}
.SlackSelect-list {
  background: white;
  border: 1px solid #ccc;
  text-align: left;
  padding: 5px 0;
  min-height: 200px;
  max-height: 400px;
  overflow: auto;
}
.SlackSelect-list li {
  padding: 3px 10px;
}
.SlackSelect-title {
  font-size: 20px;
  text-transform: uppercase;
}
.SlackSelect-img {
  width: 200px;
}
.SlackSelect-submit {
  margin-top: 50px;
  padding: 10px 40px;
}
.SlackSelect-titleChannel {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 5px;
}
.SlackSelect .SelectOtherTeam {
  margin-left: 20px;
  color: blue;
  font: inherit;
  float: right;
}
.SearchFilterGrid-Header {
  padding: 130px 0 30px;
  border-bottom: 1px solid #d4d8de;
}
.SearchFilterGrid-Block {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.SearchFilterGrid-search {
  position: absolute;
  top: 10px;
  right: 0;
  width: 360px;
  line-height: 139px;
  color: white;
}
.isNotTablet .SearchFilterGrid-search:hover,
.isTablet .SearchFilterGrid-search:active {
  cursor: text;
}
.SearchFilterGrid-searchIcon {
  position: absolute;
  top: 19px;
  left: 14px;
  width: 26px;
  height: 26px;
  pointer-events: none;
  background-size: 78px 64px;
  background-image: url('/static/img/icons/icons-sprite.png');
  background-position: -27px 0px;
}
@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .SearchFilterGrid-searchIcon {
    background-image: url('/static/img/icons/icons-sprite@2x.png');
  }
}
.SearchFilterGrid-searchInput {
  display: block;
  width: 100%;
  padding: 18px 10px 16px 54px;
  font-size: 20px;
  color: #1a1a1a;
  background-color: white;
  -webkit-appearance: none;
          appearance: none;
  border: 1px solid #d4d8de;
  outline: none;
  font-weight: normal;
}
.SearchFilterGrid-searchInput::-webkit-input-placeholder {
  transition: color 0.3s ease;
  color: #9da0a5;
}
.SearchFilterGrid-searchInput::-moz-placeholder {
  transition: color 0.3s ease;
  color: #9da0a5;
}
.SearchFilterGrid-searchInput:-ms-input-placeholder {
  transition: color 0.3s ease;
  color: #9da0a5;
}
.SearchFilterGrid-searchInput:focus::-webkit-input-placeholder {
  color: transparent;
}
.SearchFilterGrid-searchInput:focus::-moz-placeholder {
  color: transparent;
}
.SearchFilterGrid-searchInput:focus:-ms-input-placeholder {
  color: transparent;
}
.SearchFilterGrid-searchTip {
  position: absolute;
  top: 65px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #d4d8de;
  text-align: center;
  background-color: white;
  color: #989ba0;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  box-shadow: 0 10px 11px rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 1;
}
.SearchFilterGrid-searchTip--show {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  opacity: 1;
}
.SearchFilterGrid-Query-Q {
  margin-bottom: 5px;
  font-size: 60px;
  line-height: 60px;
  text-indent: -21px;
  font-weight: 300;
  letter-spacing: -3px;
  max-width: 550px;
  color: #1a1a1a;
}
.SearchFilterGrid-Query-Count {
  font-size: 16px;
  color: #9da0a5;
}
.SearchFilterGrid-Filters {
  margin-top: 31px;
  border-top: 1px solid #d4d8de;
  padding-top: 37px;
  padding-bottom: 37px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SearchFilterGrid-Filters-overline {
  position: absolute;
  top: -1px;
  height: 2px;
  left: 0;
  width: 163px;
  background: url('/static/img/search-overline.jpg');
  background-size: 100%;
  transition: left 0.3s ease, width 0.3s ease;
}
.SearchFilterGrid-Filter {
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 20px;
  white-space: nowrap;
}
.SearchFilterGrid-Filter input {
  display: none;
}
.SearchFilterGrid-Filter-Title {
  color: #9da0a5;
  transition: color 0.2s ease;
}
.SearchFilterGrid-Filter-Num {
  font-size: 16px;
}
.SearchFilterGrid-Filter:hover .SearchFilterGrid-Filter-Title,
input:checked ~ .SearchFilterGrid-Filter-Title {
  color: #1a1a1a;
}
.SearchFilterGrid-Filter i {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-bottom: -3px;
  margin-right: 5px;
  background: url('/static/img/radio.png');
  background-size: 100%;
}
.SearchFilterGrid-Filter input:checked ~ i {
  background-image: url('/static/img/radio-checked.png');
}
.SearchFilterGrid-NoResults {
  background: white;
  text-align: center;
  padding: 106px 0;
}
.SearchFilterGrid-NoResults-Header {
  font-size: 60px;
  font-weight: 300;
}
.SearchFilterGrid-NoResults-Text {
  font-size: 20px;
  line-height: 30px;
  max-width: 450px;
  margin: 22px auto 0;
  color: #9da0a5;
}
.SearchFilterGrid-Items {
  padding-top: 20px;
  padding-bottom: 25px;
  background: white;
  min-height: calc( 100vh - 340px - 420px );
}
.SearchFilterGrid-Result {
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding: 26px 280px 35px 0;
  position: relative;
}
.SearchFilterGrid-Result + .SearchFilterGrid-Result {
  border-top: 1px solid #d4d8de;
}
.SearchFilterGrid-Result.firstVisible {
  border-top: none !important;
}
.SearchFilterGrid-Result a {
  text-decoration: none;
}
.SearchFilterGrid-Result-Title {
  display: inline-block;
  background: -webkit-linear-gradient(right, #ed777e, #b26282);
  font-weight: bold;
  color: #b26282;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  position: relative;
  white-space: nowrap;
  font-size: 20px;
}
.SearchFilterGrid-Result-Title:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 1.25rem;
  background: linear-gradient(90deg, #b26282, #ed777e);
  opacity: 0;
  transition: opacity .1s;
}
.SearchFilterGrid-Result-Title:hover:before,
.SearchFilterGrid-Result-Title:active:before {
  opacity: 1;
}
.SearchFilterGrid-Result-Snippet {
  max-height: 40px;
  margin: 20px 0;
  display: block;
  color: #9da0a5;
  overflow: hidden;
}
.SearchFilterGrid-Result-Snippet p {
  display: inline;
  margin: 0;
  padding: 0;
}
.SearchFilterGrid-Result-Link {
  color: #1a1a1a;
}
.SearchFilterGrid-Result-Image {
  position: absolute;
  right: 00px;
  top: 20px;
  bottom: 20px;
  width: 180px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.SearchFilterGrid-Pages {
  text-align: center;
  line-height: 24px;
  font-weight: bold;
  padding: 37px 0 58px;
  border-top: 1px solid #d4d8de;
  display: none;
}
.SearchFilterGrid-Pages a {
  cursor: pointer;
}
.SearchFilterGrid-Pages .prev-page,
.SearchFilterGrid-Pages .next-page {
  background: -webkit-linear-gradient(right, #ed777e, #b26282);
  color: #b26282;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  position: relative;
  white-space: nowrap;
}
.SearchFilterGrid-Pages .prev-page {
  position: absolute;
  left: 40px;
}
.SearchFilterGrid-Pages .prev-page:before {
  content: " ";
  font-size: 0;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 10px;
  margin-top: -11px;
  width: 32px;
  height: 24px;
  background: url('/static/img/arrow-left--gradient.png') left no-repeat transparent;
  background-size: 42px auto;
  transition: width .2s;
}
.SearchFilterGrid-Pages .prev-page:hover:before {
  width: 41px;
}
.SearchFilterGrid-Pages .next-page {
  position: absolute;
  right: 40px;
}
.SearchFilterGrid-Pages .next-page:before {
  content: " ";
  font-size: 0;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 10px;
  margin-top: -11px;
  width: 32px;
  height: 24px;
  background: url('/static/img/arrow-right--gradient.png') right no-repeat transparent;
  background-size: 42px auto;
  transition: width .2s;
}
.SearchFilterGrid-Pages .next-page:hover:before {
  width: 41px;
}
.SearchFilterGrid-Pages .link-page {
  color: #1a1a1a;
  padding: 0 5px;
  margin: 0 5px;
}
.SearchFilterGrid-Pages .link-page.current {
  pointer-events: none;
  color: #b36282;
}
.SearchFilterGrid .SearchItem-Contact {
  width: 100%;
}
.SearchFilterGrid .SearchItem-Contact-c1 {
  width: 270px;
  padding-right: 50px;
}
.SearchPage .TopSearch {
  display: none;
}
.Custom404 {
  width: 100%;
  background-image: url('/static/img/background_404.jpg');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.Custom404-content {
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
  padding-top: 18.65rem;
  letter-spacing: -0.05rem;
  padding-bottom: 24rem;
  position: relative;
}
.Custom404 h1 {
  color: #FFFFFF;
  font-size: 3.75rem;
  font-weight: 300;
}
.Custom404 p {
  color: #FFFFFF;
  font-size: 1.25rem;
  margin: 0 auto;
  margin-top: 2.6rem;
  line-height: 1.9rem;
  width: 26rem;
}
.Share {
  position: fixed;
  width: 180px;
  background-color: white;
  box-shadow: 0 10px 11px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.Share--family {
  position: absolute;
  margin-top: 18px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.Share--product {
  position: fixed;
}
.Share--expanded {
  opacity: 1;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  pointer-events: all;
  z-index: 10;
}
.Share--expanded.Share--family {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.Share-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s ease;
}
.Share-action:last-child {
  border-bottom: none;
}
.isNotTablet .Share-action:hover,
.isTablet .Share-action:active {
  background-color: #f4f5f6;
}
.Share-action--mail .Share-actionIcon svg {
  width: 20px;
  height: 20px;
}
.Share-action--slack .Share-actionIcon svg {
  width: 20px;
  height: 20px;
}
.Share-action--pinterest .Share-actionIcon svg {
  width: 20px;
  height: 20px;
}
.Share-action--facebook .Share-actionIcon svg {
  width: 20px;
  height: 20px;
}
.Share-action--twitter .Share-actionIcon svg {
  width: 20px;
  height: 16px;
}
.Share-action--tumblr .Share-actionIcon svg {
  width: 12px;
  height: 21px;
}
.Share-action--linkedin .Share-actionIcon svg {
  width: 20px;
  height: 20px;
}
.Share-actionIcon {
  position: relative;
  display: inline-block;
  float: left;
  width: 60px;
  height: 60px;
}
.Share-actionIcon svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  fill: #1a1a1a;
}
.Share-actionText {
  display: inline-block;
  float: left;
  width: calc(100% - 60px);
  padding-right: 20px;
  line-height: 1.1;
  font-size: 16px;
  text-align: left;
  font-weight: normal;
  color: #1a1a1a;
}
.SpritesSvg {
  display: none;
}
