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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body {
  width: 100%;
  height: 100%; }

html {
  position: relative;
  font-size: 18px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }

body {
  background: #ffffff;
  color: #2b2b2b;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::selection,
::-webkit-selection {
  background: #e2d3d3;
  color: #2b2b2b;
  text-shadow: none; }

img::-moz-selection {
  background: transparent; }

img::selection {
  background: transparent; }

main,
section {
  width: 100%;
  position: relative; }

img,
picture,
video,
audio,
embed,
object,
input,
iframe {
  max-width: 100%;
  margin: 0; }

img {
  display: inline-block; }
  a:hover img {
    border: none;
    background: none; }

x::-ms-reveal,
img[src*='.svg'] {
  width: 100%; }

a img {
  border: none; }

a {
  text-decoration: none;
  color: inherit; }

b,
strong {
  font-weight: bold; }

@font-face {
  font-family: 'Inter';
  src: url(fonts/Inter-Light.woff2) format("woff2"), url(fonts/Inter-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter';
  src: url(fonts/Inter-Thin.woff2) format("woff2"), url(fonts/Inter-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter';
  src: url(fonts/Inter-Bold.woff2) format("woff2"), url(fonts/Inter-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Cormorant';
  src: url(fonts/Cormorant-Light.woff2) format("woff2"), url(fonts/Cormorant-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

[data-router-wrapper] {
  width: 100%; }

.page {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  z-index: 2; }

.page__wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.container {
  width: 95%;
  margin: 0 auto;
  max-width: 1160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.container--md {
  max-width: 1023px; }

.container--xl {
  max-width: 1360px; }

.is-hidden {
  display: none; }

[data-router-view="portfolio"] {
  overflow-x: hidden; }

:root {
  --cc-bg:#fff;
  --cc-text:#2d4156;
  --cc-btn-primary-bg:#2d4156;
  --cc-btn-primary-text:var(--cc-bg);
  --cc-btn-primary-hover-bg:#1d2e38;
  --cc-btn-secondary-bg:#eaeff2;
  --cc-btn-secondary-text:var(--cc-text);
  --cc-btn-secondary-hover-bg:#d8e0e6;
  --cc-toggle-bg-off:#919ea6;
  --cc-toggle-bg-on:var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly:#d5dee2;
  --cc-toggle-knob-bg:#fff;
  --cc-toggle-knob-icon-color:#ecf2fa;
  --cc-block-text:var(--cc-text);
  --cc-cookie-category-block-bg:#f0f4f7;
  --cc-cookie-category-block-bg-hover:#e9eff4;
  --cc-section-border:#f1f3f5;
  --cc-cookie-table-border:#e9edf2;
  --cc-overlay-bg:rgba(4, 6, 8, .85);
  --cc-webkit-scrollbar-bg:#cfd5db;
  --cc-webkit-scrollbar-bg-hover:#9199a0; }

.c_darkmode {
  --cc-bg:#181b1d;
  --cc-text:#d8e5ea;
  --cc-btn-primary-bg:#a6c4dd;
  --cc-btn-primary-text:#000;
  --cc-btn-primary-hover-bg:#c2dff7;
  --cc-btn-secondary-bg:#33383c;
  --cc-btn-secondary-text:var(--cc-text);
  --cc-btn-secondary-hover-bg:#3e454a;
  --cc-toggle-bg-off:#667481;
  --cc-toggle-bg-on:var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly:#454c54;
  --cc-toggle-knob-bg:var(--cc-cookie-category-block-bg);
  --cc-toggle-knob-icon-color:var(--cc-bg);
  --cc-block-text:#b3bfc5;
  --cc-cookie-category-block-bg:#23272a;
  --cc-cookie-category-block-bg-hover:#2b3035;
  --cc-section-border:#292d31;
  --cc-cookie-table-border:#2b3035;
  --cc-webkit-scrollbar-bg:#667481;
  --cc-webkit-scrollbar-bg-hover:#9199a0; }

.cc_div *, .cc_div :after, .cc_div :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  font-family: inherit;
  line-height: 1.2;
  font-size: 1em;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
          animation: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: unset;
  color: inherit;
  background: 0 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  text-align: left;
  visibility: unset; }

.cc_div {
  font-size: 16px;
  font-weight: 400;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #2d4156;
  color: var(--cc-text); }

#c-ttl, #s-bl td:before, #s-ttl, .cc_div .b-tl, .cc_div .c-bn {
  font-weight: 600; }

#cm, #s-bl .act .b-acc, #s-inr, .cc_div .b-tl, .cc_div .c-bl {
  border-radius: .35em; }

#s-bl .act .b-acc {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.cc_div a, .cc_div button, .cc_div input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.cc_div a {
  border-bottom: 1px solid; }

.cc_div a:hover {
  text-decoration: none;
  border-color: transparent; }

#cm-ov, #cs-ov, .c--anim #cm, .c--anim #s-cnt, .c--anim #s-inr {
  -webkit-transition: visibility 0.25s linear, opacity 0.25s ease, -webkit-transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, -webkit-transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease !important; }

.c--anim .c-bn {
  -webkit-transition: background-color 0.25s ease !important;
  transition: background-color 0.25s ease !important; }

.c--anim #cm.bar.slide, .c--anim .bar.slide #s-inr {
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease !important; }

.c--anim #cm.bar.slide + #cm-ov, .c--anim .bar.slide + #cs-ov {
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease !important; }

#cm.bar.slide, .cc_div .bar.slide #s-inr {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 1; }

#cm.bar.top.slide, .cc_div .bar.left.slide #s-inr {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 1; }

#cm.slide, .cc_div .slide #s-inr {
  -webkit-transform: translateY(1.6em);
          transform: translateY(1.6em); }

#cm.top.slide {
  -webkit-transform: translateY(-1.6em);
          transform: translateY(-1.6em); }

#cm.bar.slide {
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

#cm.bar.top.slide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.show--consent .c--anim #cm, .show--consent .c--anim #cm.bar, .show--settings .c--anim #s-inr, .show--settings .c--anim .bar.slide #s-inr {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible !important; }

.show--consent .c--anim #cm.box.middle, .show--consent .c--anim #cm.cloud.middle {
  -webkit-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%); }

.show--settings .c--anim #s-cnt {
  visibility: visible !important; }

.force--consent.show--consent .c--anim #cm-ov, .show--settings .c--anim #cs-ov {
  visibility: visible !important;
  opacity: 1 !important; }

#cm {
  font-family: inherit;
  padding: 1.1em 1.8em 1.4em 1.8em;
  position: fixed;
  z-index: 1;
  background: #fff;
  background: var(--cc-bg);
  max-width: 24.2em;
  width: 100%;
  bottom: 1.25em;
  right: 1.25em;
  -webkit-box-shadow: 0 .625em 1.875em #000;
          box-shadow: 0 .625em 1.875em #000;
  -webkit-box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
          box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  line-height: initial; }

#cc_div #cm {
  display: block !important; }

#c-ttl {
  margin-bottom: .7em;
  font-size: 1.05em; }

.cloud #c-ttl {
  margin-top: -.15em; }

#c-txt {
  font-size: .9em;
  line-height: 1.5em; }

.cc_div #c-bns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.4em; }

.cc_div .c-bn {
  color: #40505a;
  color: var(--cc-btn-secondary-text);
  background: #e5ebef;
  background: var(--cc-btn-secondary-bg);
  padding: 1em 1.7em;
  display: inline-block;
  cursor: pointer;
  font-size: .82em;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
  text-align: center;
  border-radius: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

#c-bns button + button, #s-c-bn, #s-cnt button + button {
  float: right;
  margin-left: 1em; }

#s-cnt #s-rall-bn {
  float: none; }

#cm .c_link:active, #cm .c_link:hover, #s-c-bn:active, #s-c-bn:hover, #s-cnt button + button:active, #s-cnt button + button:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg); }

#s-cnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  display: table;
  height: 100%;
  visibility: hidden; }

#s-bl {
  outline: 0; }

#s-bl .title {
  margin-top: 1.4em; }

#s-bl .title:first-child {
  margin-top: 0; }

#s-bl .b-bn {
  margin-top: 0; }

#s-bl .b-acc .p {
  margin-top: 0;
  padding: 1em; }

#s-cnt .b-bn .b-tl {
  display: block;
  font-family: inherit;
  font-size: .95em;
  width: 100%;
  position: relative;
  padding: 1.3em 6.4em 1.3em 2.7em;
  background: 0 0;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease; }

#s-cnt .b-bn .b-tl.exp {
  cursor: pointer; }

#s-cnt .act .b-bn .b-tl {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

#s-cnt .b-bn .b-tl:active, #s-cnt .b-bn .b-tl:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover); }

#s-bl .b-bn {
  position: relative; }

#s-bl .c-bl {
  padding: 1em;
  margin-bottom: .5em;
  border: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease; }

#s-bl .c-bl:hover {
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg); }

#s-bl .c-bl:last-child {
  margin-bottom: .5em; }

#s-bl .c-bl:first-child {
  -webkit-transition: none;
  transition: none;
  padding: 0;
  margin-top: 0;
  border: none;
  margin-bottom: 2em; }

#s-bl .c-bl:not(.b-ex):first-child:hover {
  background: 0 0;
  background: unset; }

#s-bl .c-bl.b-ex {
  padding: 0;
  border: none;
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
  -webkit-transition: none;
  transition: none; }

#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 2em; }

#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0; }

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em; }

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: .5em; }

#s-bl .b-acc {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  margin-bottom: 0;
  display: none; }

#s-bl .act .b-acc {
  max-height: 100%;
  display: block;
  overflow: hidden; }

#s-cnt .p {
  font-size: .9em;
  line-height: 1.5em;
  margin-top: .85em;
  color: #2d4156;
  color: var(--cc-block-text); }

.cc_div .b-tg .c-tgl:disabled {
  cursor: not-allowed; }

#c-vln {
  display: table-cell;
  vertical-align: middle;
  position: relative; }

#cs {
  padding: 0 1.7em;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%; }

#s-inr {
  height: 100%;
  position: relative;
  max-width: 45em;
  margin: 0 auto;
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
  opacity: 0;
  padding-top: 4.75em;
  padding-bottom: 4.75em;
  position: relative;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  -webkit-box-shadow: rgba(3, 6, 9, 0.26) 0 13px 27px -5px;
          box-shadow: rgba(3, 6, 9, 0.26) 0 13px 27px -5px; }

#s-bns, #s-hdr, #s-inr {
  background: #fff;
  background: var(--cc-bg); }

#s-bl {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  height: 100%;
  padding: 1.3em 2.1em;
  display: block;
  width: 100%; }

#s-bns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 2.1em;
  border-top: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
  height: 4.75em; }

.cc_div .cc-link {
  color: #253b48;
  color: var(--cc-btn-primary-bg);
  border-bottom: 1px solid #253b48;
  border-color: var(--cc-btn-primary-bg);
  display: inline;
  padding-bottom: 0;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600; }

.cc_div .cc-link:active, .cc_div .cc-link:hover {
  border-color: transparent; }

#c-bns button:first-child, #s-bns button:first-child {
  color: #fff;
  color: var(--cc-btn-primary-text);
  background: #253b48;
  background: var(--cc-btn-primary-bg); }

#c-bns.swap button:first-child {
  color: #40505a;
  color: var(--cc-btn-secondary-text);
  background: #e5ebef;
  background: var(--cc-btn-secondary-bg); }

#c-bns.swap button:last-child {
  color: #fff;
  color: var(--cc-btn-primary-text);
  background: #253b48;
  background: var(--cc-btn-primary-bg); }

.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: #253b48;
  background: var(--cc-toggle-bg-on); }

#c-bns button:first-child:active, #c-bns button:first-child:hover, #c-bns.swap button:last-child:active, #c-bns.swap button:last-child:hover, #s-bns button:first-child:active, #s-bns button:first-child:hover {
  background: #1d2e38;
  background: var(--cc-btn-primary-hover-bg); }

#c-bns.swap button:first-child:active, #c-bns.swap button:first-child:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg); }

#s-hdr {
  position: absolute;
  top: 0;
  width: 100%;
  display: table;
  padding: 0 2.1em;
  height: 4.75em;
  vertical-align: middle;
  z-index: 2;
  border-bottom: 1px solid #f1f3f5;
  border-color: var(--cc-section-border); }

#s-ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em; }

#s-c-bn {
  padding: 0;
  width: 1.7em;
  height: 1.7em;
  font-size: 1.45em;
  margin: 0;
  font-weight: initial;
  position: relative; }

#s-c-bnc {
  display: table-cell;
  vertical-align: middle; }

.cc_div span.t-lb {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  overflow: hidden; }

#c_policy__text {
  height: 31.25em;
  overflow-y: auto;
  margin-top: 1.25em; }

#c-s-in {
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 37.5em; }

@media screen and (min-width: 688px) {
  #s-bl::-webkit-scrollbar {
    width: .9em;
    height: 100%;
    background: 0 0;
    border-radius: 0 .25em .25em 0; }
  #s-bl::-webkit-scrollbar-thumb {
    border: 0.25em solid var(--cc-bg);
    background: #cfd5db;
    background: var(--cc-webkit-scrollbar-bg);
    border-radius: 100em; }
  #s-bl::-webkit-scrollbar-thumb:hover {
    background: #9199a0;
    background: var(--cc-webkit-scrollbar-bg-hover); }
  #s-bl::-webkit-scrollbar-button {
    width: 10px;
    height: 5px; } }

.cc_div .b-tg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  right: 1.2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle; }

.cc_div .b-tg .c-tgl {
  position: absolute;
  cursor: pointer;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  border: 0; }

.cc_div .b-tg .c-tg {
  position: absolute;
  background: #919ea6;
  background: var(--cc-toggle-bg-off);
  -webkit-transition: background-color .25s ease,-webkit-box-shadow .25s ease;
  transition: background-color .25s ease,-webkit-box-shadow .25s ease;
  transition: background-color .25s ease,box-shadow .25s ease;
  transition: background-color .25s ease,box-shadow .25s ease,-webkit-box-shadow .25s ease;
  pointer-events: none; }

.cc_div .b-tg, .cc_div .b-tg .c-tg, .cc_div .b-tg .c-tgl, .cc_div span.t-lb {
  width: 3.4em;
  height: 1.5em;
  border-radius: 4em; }

.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed; }

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  background: #d5dee2;
  background: var(--cc-toggle-bg-readonly); }

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
  -webkit-box-shadow: none;
          box-shadow: none; }

.cc_div .b-tg .c-tg:after {
  content: "";
  position: relative;
  display: block;
  left: .125em;
  top: .125em;
  width: 1.25em;
  height: 1.25em;
  border: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: #fff;
  background: var(--cc-toggle-knob-bg);
  -webkit-box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
          box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
  border-radius: 100%; }

.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
  -webkit-transform: translateX(1.9em);
          transform: translateX(1.9em); }

#s-bl table, #s-bl td, #s-bl th {
  border: none; }

#s-bl tbody tr {
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease; }

#s-bl tbody tr:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover); }

#s-bl table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden; }

#s-bl td, #s-bl th {
  padding: .8em .625em;
  text-align: left;
  vertical-align: top;
  font-size: .8em;
  padding-left: 1.2em; }

#s-bl th {
  font-family: inherit;
  padding: 1.2em 1.2em; }

#s-bl thead tr:first-child {
  border-bottom: 1px solid #e9edf2;
  border-color: var(--cc-cookie-table-border); }

.force--consent #cs, .force--consent #s-cnt {
  width: 100vw; }

#cm-ov, #cs-ov {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background: #070707;
  background: rgba(4, 6, 8, 0.85);
  background: var(--cc-overlay-bg);
  display: none;
  -webkit-transition: none;
  transition: none; }

.c--anim #cs-ov, .force--consent .c--anim #cm-ov, .force--consent.show--consent #cm-ov, .show--settings #cs-ov {
  display: block; }

#cs-ov {
  z-index: 2; }

.force--consent .cc_div {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  width: 100vw;
  visibility: hidden;
  -webkit-transition: visibility .25s linear;
  transition: visibility .25s linear; }

.force--consent.show--consent .c--anim .cc_div, .force--consent.show--settings .c--anim .cc_div {
  visibility: visible; }

.force--consent #cm {
  position: absolute; }

.force--consent #cm.bar {
  width: 100vw;
  max-width: 100vw; }

html.force--consent.show--consent {
  overflow-y: hidden !important; }

html.force--consent.show--consent, html.force--consent.show--consent body {
  height: auto !important;
  overflow-x: hidden !important; }

.cc_div .act .b-bn .exp::before, .cc_div .b-bn .exp::before {
  border: solid #2d4156;
  border-color: var(--cc-btn-secondary-text);
  border-width: 0 2px 2px 0;
  padding: .2em;
  display: inline-block;
  position: absolute;
  content: '';
  margin-right: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  left: 1.2em;
  top: 50%; }

.cc_div .act .b-bn .b-tl::before {
  -webkit-transform: translateY(-20%) rotate(225deg);
          transform: translateY(-20%) rotate(225deg); }

.cc_div .on-i::before {
  border: solid #fff;
  border-color: var(--cc-toggle-knob-icon-color);
  border-width: 0 2px 2px 0;
  padding: .1em;
  display: inline-block;
  padding-bottom: .45em;
  content: '';
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: .37em;
  left: .75em;
  position: absolute; }

#s-c-bn::after, #s-c-bn::before {
  content: '';
  position: absolute;
  left: .82em;
  top: .58em;
  height: .6em;
  width: 1.5px;
  background: #444d53;
  background: var(--cc-btn-secondary-text);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 1em;
  margin: 0 auto; }

#s-c-bn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.cc_div .off-i, .cc_div .on-i {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  display: block;
  text-align: center;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease; }

.cc_div .on-i {
  left: 0;
  opacity: 0; }

.cc_div .off-i::after, .cc_div .off-i::before {
  right: .8em;
  top: .42em;
  content: ' ';
  height: .7em;
  width: .09375em;
  display: block;
  background: #cdd6dc;
  background: var(--cc-toggle-knob-icon-color);
  margin: 0 auto;
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center; }

.cc_div .off-i::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.cc_div .off-i::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1; }

.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0; }

#cm.box.middle, #cm.cloud.middle {
  top: 50%;
  -webkit-transform: translateY(-37%);
          transform: translateY(-37%);
  bottom: auto; }

#cm.box.middle.zoom, #cm.cloud.middle.zoom {
  -webkit-transform: scale(0.95) translateY(-50%);
          transform: scale(0.95) translateY(-50%); }

#cm.box.center {
  left: 1em;
  right: 1em;
  margin: 0 auto; }

#cm.cloud {
  max-width: 50em;
  margin: 0 auto;
  text-align: center;
  left: 1em;
  right: 1em;
  overflow: hidden;
  padding: 1.3em 2em;
  width: unset; }

.cc_div .cloud #c-inr {
  display: table;
  width: 100%; }

.cc_div .cloud #c-inr-i {
  width: 70%;
  display: table-cell;
  vertical-align: top;
  padding-right: 2.4em; }

.cc_div .cloud #c-txt {
  font-size: .85em; }

.cc_div .cloud #c-bns {
  min-width: 170px;
  display: table-cell;
  vertical-align: middle; }

#cm.cloud .c-bn {
  margin: .625em 0 0 0;
  width: 100%; }

#cm.cloud .c-bn:first-child {
  margin: 0; }

#cm.cloud.left {
  margin-right: 1.25em; }

#cm.cloud.right {
  margin-left: 1.25em; }

#cm.bar {
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  position: fixed;
  padding: 2em; }

#cm.bar #c-inr {
  max-width: 32em;
  margin: 0 auto; }

#cm.bar #c-bns {
  max-width: 33.75em; }

#cm.bar #cs {
  padding: 0; }

.cc_div .bar #c-s-in {
  top: 0;
  -webkit-transform: none;
          transform: none;
  height: 100%;
  max-height: 100%; }

.cc_div .bar #s-bl, .cc_div .bar #s-bns, .cc_div .bar #s-hdr {
  padding-left: 1.6em;
  padding-right: 1.6em; }

.cc_div .bar #cs {
  padding: 0; }

.cc_div .bar #s-inr {
  margin: 0;
  margin-left: auto;
  margin-right: 0;
  border-radius: 0;
  max-width: 32em; }

.cc_div .bar.left #s-inr {
  margin-left: 0;
  margin-right: auto; }

.cc_div .bar #s-bl table, .cc_div .bar #s-bl tbody, .cc_div .bar #s-bl td, .cc_div .bar #s-bl th, .cc_div .bar #s-bl thead, .cc_div .bar #s-bl tr, .cc_div .bar #s-cnt {
  display: block; }

.cc_div .bar #s-bl thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px; }

.cc_div .bar #s-bl tr {
  border-top: 1px solid #e3e7ed;
  border-color: var(--cc-cookie-table-border); }

.cc_div .bar #s-bl td {
  border: none;
  position: relative;
  padding-left: 35%; }

.cc_div .bar #s-bl td:before {
  position: absolute;
  left: 1em;
  padding-right: .625em;
  white-space: nowrap;
  content: attr(data-column);
  color: #000;
  color: var(--cc-text);
  overflow: hidden;
  text-overflow: ellipsis; }

#cm.top {
  bottom: auto;
  top: 1.25em; }

#cm.left {
  right: auto;
  left: 1.25em; }

#cm.right {
  left: auto;
  right: 1.25em; }

#cm.bar.left, #cm.bar.right {
  left: 0;
  right: 0; }

#cm.bar.top {
  top: 0; }

@media screen and (max-width: 688px) {
  #cm, #cm.cloud, #cm.left, #cm.right {
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 1.4em !important;
    right: 1em;
    left: 1em;
    bottom: 1em;
    display: block; }
  .force--consent #cm, .force--consent #cm.cloud {
    width: auto;
    max-width: 100vw; }
  #cm.top {
    top: 1em;
    bottom: auto; }
  #cm.bottom {
    bottom: 1em;
    top: auto; }
  #cm.bar.bottom {
    bottom: 0; }
  #cm.cloud .c-bn {
    font-size: .85em; }
  #s-bns, .cc_div .bar #s-bns {
    padding: 1em 1.3em; }
  .cc_div .bar #s-inr {
    max-width: 100%;
    width: 100%; }
  .cc_div .cloud #c-inr-i {
    padding-right: 0; }
  #cs {
    border-radius: 0;
    padding: 0; }
  #c-s-in {
    max-height: 100%;
    height: 100%;
    top: 0;
    -webkit-transform: none;
            transform: none; }
  .cc_div .b-tg {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    right: 1.1em; }
  #s-inr {
    margin: 0;
    padding-bottom: 7.9em;
    border-radius: 0; }
  #s-bns {
    height: 7.9em; }
  #s-bl, .cc_div .bar #s-bl {
    padding: 1.3em; }
  #s-hdr, .cc_div .bar #s-hdr {
    padding: 0 1.3em; }
  #s-bl table {
    width: 100%; }
  #s-inr.bns-t {
    padding-bottom: 10.5em; }
  .bns-t #s-bns {
    height: 10.5em; }
  .cc_div .bns-t .c-bn {
    font-size: .83em;
    padding: .9em 1.6em; }
  #s-cnt .b-bn .b-tl {
    padding-top: 1.2em;
    padding-bottom: 1.2em; }
  #s-bl table, #s-bl tbody, #s-bl td, #s-bl th, #s-bl thead, #s-bl tr, #s-cnt {
    display: block; }
  #s-bl thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #s-bl tr {
    border-top: 1px solid #e3e7ed;
    border-color: var(--cc-cookie-table-border); }
  #s-bl td {
    border: none;
    position: relative;
    padding-left: 35%; }
  #s-bl td:before {
    position: absolute;
    left: 1em;
    padding-right: .625em;
    white-space: nowrap;
    content: attr(data-column);
    color: #000;
    color: var(--cc-text);
    overflow: hidden;
    text-overflow: ellipsis; }
  #cm .c-bn, .cc_div .c-bn {
    width: 100%;
    margin-right: 0; }
  #s-cnt #s-rall-bn {
    margin-left: 0; }
  .cc_div #c-bns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  #c-bns button + button, #s-cnt button + button {
    margin-top: .625em;
    margin-left: 0;
    float: unset; }
  #cm.box, #cm.cloud {
    left: 1em;
    right: 1em;
    width: auto; }
  #cm.cloud.left, #cm.cloud.right {
    margin: 0; }
  .cc_div .cloud #c-bns, .cc_div .cloud #c-inr, .cc_div .cloud #c-inr-i {
    display: block;
    width: auto;
    min-width: unset; }
  .cc_div .cloud #c-txt {
    font-size: .9em; }
  .cc_div .cloud #c-bns {
    margin-top: 1.625em; } }

.cc_div.ie #c-vln {
  height: 100%;
  padding-top: 5.62em; }

.cc_div.ie .bar #c-vln {
  padding-top: 0; }

.cc_div.ie #cs {
  max-height: 37.5em;
  position: relative;
  top: 0;
  margin-top: -5.625em; }

.cc_div.ie .bar #cs {
  margin-top: 0;
  max-height: 100%; }

.cc_div.ie #cm {
  border: 1px solid #dee6e9; }

.cc_div.ie #c-s-in {
  top: 0; }

.cc_div.ie .b-tg {
  padding-left: 1em;
  margin-bottom: .7em; }

.cc_div.ie .b-tg .c-tgl:checked ~ .c-tg:after {
  left: 1.95em; }

.cc_div.ie #s-bl table {
  overflow: auto; }

.cc_div.ie .b-tg .c-tg {
  display: none; }

.cc_div.ie .b-tg .c-tgl {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: .2em;
  height: auto; }

.cc_div.ie #s-cnt .b-bn .b-tl {
  padding: 1.3em 6.4em 1.3em 1.4em; }

.cc_div.ie .bar #s-bl td:before {
  display: none; }

.cc_div.ie .bar #s-bl td {
  padding: .8em .625em .8em 1.2em; }

.cc_div.ie .bar #s-bl thead tr {
  position: relative; }

.cc_div.ie .b-tg .t-lb {
  filter: alpha(opacity=0); }

.cc_div.ie #cm-ov, .cc_div.ie #cs-ov {
  filter: alpha(opacity=80); }

#cm.slide {
  min-width: auto !important; }

.theme_eera {
  --cc-bg: #E2D3D3;
  --cc-text: #000 ;
  --cc-btn-primary-bg: #AA5E5E;
  --cc-btn-primary-text: #000;
  --cc-btn-primary-hover-bg: #d17979;
  --cc-btn-secondary-bg: #ceb4b4;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #BEA1A1;
  --cc-toggle-bg-off: #b79797;
  --cc-toggle-bg-on: #D17979;
  --cc-toggle-bg-readonly: #D4A0A0;
  --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
  --cc-toggle-knob-icon-color: var(--cc-bg);
  --cc-cookie-category-block-bg: #DBC3C3;
  --cc-cookie-category-block-bg-hover: #ceb4b4;
  --cc-section-border: #222a30;
  --cc-block-text: #000;
  --cc-cookie-table-border: #2b3035;
  --cc-overlay-bg: rgba(0, 0, 0, .80);
  --cc-webkit-scrollbar-bg: #2c343a;
  --cc-webkit-scrollbar-bg-hover: #384148; }

.theme_eera .cc_div a {
  color: var(--cc-btn-primary-bg); }

.theme_eera #cc_div #s-hdr {
  border-bottom: none; }

.theme_eera .cc_div #c-txt {
  color: #b0b8c6 !important; }

/* Custom border radius */
.theme_eera #cm,
.theme_eera #s-bl .act .b-acc,
.theme_eera #s-inr,
.theme_eera .cc_div .b-tl,
.theme_eera .cc_div .c-bl {
  /*border: 1px solid #000;*/
  border-radius: 1.2em; }

.theme_eera .primary_btn {
  border-radius: .7em;
  /*border: 1px solid #000;*/ }

h1, h2, h3,
h4, h5, h6 {
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 0; }

h1, .h1 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 90px;
  line-height: 1;
  font-weight: 100; }

h2, .h2 {
  font-family: "Cormorant", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 80px;
  line-height: 1.2125;
  font-weight: 300; }

h3, .h3 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 70px;
  line-height: 1.2;
  font-weight: 100; }

h4, .h4 {
  font-family: "Cormorant", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 38px;
  line-height: 1;
  font-weight: 300; }

h5, .h5 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 100; }

h6, .h6 {
  font-family: "Cormorant", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 15px;
  line-height: 1.46666;
  font-weight: 300; }

p, .p {
  font-size: 18px;
  line-height: 1.7777; }

@media only screen and (max-width: 100em) {
  h1, .h1 {
    font-size: 70px; }
  h2, .h2 {
    font-size: 54px; }
  h3, .h3 {
    font-size: 45px; }
  h4, .h4 {
    font-size: 32px; }
  h5, .h5 {
    font-size: 24px; } }

@media only screen and (max-width: 47.9375em) {
  h1, .h1 {
    font-size: 60px; }
  h2, .h2 {
    font-size: 50px;
    line-height: 1.2; }
  h3, .h3 {
    font-size: 40px; }
  h4, .h4 {
    font-size: 30px; }
  h5, .h5 {
    font-size: 20px; }
  h6, .h6 {
    font-size: 14px; }
  p, .p {
    font-size: 16px;
    line-height: 1.75; } }

@media only screen and (max-width: 21.25em) {
  h1, .h1 {
    font-size: 50px; }
  h2, .h2 {
    font-size: 40px; }
  h3, .h3 {
    font-size: 30px; }
  h4, .h4 {
    font-size: 26px; }
  h5, .h5 {
    font-size: 18px; } }

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 500; }

.page-loader__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff; }

.page-loader__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2; }

.page-loader__ill {
  margin-bottom: 28px; }
  .page-loader__ill, .page-loader__ill svg {
    width: 210px;
    height: 101px; }

.page-loader__logo, .page-loader__logo svg {
  width: 171px;
  height: 43px; }

.page-loader__path {
  stroke-dasharray: 1123.2733154296875;
  stroke-dashoffset: 1123.2733154296875; }

.page-transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  background-color: #ffffff;
  z-index: -1; }

.media, .media__img, .media__video, .media__bg {
  display: block;
  width: 100%; }

.media__wrap {
  background-color: #cccccc;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

.media__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.media--fit, .media--fit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.media--full {
  margin-bottom: 140px; }

.js .media--full .media__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1); }

.js .media--full .media__img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
  -webkit-transition: -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1); }

.js .media--full.is-scroll-visible .media__wrap::before {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0); }

.js .media--full.is-scroll-visible .media__img {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1); }

.js .media--full.is-scroll-visible:last-child .media__wrap::before {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }

.js .media--full.is-scroll-visible:last-child .media__img {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s; }

@media only screen and (max-width: 63.9375em) {
  .media--full {
    margin-bottom: 75px; } }

@media (hover: hover) {
  .link {
    -webkit-transition: opacity 0.32s ease-in-out;
    transition: opacity 0.32s ease-in-out; }
    .link:hover {
      opacity: 0.6; } }

.input__wrap {
  width: 100%;
  position: relative; }
  .input__wrap.is-error .input__error, .input__wrap.is-error .input__message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .input__wrap.is-error .input__label {
    color: #aa5e5e; }
  .input__wrap.is-error .input {
    border-bottom-color: #aa5e5e; }

.input__label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 88px;
  color: #707070;
  font-size: 15px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  -webkit-transition: color 0.27s ease-in-out;
  transition: color 0.27s ease-in-out; }

.input {
  width: 100%;
  padding: 10px 0;
  padding-left: 88px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #707070;
  color: #ffffff;
  -webkit-transition: border-color 0.27s ease-in-out;
  transition: border-color 0.27s ease-in-out; }
  .input:focus {
    outline: none;
    border-bottom-color: #cccccc; }
    .input:focus + .input__label {
      color: #cccccc; }

.input--textarea {
  resize: vertical;
  height: 41.7px; }

.input__error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #aa5e5e; }
  .input__error svg {
    width: 10px;
    height: 10px; }

.input__message {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  color: #aa5e5e; }
  .input__message.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }

.checkbox__container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.9;
  font-weight: 300;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-left: 24px;
  color: #707070; }
  .checkbox__container.is-error .input__error, .checkbox__container.is-error .input__message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .checkbox__container.is-error .checkbox__mark {
    border-color: #aa5e5e; }
  .checkbox__container.is-error .checkbox__text {
    color: #aa5e5e; }

.checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0; }

.checkbox__mark {
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: solid 1px #707070; }
  .checkbox__mark:after {
    content: "";
    position: absolute;
    display: none;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #ffffff; }

.checkbox:checked ~ .checkbox__mark {
  background-color: transparent;
  border-color: #ffffff; }
  .checkbox:checked ~ .checkbox__mark:after {
    display: block; }

.checkbox:checked ~ .checkbox__text {
  color: #ffffff; }

.slider {
  width: 100%; }

.slider__viewport {
  overflow: hidden;
  width: 100%; }
  .slider__viewport.is-draggable {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .slider__viewport.is-dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing; }

.slider__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent; }

.slide {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 100%; }

.load-more-cta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 100px 0 300px 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.load-more-cta__text {
  font-size: 15px;
  font-weight: 300;
  line-height: 2.1333;
  text-transform: uppercase; }

.load-more-cta__icon svg {
  width: 8px;
  height: 81px; }

.is-loading .load-more-cta {
  opacity: 0.6; }

.lang-switcher {
  position: relative; }
  .lang-switcher.is-active .lang-switcher__overlay {
    display: block;
    z-index: 10;
    pointer-events: auto; }
  .lang-switcher.is-active .lang-switcher__list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    z-index: 11; }

.lang-switcher__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  pointer-events: none;
  z-index: -1; }

.lang-switcher__active {
  position: relative;
  z-index: 11; }
  .lang-switcher__active .lang-switcher__link {
    cursor: pointer; }

.lang-switcher__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 9px 20px; }

.lang-switcher__link-label {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7778;
  color: #707070;
  margin-right: 20px; }

.lang-switcher__link-flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .lang-switcher__link-flag svg {
    width: 18px;
    height: auto; }

.lang-switcher__active .lang-switcher__link {
  border: 1px solid #ffffff; }

.lang-switcher__list {
  position: absolute;
  bottom: 100%;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transition: all 0.32s ease-in-out;
  transition: all 0.32s ease-in-out; }

.lang-switcher__item {
  display: block; }
  .lang-switcher__item .lang-switcher__link {
    background-color: #ffffff; }

.social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 14px; }

.social__item:not(:last-child):after {
  content: "|";
  margin: 0 6px; }

@media only screen and (max-width: 47.9375em) {
  .social {
    margin-left: 0;
    margin-top: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.nav-header {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  z-index: 420; }

.nav-header__container {
  max-width: 1750px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.nav-header__logo svg {
  width: 206px;
  height: 66px; }

.nav-header__toggle {
  width: 59px;
  height: 45px;
  position: relative;
  cursor: pointer; }

.nav-header__toggle-bar {
  position: absolute;
  right: 0;
  height: 2px;
  background-color: #2b2b2b;
  -webkit-transition: -webkit-transform 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%; }
  .nav-header__toggle-bar:first-child {
    top: 0;
    width: 100%; }
  .nav-header__toggle-bar:nth-child(2) {
    top: 50%;
    width: 50%; }
  .nav-header__toggle-bar:last-child {
    bottom: 0;
    width: 100%; }

.nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 421; }

.nav-menu__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.nav-menu__content {
  position: relative;
  overflow: hidden;
  z-index: 2; }

.nav-menu__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
  .nav-menu__main .nav-menu__bg {
    background-color: #2b2b2b; }

.nav-menu__close {
  position: absolute;
  top: 55px;
  right: calc((100% - 1750px)/2);
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 3; }

.nav-menu__close-bar {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff; }
  .nav-menu__close-bar:first-child {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .nav-menu__close-bar:last-child {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.nav-menu__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.nav-menu__col:first-child {
  width: 48%; }

.nav-menu__col:last-child {
  width: 38%; }

.nav-menu__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.nav-menu__item {
  display: block; }
  .nav-menu__item:not(:last-child) {
    margin-bottom: 40px; }

.nav-menu__item--sub:not(:last-child) {
  margin-bottom: 18px; }

.nav-menu__link {
  display: block;
  width: 100%;
  position: relative;
  color: #cccccc; }
  .nav-menu__link::before {
    content: "";
    position: absolute;
    top: 60%;
    left: -40px;
    width: 20px;
    height: 1px;
    background-color: #ffffff;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.38s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.38s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.38s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.38s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.38s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .nav-menu__link.is-active {
    color: #ffffff; }
    .nav-menu__link.is-active::before {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transform-origin: 0% 50%;
              transform-origin: 0% 50%; }

.nav-menu__link--main {
  position: relative;
  font-family: "Cormorant", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: 300;
  font-size: 70px;
  text-transform: lowercase;
  -webkit-transition: color 0.25s, opacity 0.25s;
  transition: color 0.25s, opacity 0.25s; }
  .nav-menu__link--main::before {
    content: "";
    position: absolute;
    top: 60%;
    left: -40px;
    width: 20px;
    height: 1px;
    background-color: #ffffff;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.38s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.38s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.38s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.38s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.38s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .nav-menu__link--main.is-active {
    color: #ffffff; }
    .nav-menu__link--main.is-active::before {
      -webkit-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transform-origin: 0% 50%;
              transform-origin: 0% 50%; }

.nav-menu__item--product {
  display: none; }

.nav-menu__end {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 80px 0;
  text-transform: uppercase; }
  .nav-menu__end .nav-menu__content {
    overflow: initial; }
  .nav-menu__end .nav-menu__bg {
    background-color: #cccccc; }
  .nav-menu__end .nav-menu__col {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.is-nav-open .nav-header__toggle-bar {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0); }

.is-nav-animate .nav-header, .is-nav-animate .nav-menu {
  pointer-events: none; }

.is-home .nav-header__logo .fill-path {
  fill: #ffffff; }

.is-home .nav-header__toggle-bar {
  background-color: #ffffff; }

.is-concept .nav-header__logo .fill-path, .is-article .nav-header__logo .fill-path {
  fill: #ffffff; }

@media (hover: hover) {
  a.nav-menu__link--main:not(.is-active):hover::before, .nav-menu__link:not(.is-active):hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%; } }

@media only screen and (max-width: 114.375em) {
  .nav-menu__close {
    right: 2.5%; } }

@media only screen and (max-width: 100em) {
  .nav-header {
    top: 40px; }
  .nav-menu__close {
    top: 40px;
    right: 2.5%; }
  .nav-menu__item:not(:last-child) {
    margin-bottom: 22px; }
  .nav-menu__link {
    font-size: 28px; }
  .nav-menu__link--main {
    font-size: 50px; }
  .nav-menu__end {
    padding: 40px 0; } }

@media only screen and (max-width: 63.9375em) {
  .nav-header {
    top: 26px; }
  .nav-menu__close {
    top: 26px;
    width: 57px;
    height: 57px; }
  .nav-header__logo, .nav-header__logo svg {
    width: 178px;
    height: 57px; }
  .nav-menu__col:first-child, .nav-menu__col:last-child {
    width: 100%; }
  .nav-menu__main .nav-menu__item {
    text-align: center; }
  .nav-menu__item--mobile-product {
    display: none; }
  .nav-menu__item--product {
    display: block; }
  .nav-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .nav-menu__end {
    padding: 25px 0; }
    .nav-menu__end .nav-menu__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .nav-menu__end .nav-menu__end-label {
      display: none; }
    .nav-menu__end .nav-menu__col {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .nav-menu__end .nav-menu__col:first-child {
        margin-top: 10px; } }

@media only screen and (max-width: 47.9375em) {
  .nav-menu__close {
    top: 42px;
    width: 24px;
    height: 24px; }
  .nav-menu__close-bar {
    top: 12px; }
  .nav-header__toggle {
    width: 31px;
    height: 24px; }
  .nav-menu__item:not(:last-child) {
    margin-bottom: 18px; }
  .nav-menu__link {
    display: initial;
    font-size: 24px; }
    .nav-menu__link::before {
      top: 55%;
      left: -25px;
      width: 15px; }
  .nav-menu__link--main {
    font-size: 32px; }
  .nav-menu__end .nav-menu__col {
    font-size: 14px; }
    .nav-menu__end .nav-menu__col .lang-switcher {
      margin-top: 12px; }
  .is-concept .nav-header__logo .fill-path, .is-article .nav-header__logo .fill-path {
    fill: #2b2b2b; } }

@media only screen and (max-width: 20em) {
  .nav-menu__item:not(:last-child) {
    margin-bottom: 16px; }
  .nav-menu__link {
    font-size: 18px; }
  .nav-menu__link--main {
    font-size: 28px; } }

button, .button {
  background: transparent;
  text-decoration: none;
  outline: 0;
  padding: 0;
  border: none; }

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .button::before, .button::after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background-color: #2b2b2b;
    margin-right: 16px;
    position: relative;
    z-index: 2; }
  .button::after {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    z-index: 1; }

.button__text {
  font-size: 15px;
  line-height: 2.13;
  text-transform: uppercase; }

.button--light {
  color: #ffffff; }
  .button--light::before {
    background-color: #ffffff; }

@media (hover: hover) {
  .button::before, .button::after {
    -webkit-transition: -webkit-transform 0.38s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.38s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.38s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.38s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.38s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .button::before {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transition-delay: 0.22s;
            transition-delay: 0.22s; }
  .button::after {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .button:hover::before {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  .button:hover::after {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transition-delay: 0.22s;
            transition-delay: 0.22s;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

.hero-media {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #cccccc; }

.hero-ill {
  position: relative;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.hero-ill__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: none;
  z-index: 1; }

.hero-ill__material {
  width: 30vw;
  height: 30vw;
  position: relative;
  z-index: 2; }

.hero-ill__material-img, .hero-ill__material-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  background-color: #707070;
  z-index: 2; }

.hero-ill__material-sphere {
  position: absolute;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #aa5e5e; }

.hero-ill__material-sphere--first {
  width: 7vw;
  height: 7vw;
  bottom: -3.64vw;
  left: -3.64vw;
  z-index: 1; }

.hero-ill__material-sphere--last {
  width: 10.1vw;
  height: 10.1vw;
  top: 1.77vw;
  right: -3.64vw;
  z-index: 3; }

.hero-ill__cta {
  position: absolute;
  top: calc(100% - 121px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .hero-ill__cta svg {
    width: 8px;
    height: 81px; }

@media only screen and (max-width: 63.9375em) {
  .hero-ill__material {
    width: 280px;
    height: 280px; }
  .hero-ill__material-sphere--first {
    width: 90px;
    height: 90px;
    bottom: -30px;
    left: -30px; }
  .hero-ill__material-sphere--last {
    width: 120px;
    height: 120px;
    top: 30px;
    right: -40px; } }

@media only screen and (max-width: 23.125em) {
  .hero-ill__material {
    width: 200px;
    height: 200px; }
  .hero-ill__material-sphere--first {
    width: 60px;
    height: 60px;
    bottom: -18px;
    left: -18px; }
  .hero-ill__material-sphere--last {
    width: 90px;
    height: 90px;
    top: 18px;
    right: -26px; } }

.intro-text {
  padding: 64px 0 135px 0; }

.intro-text__label {
  text-transform: uppercase;
  margin-bottom: 28px; }

.intro-text__title {
  max-width: 985px; }

.intro-text__subtitle {
  padding-top: 10px; }

@media only screen and (max-width: 63.9375em) {
  .intro-text__title {
    max-width: 100%; } }

@media only screen and (max-width: 47.9375em) {
  .intro-text__subtitle {
    padding-top: 20px; } }

.block-image {
  margin-bottom: 120px; }

.block-image__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.block-image__img {
  width: 32.4%;
  height: 61.3vh;
  margin-right: 9.6%;
  max-height: 650px; }

.block-image__content {
  width: 44.8%; }

.block-image__title {
  margin-bottom: 21px;
  text-transform: lowercase; }

.block-image__text {
  color: #707070;
  max-width: 375px;
  margin-bottom: 32px; }

.block-image--inverted .block-image__container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.block-image--inverted .block-image__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0; }

.block-image--inverted .block-image__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 9.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right; }

.block-image--simple {
  width: 34.5%;
  margin-left: auto;
  margin-right: auto; }
  .block-image--simple .block-image__img {
    width: 100%;
    margin-right: 0; }

.js .block-image .media__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1); }

.js .block-image .media__img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
  -webkit-transition: -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1); }

.js .block-image.is-scroll-animated .media__wrap::before {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0); }

.js .block-image.is-scroll-animated .media__img {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1); }

@media only screen and (max-width: 80em) {
  .block-image--simple {
    width: 65%; } }

@media only screen and (max-width: 63.9375em) {
  .block-image {
    margin-bottom: 60px; }
  .block-image--simple {
    width: 100%;
    margin-left: 0;
    margin-right: 0; } }

@media only screen and (max-width: 47.9375em) {
  .block-image__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .block-image__img {
    width: 57%;
    margin-right: 0;
    margin-bottom: 22px;
    min-width: 220px; }
  .block-image__content {
    width: 57%;
    margin: 0 auto; }
  .block-image--inverted .block-image__container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .block-image--inverted .block-image__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .block-image--inverted .block-image__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left; } }

.article-cards {
  margin-bottom: 135px; }

.article-cards__title {
  text-align: center;
  margin-bottom: 70px; }

.article-card {
  width: 100%; }

.article-card__img {
  position: relative;
  height: 50vh;
  margin-bottom: 36px;
  max-height: 650px; }
  .article-card__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 43, 43, 0.8)), color-stop(55%, rgba(43, 43, 43, 0.5)), to(rgba(43, 43, 43, 0)));
    background: linear-gradient(0deg, rgba(43, 43, 43, 0.8) 0%, rgba(43, 43, 43, 0.5) 55%, rgba(43, 43, 43, 0) 100%);
    pointer-events: none;
    z-index: 1; }

.article-card__date {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  z-index: 2; }

.article-card__title {
  margin-bottom: 26px; }

.article-card__text {
  color: #707070; }

.js .article-card .media__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1); }

.js .article-card .media__img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
  -webkit-transition: -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1); }

.js .article-card.is-scroll-animated .media__wrap::before {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0); }

.js .article-card.is-scroll-animated .media__img {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1); }

@media only screen and (max-width: 63.9375em) {
  .article-cards__container {
    width: 100%; } }

@media only screen and (max-width: 47.9375em) {
  .article-cards {
    margin-bottom: 70px; } }

.articles-slider__viewport:before {
  display: none;
  content: '{ "draggable": false }'; }

.articles-slider__container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.articles-slide {
  min-width: 26.4%; }
  .articles-slide:not(:last-child) {
    margin-right: 10.4%; }

@media only screen and (max-width: 63.9375em) {
  .articles-slider__viewport:before {
    content: '{ "draggable": true }'; } }

@media only screen and (max-width: 63.9375em) {
  .articles-slider__container {
    margin: 0 2.5%; }
  .articles-slide {
    min-width: 69.5%; }
    .articles-slide:not(:last-child) {
      margin-right: 8.7%; } }

.articles__title {
  text-align: center;
  margin: 300px 0 150px 0; }

.articles__container {
  max-width: 1400px;
  margin-bottom: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.articles__item {
  margin-bottom: 54px; }
  .articles__item[data-index="0"], .articles__item[data-index="6"] {
    width: 62.5%; }
    .articles__item[data-index="0"] .article-card__title, .articles__item[data-index="0"] .article-card__text, .articles__item[data-index="6"] .article-card__title, .articles__item[data-index="6"] .article-card__text {
      max-width: 376px; }
  .articles__item[data-index="1"], .articles__item[data-index="2"], .articles__item[data-index="3"], .articles__item[data-index="4"], .articles__item[data-index="5"] {
    width: 25%; }
  .articles__item[data-index="0"], .articles__item[data-index="2"], .articles__item[data-index="3"], .articles__item[data-index="5"] {
    margin-right: 12.5%; }

.article {
  margin-bottom: 100px; }
  .article h1, .article .h1 {
    max-width: 860px;
    margin-bottom: 75px; }
  .article h2, .article .h2,
  .article h3, .article .h3,
  .article h4, .article .h4,
  .article h5, .article .h5,
  .article p, .article .p,
  .article img,
  .article .article__wrapper {
    max-width: 670px;
    margin-bottom: 50px; }
  .article .article__wrapper {
    font-size: 18px;
    line-height: 1.7777; }
  .article img {
    display: block;
    width: 100% !important;
    height: auto !important; }

.article__image {
  margin-bottom: 80px; }

.article__image, .article__image-wrap {
  width: 100%; }

.article__image-wrap {
  margin-bottom: 16px; }

.article__image-label {
  width: 100%;
  text-align: right;
  text-transform: uppercase; }

.article__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.article__nav-item {
  width: 49.5%;
  position: relative; }
  .article__nav-item:first-child {
    margin-right: 1%; }
    .article__nav-item:first-child .article__nav-item-text {
      left: 50px; }
  .article__nav-item:last-child .article__nav-item-text {
    right: 50px; }

.article__nav-item-text {
  position: absolute;
  bottom: 40px;
  color: #ffffff;
  z-index: 5; }

.is-loading .articles__container {
  opacity: 0.6;
  pointer-events: none; }

@media only screen and (max-width: 63.9375em) {
  .articles__title {
    margin: 200px 0 75px 0; }
  .articles__container {
    margin-bottom: 60px; } }

@media only screen and (max-width: 47.9375em) {
  .articles__item {
    margin-bottom: 30px; }
    .articles__item .article-card__title, .articles__item .article-card__text {
      max-width: 100%; }
    .articles__item[data-index="0"], .articles__item[data-index="6"] {
      width: 85%; }
      .articles__item[data-index="0"] .article-card__title, .articles__item[data-index="0"] .article-card__text, .articles__item[data-index="6"] .article-card__title, .articles__item[data-index="6"] .article-card__text {
        max-width: 100%; }
    .articles__item[data-index="1"], .articles__item[data-index="2"], .articles__item[data-index="3"], .articles__item[data-index="4"], .articles__item[data-index="5"] {
      width: 85%; }
    .articles__item[data-index="0"], .articles__item[data-index="2"], .articles__item[data-index="3"], .articles__item[data-index="5"] {
      margin-right: 0; }
  .article {
    margin-bottom: 50px; }
    .article h1, .article .h1 {
      margin-bottom: 50px; }
    .article h5, .article .h5 {
      margin-bottom: 35px; }
    .article p, .article .p {
      margin-bottom: 35px; }
    .article .article__wrapper {
      font-size: 16px;
      line-height: 1.75; }
  .article__image {
    margin-bottom: 50px; }
  .article__nav-item-text {
    font-size: 20px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); } }

.article-hero {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 55px; }

.article-hero__image {
  width: 64.89%;
  margin-right: 50px; }

.article-hero.is-load .media__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1); }

.article-hero.is-load .media__img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
  -webkit-transition: -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1); }

.article-hero.is-load.is-load-appear .media__wrap::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0); }

.article-hero.is-load.is-load-appear .media__img {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1); }

@media only screen and (max-width: 47.9375em) {
  .article-hero {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 135px; }
  .article-hero__image {
    width: 100%;
    margin-right: 0; }
    .article-hero__image::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 43, 43, 0.8)), color-stop(55%, rgba(43, 43, 43, 0.5)), to(rgba(43, 43, 43, 0)));
      background: linear-gradient(0deg, rgba(43, 43, 43, 0.8) 0%, rgba(43, 43, 43, 0.5) 55%, rgba(43, 43, 43, 0) 100%);
      pointer-events: none;
      z-index: 1; }
  .article-hero__date {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    z-index: 2; } }

.evidence-section {
  width: 100%;
  padding: 95px 0;
  background-color: #bdc4d9; }
  .evidence-section.has-gallery {
    padding-bottom: 0; }
    .evidence-section.has-gallery .evidence-slider__wrap {
      margin-top: 0; }

.evidence__title, .evidence__text {
  text-align: center; }

.evidence__title {
  margin-bottom: 48px;
  text-transform: uppercase;
  text-align: center; }

.evidence__text {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }

.evidence-slider__viewport:before {
  display: none;
  content: '{ "align": center }'; }

.evidence-slider__wrap {
  position: relative;
  margin-top: 105px; }

.evidence-slider__nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px; }

.evidence-slider__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 0;
  cursor: pointer; }
  .evidence-slider__nav-item svg {
    width: 81px;
    height: 8px; }
    .evidence-slider__nav-item svg path {
      fill: #2b2b2b; }
  .evidence-slider__nav-item:last-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.evidence-slide {
  min-width: 40%;
  margin-right: 15px; }

.evidence-item {
  width: 100%;
  padding-bottom: 100%;
  background-color: #cccccc; }

@media only screen and (max-width: 63.9375em) {
  .evidence-section {
    padding: 55px 0; } }

@media only screen and (max-width: 47.9375em) {
  .evidence-section.has-gallery {
    margin-bottom: 100px !important; }
  .evidence-slider__viewport:before {
    content: '{ "align": "start" }'; }
  .evidence-slider__container {
    margin: 0 2.5%; }
  .evidence-slider__nav {
    display: none; }
  .evidence-slide {
    min-width: 70%;
    margin-right: 7px; } }

.text-section {
  margin-bottom: 150px; }

.text-section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .text-section__row:not(:last-child) {
    margin-bottom: 50px; }

.text-section__title.h3 {
  text-align: center;
  margin-bottom: 50px; }

.text-section__column {
  width: 50%; }

.text-section__text {
  text-align: center;
  max-width: 569px;
  margin: 0 auto; }

@media only screen and (max-width: 63.9375em) {
  .text-section {
    margin-bottom: 75px; }
  .text-section__row:not(:last-child) {
    margin-bottom: 40px; }
  .text-section__title.h3 {
    margin-bottom: 40px; } }

@media only screen and (max-width: 47.9375em) {
  .text-section__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .text-section__column {
    width: 100%; }
    .text-section__column p {
      max-width: 80%; }
  .text-section__title.h3 {
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .text-section__text {
    text-align: left;
    max-width: 90%; } }

@media only screen and (max-width: 25em) {
  .text-section__column p {
    max-width: 95%; } }

.split-images {
  margin-bottom: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.split-image {
  width: 50%; }
  .split-image:first-child {
    margin-right: 16px; }
  .split-image:last-child {
    position: relative;
    top: 150px; }

.js .split-image .media__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1); }

.js .split-image .media__img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
  -webkit-transition: -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1); }

.js .split-images.is-scroll-visible .split-image .media__wrap::before {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0); }

.js .split-images.is-scroll-visible .split-image .media__img {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1); }

.js .split-images.is-scroll-visible .split-image:last-child .media__wrap::before {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }

.js .split-images.is-scroll-visible .split-image:last-child .media__img {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s; }

@media only screen and (max-width: 63.9375em) {
  .split-images {
    margin-bottom: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .split-image {
    width: 77%; }
    .split-image:first-child {
      margin-right: 0;
      margin-bottom: 16px; }
    .split-image:last-child {
      margin-left: 23%;
      top: auto; } }

.products {
  width: 100%;
  background-color: #e2d3d3;
  padding: 105px 0; }
  .products + .article-cards {
    margin-top: 100px; }

.products__title {
  text-align: center;
  margin-bottom: 100px; }

.products__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }

.products__item {
  width: 33.333333%;
  padding: 58px 0;
  text-align: center; }
  .products__item:not(:nth-last-child(-n+3)) {
    border-bottom: 1px solid #ffffff; }

@media only screen and (max-width: 63.9375em) {
  .products {
    padding: 50px 0; }
  .products__title {
    margin-bottom: 70px; }
  .products__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .products__item {
    width: 100%;
    padding: 24px 0;
    border-bottom: 1px solid #ffffff; } }

.material-card {
  width: 100%; }

.material-card__ill {
  width: 100%;
  background-color: #c4c4c4;
  padding-bottom: 100%;
  position: relative; }

.material-card__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 65.4%;
  padding-bottom: 65.4%;
  background-color: #707070;
  z-index: 2; }

.material-card__sphere {
  position: absolute;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.material-card__sphere--first {
  width: 73px;
  height: 73px; }

.material-card__sphere--last {
  width: 105px;
  height: 105px; }

.material-card__image-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.material-card__end {
  padding: 47px;
  background-color: #2b2b2b;
  color: #ffffff; }

.material-card__title {
  margin-bottom: 25px; }

@media only screen and (max-width: 80em) {
  .material-card__end {
    padding: 32px 24px; }
    .material-card__end .button::before {
      width: 60px; } }

@media only screen and (max-width: 63.9375em) {
  .material-card__sphere--first {
    width: 57px;
    height: 57px; }
  .material-card__sphere--last {
    width: 81px;
    height: 81px; } }

.materials {
  margin-top: 100px;
  margin-bottom: 200px; }

.materials__container {
  max-width: 1450px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.material {
  width: 32%;
  margin-bottom: 45px; }
  .material:not(:nth-child(3n)) {
    margin-right: 2%; }
  .material:nth-child(3n+1) .material-card__sphere--first {
    bottom: 45px;
    left: 45px;
    z-index: 1; }
  .material:nth-child(3n+1) .material-card__sphere--last {
    top: 100px;
    right: 30px;
    z-index: 3; }
  .material:nth-child(3n-1) .material-card__sphere--first {
    bottom: 45px;
    right: 45px;
    z-index: 1; }
  .material:nth-child(3n-1) .material-card__sphere--last {
    top: 29px;
    right: 45%;
    z-index: 3; }
  .material:nth-child(3n) .material-card__sphere--first {
    top: 45px;
    left: 110px;
    z-index: 1; }
  .material:nth-child(3n) .material-card__sphere--last {
    bottom: 30px;
    right: 30px;
    z-index: 3; }

@media only screen and (max-width: 63.9375em) {
  .materials {
    margin-top: 50px;
    margin-bottom: 75px; }
  .material {
    width: 48%;
    margin-bottom: 30px; }
    .material:not(:nth-child(3n)) {
      margin-right: 0; }
    .material:nth-child(2n+1) {
      margin-right: 4%; }
    .material:nth-child(3n+1) .material-card__sphere--first {
      bottom: 10%;
      left: 10%; }
    .material:nth-child(3n+1) .material-card__sphere--last {
      top: 20%;
      right: 6%; }
    .material:nth-child(3n-1) .material-card__sphere--first {
      bottom: 10%;
      right: 10%; }
    .material:nth-child(3n-1) .material-card__sphere--last {
      top: 3%; }
    .material:nth-child(3n) .material-card__sphere--first {
      top: 10%;
      left: 22%; }
    .material:nth-child(3n) .material-card__sphere--last {
      bottom: 6%;
      right: 6%; } }

@media only screen and (max-width: 40em) {
  .material {
    width: 100%; }
    .material:nth-child(2n+1) {
      margin-right: 0%; } }

.brands {
  margin-bottom: 160px; }

.brands__head {
  margin-bottom: 150px; }

.brands__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.brand {
  width: 33.3333333333%;
  padding-left: 48px;
  padding-right: 48px; }
  .brand:not(:nth-child(3n)) {
    border-right: 1px solid #2b2b2b; }
  .brand:not(:nth-child(-n+3)) {
    padding-top: 28px; }
  .brand:not(:nth-last-child(-n+3)) {
    border-bottom: 1px solid #2b2b2b;
    padding-bottom: 28px; }
  .brand:last-child {
    border-right: none; }

.brand__logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px; }

.brand__text {
  color: #707070;
  text-align: center; }

@media only screen and (max-width: 63.9375em) {
  .brands {
    margin-bottom: 75px; }
  .brands__head {
    margin-bottom: 75px; }
    .brands__head .text-section__title, .brands__head .text-section__text {
      text-align: center; }
  .brand {
    padding-left: 24px;
    padding-right: 24px; }
    .brand:not(:nth-child(-n+3)) {
      padding-top: 24px; }
    .brand:not(:nth-last-child(-n+3)) {
      padding-bottom: 24px; } }

@media only screen and (max-width: 47.9375em) {
  .brand {
    width: 50%;
    padding: 24px; }
    .brand:not(:nth-child(3n)) {
      border-right: none; }
    .brand:nth-child(2n+1) {
      border-right: 1px solid #2b2b2b; }
    .brand:not(:nth-last-child(-n+2)) {
      border-bottom: 1px solid #2b2b2b; } }

@media only screen and (max-width: 33.75em) {
  .brand {
    width: 100%; }
    .brand:nth-child(2n+1) {
      border-right: none; }
    .brand:not(:last-child) {
      border-bottom: 1px solid #2b2b2b; } }

.info-bricks {
  margin-bottom: 120px; }

.info-bricks__title {
  margin-bottom: 70px;
  text-align: center; }

.info-bricks__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.info-brick {
  width: 32%; }
  .info-brick:not(:nth-child(3n)) {
    margin-right: 2%; }

.info-brick__image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 60px; }

.info-brick__image-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.info-brick__title {
  margin-bottom: 30px; }

@media only screen and (max-width: 47.9375em) {
  .info-bricks {
    margin-bottom: 60px; }
  .info-bricks__title {
    margin-bottom: 40px; }
  .info-brick {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .info-brick:not(:nth-child(3n)) {
      margin-right: auto; }
    .info-brick:not(:last-child) {
      margin-bottom: 50px; }
    .info-brick p {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; }
  .info-brick__image {
    margin-bottom: 40px; }
  .info-brick__title {
    margin-bottom: 22px; } }

.realizations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.realization-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 160px; }
  .realization-card:nth-child(2n+1) {
    margin-left: 11.9%; }
    .realization-card:nth-child(2n+1) .realization-card__image {
      width: 42.7%;
      margin-right: 5.9%; }
  .realization-card:nth-child(2n) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .realization-card:nth-child(2n) .realization-card__image {
      width: 60.33%;
      margin-left: 5.9%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .realization-card:nth-child(2n) .realization-card__content {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }

.realization-card__content {
  max-width: 280px; }

.realization-card__title, .realization-card__text {
  margin-bottom: 24px; }

.js .realization-card .media__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1); }

.js .realization-card .media__img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
  -webkit-transition: -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1); }

.js .realization-card.is-scroll-animated .media__wrap::before {
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0); }

.js .realization-card.is-scroll-animated .media__img {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1); }

.is-loading .realizations {
  opacity: 0.6;
  pointer-events: none; }

@media only screen and (max-width: 63.9375em) {
  .realization-card {
    margin-bottom: 80px; }
    .realization-card:nth-child(2n+1) {
      margin-left: 0; }
      .realization-card:nth-child(2n+1) .realization-card__image {
        width: 77.7%; }
    .realization-card:nth-child(2n) .realization-card__image {
      width: 77.7%; }
  .realization-card__content {
    margin-left: 5%; } }

@media only screen and (max-width: 47.9375em) {
  .realization-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px; }
    .realization-card:nth-child(2n+1) {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .realization-card:nth-child(2n+1) .realization-card__content {
        margin-left: 2.5%; }
    .realization-card:nth-child(2n) {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .realization-card:nth-child(2n) .realization-card__image {
        width: 77.7%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .realization-card:nth-child(2n) .realization-card__content {
        margin-right: 2.5%; }
  .realization-card__image {
    margin-bottom: 26px; }
  .realization-card__content {
    margin-left: 0; } }

.realization-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 180px; }

.realization-hero__content {
  width: 280px;
  margin-bottom: 100px;
  margin-right: 5%; }

.realization-hero__image {
  width: 64.89%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.realization-hero__text-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 150px; }

.realization-hero__text {
  width: 64.89%; }
  .realization-hero__text p {
    max-width: 670px; }

.realization {
  margin-bottom: 120px; }
  .realization img {
    display: block;
    width: 100% !important;
    height: auto !important; }

.realization-hero.is-load .media__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1); }

.realization-hero.is-load .media__img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
  -webkit-transition: -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.72s cubic-bezier(0.215, 0.61, 0.355, 1); }

.realization-hero.is-load.is-load-appear .media__wrap::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0); }

.realization-hero.is-load.is-load-appear .media__img {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1); }

@media only screen and (max-width: 63.9375em) {
  .realization-hero {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 135px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 70px; }
  .realization-hero__content {
    width: 100%;
    max-width: 280px;
    margin-bottom: 0;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .realization-hero__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px; }
  .realization-hero__text-wrap {
    margin-left: 2.5%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 60px; }
  .realization-hero__text {
    width: 90%; }
    .realization-hero__text p {
      max-width: 100%; }
  .realization {
    margin-bottom: 60px; } }

.form__section {
  position: relative;
  padding: 75px 0;
  background-color: #2b2b2b; }
  .form__section.is-loading .form {
    opacity: 0.6;
    pointer-events: none; }

.form__head {
  margin-bottom: 100px; }

.form__head-title, .form__head-text {
  color: #707070; }

.form__head-text {
  text-transform: uppercase; }

.form {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s; }

.form__row {
  position: relative;
  width: 100%; }
  .form__row:not(:last-child) {
    margin-bottom: 48px; }
  .form__row:nth-last-child(2) {
    margin-bottom: 85px; }

.form__submit {
  background: transparent;
  text-decoration: none;
  outline: 0;
  padding: 0;
  border: none;
  display: block;
  margin: 0 auto;
  min-width: 180px;
  border: 1px solid #cccccc;
  padding: 14px 24px;
  text-transform: uppercase;
  font-size: 15px;
  color: #cccccc; }

.form__feedback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #cccccc;
  color: #707070;
  display: none;
  z-index: -1; }

.form__feedback-title {
  margin-bottom: 14px; }

@media (hover: hover) {
  .form__submit {
    -webkit-transition: all 0.34s;
    transition: all 0.34s; }
    .form__submit:hover {
      background-color: #ffffff;
      color: #2b2b2b; } }

@media only screen and (max-width: 47.9375em) {
  .form__section {
    padding: 50px 0; }
  .form__head {
    margin-bottom: 45px; }
    .form__head .text-section__title, .form__head .text-section__text {
      text-align: center; }
  .form {
    max-width: 78%; } }

.contacts {
  padding-top: 315px; }

.contacts__title {
  margin-bottom: 85px;
  text-align: center; }

.contacts__infos {
  width: 964px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #2b2b2b; }

.contacts__info {
  width: 33.33333%;
  padding: 0 25px;
  text-align: center; }

.contacts__info-title {
  text-transform: uppercase;
  margin-bottom: 28px; }

.contacts__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  margin-bottom: 90px; }

.contacts__tabs-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.contacts__tab {
  width: 50%;
  color: #ffffff;
  padding: 32px;
  text-align: center;
  cursor: pointer; }
  .contacts__tab:first-child {
    background-color: #aa5e5e; }
  .contacts__tab:last-child {
    background-color: #2b2b2b; }

.contacts__tabs-contents {
  position: relative;
  overflow: hidden; }

.contacts__tabs-content {
  position: relative;
  display: none; }
  .contacts__tabs-content.is-active {
    display: block; }

.contacts__map {
  width: 100%;
  position: relative;
  background-color: #cccccc; }

.contacts__infos.is-load {
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
  border-color: #ffffff; }

.contacts__infos.is-load-appear {
  border-color: #2b2b2b; }

@media only screen and (max-width: 80em) {
  .contacts {
    padding-top: 230px; } }

@media only screen and (max-width: 63.9375em) {
  .contacts {
    padding-top: 150px; }
  .contacts__title {
    margin-bottom: 55px; }
  .contacts__infos {
    width: 95%; }
  .contacts__social {
    margin-bottom: 60px; }
  .contacts__tab {
    padding: 18px; } }

@media only screen and (max-width: 47.9375em) {
  .contacts__infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 40px;
    margin-bottom: 40px; }
  .contacts__info {
    width: 100%; }
  .contacts__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contacts__tab {
    font-size: 20px; } }

.privacy {
  width: 95%;
  max-width: 1195px;
  margin: 0 auto;
  padding-top: 240px;
  padding-bottom: 120px; }
  .privacy h1 {
    margin-bottom: 48px; }
  .privacy h5 {
    margin-bottom: 60px; }
  .privacy ul {
    list-style: none;
    padding: 0; }
    .privacy ul li::before {
      content: "-";
      display: inline-block;
      margin-right: 4px; }

.privacy-table__wrap {
  margin: 50px 0; }

.privacy-table {
  width: 100%;
  border-collapse: collapse;
  color: #707070; }
  .privacy-table th, .privacy-table td {
    border: 1px solid #707070;
    text-align: center;
    font-size: 15px;
    line-height: 1.46666;
    font-weight: 300; }
  .privacy-table th {
    padding: 22px;
    text-transform: uppercase; }
  .privacy-table td {
    padding: 35px 22px; }

@media only screen and (max-width: 47.9375em) {
  .privacy {
    width: 100%;
    padding-top: 160px; }
  .privacy__container {
    width: 95%;
    margin: 0 auto; }
  .privacy-table__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden; }
  .privacy-table__scroll {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 2.5%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .privacy-table {
    min-width: 140%; } }

@media only screen and (max-width: 33.8125em) {
  .privacy-table {
    min-width: 250%; } }

@media only screen and (max-width: 25em) {
  .privacy-table {
    min-width: 450%; } }

.not-found {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #e2d3d3;
  text-align: center; }

.not-found__title {
  color: #aa5e5e;
  text-transform: uppercase;
  margin-bottom: 84px; }

.not-found__link {
  color: #aa5e5e;
  font-size: 15px;
  font-weight: 300;
  line-height: 2.1333;
  text-transform: uppercase;
  text-decoration: underline; }

.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #aa5e5e;
  padding: 100px 0;
  color: #ffffff; }

.footer__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.footer__logo {
  margin-right: 7.5%; }
  .footer__logo svg {
    width: 203px;
    height: 64px; }
    .footer__logo svg path {
      fill: #ffffff; }

.footer__main {
  width: 100%; }

.footer__infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 40px; }

.footer__bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 95px; }

.footer__lang .lang-switcher__active .lang-switcher__link-label {
  color: #ffffff; }

.footer__info {
  width: 33.33333%; }

.footer__info-title {
  text-transform: uppercase;
  margin-bottom: 28px; }

.footer__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase; }

.footer__end {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5); }

@media only screen and (max-width: 63.9375em) {
  .footer {
    padding: 50px 0; }
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer__logo {
    margin-right: 0;
    margin-bottom: 70px; }
    .footer__logo svg {
      width: 159px;
      height: 50px; } }

@media only screen and (max-width: 47.9375em) {
  .footer__infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 40px; }
  .footer__info {
    text-align: center;
    width: 100%; }
  .footer__bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 70px; }
  .footer__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 32px; }
  .footer__end {
    text-align: center;
    font-size: 14px; } }

