.shape-wrapper:nth-child(3n + 1) .shape {
  background-color: #f5a490; }

.shape-wrapper:nth-child(3n + 1) .shape__border-overlay {
  border-color: #f5a490; }

.shape-wrapper:nth-child(3n + 2) .shape {
  background-color: #f8c4b6; }

.shape-wrapper:nth-child(3n + 2) .shape__border-overlay {
  border-color: #f8c4b6; }

.shape-wrapper:nth-child(3n + 3) .shape {
  background-color: #fce5df; }

.shape-wrapper:nth-child(3n + 3) .shape__border-overlay {
  border-color: #fce5df; }

:root {
  --main-transition: .45s; }

body {
  --background-footer-magazine: rgb(248, 196, 182);
  --background-footer-magazine-text: rgb(245, 164,	144);
  --background-footer-newsletter: rgb(243, 138, 112);
  --background-footer-newsletter-text: rgb(245, 164,	144); }

body.theme_summer {
  --color-text: #000000;
  --border-color: rgba(0,0,0,0.3);
  --background-color: #FDEBBE;
  --background-footer-magazine: rgb(240,188,163);
  --background-footer-magazine-text: rgb(217,103,114);
  --background-footer-newsletter: rgb(228,142,137);
  --background-footer-newsletter-text: rgb(240,188,163); }

/*! 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: 62.5%;
  font-family: "Karla", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }

body {
  font-size: 2.4rem;
  line-height: 3.8rem;
  background: #ffffff;
  color: #1F1F1F;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::selection,
::-webkit-selection {
  background: #f8c4b6;
  color: #1F1F1F;
  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; }

.line-through {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1F1F1F; }

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

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

@font-face {
  font-family: 'Cormorant Garamond';
  src: url(fonts/CormorantGaramond-Regular.woff2) format("woff2"), url(fonts/CormorantGaramond-Regular.woff) format("woff");
  font-weight: normal;
  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--head-space {
    padding-top: 144.66px; }

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

.page__title {
  margin-top: 191px;
  margin-bottom: 124px; }
  .page__title--article {
    margin-top: 71px; }
  .page__title--contact {
    margin-top: 234px;
    margin-bottom: 56px; }

.container {
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .container--fr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .container__columns {
    width: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.is-hidden {
  display: none; }

.hide-desk {
  display: none !important; }

.just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

@media only screen and (max-width: 47.9375em) {
  .container--fr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .container__columns {
    width: 100%; } }

@media only screen and (max-width: 33.75em) {
  .page__title {
    margin-top: 20px;
    margin-bottom: 52px; }
  .page__title--contact .button-scroll-down {
    margin-top: 29.7px; }
  .page--head-space--reduce {
    padding-top: 94.66px; }
  .hide-desk {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

: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; }

#cm {
  -webkit-box-shadow: none;
          box-shadow: none; }

.theme_colorista {
  --cc-bg: #3A3A3A;
  --cc-text: #000;
  --cc-btn-primary-bg: #FF8A6A;
  --cc-btn-primary-text: #000;
  --cc-btn-primary-hover-bg: #FFB29D;
  --cc-btn-secondary-bg: #888888;
  --cc-btn-secondary-text: #000;
  --cc-btn-secondary-hover-bg: #BABABA;
  --cc-toggle-bg-off: #888888;
  --cc-toggle-bg-on: #FF8A6A;
  --cc-toggle-bg-readonly: #FFB29D;
  --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
  --cc-toggle-knob-icon-color: var(--cc-bg);
  --cc-cookie-category-block-bg: #d8d4d4;
  --cc-cookie-category-block-bg-hover: #c4c4c4;
  --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: #BABABA;
  --cc-webkit-scrollbar-bg-hover: #848484; }

.theme_colorista.cc_div .cloud #c-txt,
.theme_colorista.cc_div #c-ttl,
.theme_colorista.cc_div #s-ttl,
.theme_colorista.cc_div .title,
.theme_colorista.cc_div #s-cnt .p {
  color: #D4D4D4; }

.theme_colorista #s-bl .c-bl {
  border: 1px solid white; }
  .theme_colorista #s-bl .c-bl:first-child {
    border-color: transparent; }

.theme_colorista.cc_div #s-bl .c-bl.b-ex,
.theme_colorista.cc_div #s-bl .b-tl:hover,
.theme_colorista.cc_div #s-bl .c-bl:hover {
  background-color: #3a3a3a; }

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

.theme_colorista.cc_div .cc-link {
  color: var(--cc-btn-primary-hover-bg); }
  .theme_colorista.cc_div .cc-link:hover {
    color: #d2816c; }

.theme_colorista #s-bl table {
  color: white; }

.theme_colorista #s-bl thead tr:first-child {
  border-color: white; }

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

.theme_colorista.cc_div .act .b-bn .exp::before,
.theme_colorista.cc_div .b-bn .exp::before {
  border-color: #fff; }

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  font-weight: normal; }

h1,
.h1 {
  font-size: 7.2rem;
  line-height: 8rem;
  font-weight: 200;
  font-family: "Cormorant Garamond", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; }

h2,
.h2 {
  font-family: "Karla", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 11rem;
  line-height: 11rem; }

h3,
.h3 {
  font-family: "Cormorant Garamond", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 6rem;
  line-height: 8rem; }

h4,
.h4 {
  font-size: 4rem;
  line-height: 5.4rem;
  font-weight: 200; }

h5,
.h5 {
  text-transform: uppercase;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 4.4rem;
  letter-spacing: 0.02em; }

body,
p,
.p {
  font-size: 2.4rem;
  line-height: 3.8rem;
  font-weight: normal; }
  body strong,
  p strong,
  .p strong {
    font-weight: 700; }

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

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-underline {
  text-decoration: underline; }

@media only screen and (max-width: 33.75em) {
  h1,
  .h1 {
    font-size: 4.8rem;
    line-height: 5.4rem; }
  h2,
  .h2 {
    font-size: 4rem;
    line-height: 4rem; }
  h3,
  .h3 {
    font-size: 3.6rem;
    line-height: 4.6rem; }
  h4,
  .h4 {
    font-size: 3.6rem;
    line-height: 5rem; }
  body,
  p,
  .p {
    font-size: 2.1rem;
    line-height: 3rem; } }

.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__logo, .page-loader__logo svg {
  width: 250px;
  height: 250px; }
  .page-loader__logo #line, .page-loader__logo svg #line {
    stroke-dasharray: 4000;
    stroke-dashoffset: 0;
    -webkit-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

.page-transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: -1; }
  .page-transition .page-transition__content {
    position: "relative";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0; }
  .social li {
    margin-right: 26.42px;
    overflow: hidden; }
    .social li a {
      display: block; }
    .social li:last-child {
      margin-right: 0; }

.button {
  font-size: 2.1rem;
  font-weight: 200;
  text-transform: lowercase;
  line-height: normal;
  position: relative;
  border-bottom: 1px solid #868686; }
  .button--inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .button--white {
    color: white;
    border-color: white; }
  .button--gray {
    color: #414141;
    border-color: #414141; }

.button--rounded {
  color: white;
  border: 1px solid white;
  background-color: transparent;
  padding: 21px 94.5px;
  border-radius: 45px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: var(--main-transition) cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: var(--main-transition) cubic-bezier(0.215, 0.61, 0.355, 1); }
  .button--rounded--inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .button--rounded--black {
    color: #1F1F1F;
    border-color: #1F1F1F; }
    .button--rounded--black svg line,
    .button--rounded--black svg path {
      stroke: #1F1F1F; }
  .button--rounded--white-fill {
    color: #414141;
    border-color: #414141;
    background-color: white; }
    .button--rounded--white-fill svg line,
    .button--rounded--white-fill svg path {
      stroke: #414141; }
  .button--rounded--white {
    color: white;
    border-color: white; }
    .button--rounded--white svg line,
    .button--rounded--white svg path {
      stroke: white; }
    .button--rounded--white:hover, .button--rounded--white.is-selected {
      color: #414141;
      border-color: #414141;
      background-color: white; }
      .button--rounded--white:hover svg line,
      .button--rounded--white:hover svg path, .button--rounded--white.is-selected svg line,
      .button--rounded--white.is-selected svg path {
        stroke: #414141; }
      .button--rounded--white:hover .button, .button--rounded--white.is-selected .button {
        color: #414141;
        border-color: #414141; }
  .button--rounded svg {
    margin-left: 9.93px; }

.button-scroll-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .button-scroll-down span {
    display: block;
    line-height: normal;
    position: relative;
    margin-right: 9.1px; }
    .button-scroll-down span::before {
      content: "";
      bottom: 0;
      left: 0;
      position: absolute;
      display: inline-block;
      width: 100%;
      height: 1px;
      background-color: #868686; }

.button-blank {
  font-style: normal;
  font-weight: 200;
  font-size: 2.1rem;
  line-height: 4.4rem;
  position: relative; }
  .button-blank span {
    width: 100%;
    position: relative; }
    .button-blank span:before {
      content: " ";
      bottom: 3px;
      left: 0;
      width: 100%;
      height: .5px;
      position: absolute;
      background-color: #1F1F1F; }
  .button-blank svg {
    margin-left: 13.62px;
    max-width: 13.93px; }

@media only screen and (max-width: 33.75em) {
  .button--rounded {
    padding: 25px 40px; } }

.shape {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 420px;
  height: 420px;
  overflow: hidden;
  position: relative; }
  .shape--circle {
    border-radius: 50vw;
    overflow: hidden;
    -webkit-mask-image: radial-gradient(#fff, #000);
            mask-image: radial-gradient(#fff, #000); }
    .shape--circle .shape__border-overlay {
      border-radius: 50vw; }
  .shape picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .shape picture img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transform: scale(1.5);
              transform: scale(1.5); }
  .shape--newsletter .shape__content {
    padding: 40px 40px 70px; }
  .shape__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    width: 100%;
    height: 100%;
    padding: 40px; }
    .shape__content__link {
      line-height: normal; }
    .shape__content--magazine .shape__magazine__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      width: 75%;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .shape__content--magazine .shape__magazine__item img {
        position: relative;
        -webkit-transform-origin: 0% 100%;
                transform-origin: 0% 100%;
        -webkit-transition: var(--main-transition) cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: var(--main-transition) cubic-bezier(0.215, 0.61, 0.355, 1); }
      .shape__content--magazine .shape__magazine__item:last-child img {
        right: -6%;
        -webkit-transform: rotate(6deg);
                transform: rotate(6deg); }
    .shape__content__status {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: auto; }
      .shape__content__status__response {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        height: auto; }

.shape--magazine--hover .shape__magazine__item img {
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg); }

.shape--magazine--hover .shape__magazine__item:last-child img {
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg); }

.shape__border-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 100px;
  border-style: solid; }

@media only screen and (max-width: 90em) {
  .shape {
    width: 370px;
    height: 370px; } }

@media only screen and (max-width: 80em) {
  .shape--newsletter .shape__content {
    padding: 20px 20px 70px; } }

@media only screen and (max-width: 60em) {
  .shape {
    max-width: 300px;
    max-height: 300px; } }

@media only screen and (max-width: 47.9375em) {
  .shape {
    max-width: 200px;
    max-height: 200px; } }

@media only screen and (max-width: 33.75em) {
  .shape--newsletter .shape__content {
    -ms-flex-line-pack: start;
        align-content: flex-start;
    height: auto;
    padding-top: 1em; }
  .shape__content {
    padding: 0 1em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center; }
    .shape__content--download-magazine .shape__content__title {
      display: none; }
  .shape__content__title {
    font-size: 2.1rem;
    line-height: 3.4rem; }
  .shape__border-overlay {
    border-width: 50px; } }

.bg-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-transition: background-color 0.45s;
  transition: background-color 0.45s;
  z-index: 99; }
  .bg-layer.is-active {
    display: block; }
  .bg-layer.is-home, .bg-layer.is-about, .bg-layer.is-contacts, .bg-layer.is-news, .bg-layer.is-article {
    background-color: white; }
  .bg-layer.is-service {
    background-color: #fdebbe; }

.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: #414141; }
  .checkbox__container--info {
    padding-left: 0; }
  .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: #f28a70; }
  .checkbox__container.is-error .checkbox__text {
    color: #f28a70; }

.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 #414141;
  border-radius: 50%; }
  .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: #414141;
    border-radius: 50%; }

.checkbox:checked ~ .checkbox__mark, .checkbox.is-selected ~ .checkbox__mark {
  background-color: transparent;
  border-color: #414141; }
  .checkbox:checked ~ .checkbox__mark:after, .checkbox.is-selected ~ .checkbox__mark:after {
    display: block; }

.checkbox:checked ~ .checkbox__text, .checkbox.is-selected ~ .checkbox__text {
  color: #414141; }

/*
HEADER
*/
.nav-header {
  width: 100%;
  position: fixed;
  padding-top: 90.33px;
  z-index: 422;
  font-family: "Karla", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: white;
  mix-blend-mode: difference; }
  .nav-header.is-behind {
    z-index: 0; }
  .nav-header .fill-color {
    fill: white; }
  .nav-header .fill-color--text {
    fill: #1F1F1F; }
  .nav-header .nav-header__toggle-bar {
    background-color: white; }

.nav-header__logo {
  width: 200px;
  height: 43.34px; }
  .nav-header__logo svg {
    width: 100%;
    height: 100%; }

.nav-header__container {
  max-width: 1920px;
  -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__container .social {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

.nav-header__toggle {
  font-size: 1.8rem;
  width: 114.88px;
  height: 48px;
  top: 0;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.nav-header__toggle-text {
  padding-top: 2px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-right: 19.06px;
  position: relative;
  overflow: hidden; }
  .nav-header__toggle-text .char {
    display: inline-block; }
  .nav-header__toggle-text .nav-header__toggle-text__alternative {
    left: 0;
    position: absolute; }

.nav-header-toggle-bar-wrapper {
  width: 27.31px;
  height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }

.nav-header__toggle-bar {
  background-color: #1F1F1F;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 1px;
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform-origin: left;
          transform-origin: left; }
  .nav-header__toggle-bar:first-child {
    top: 0; }
  .nav-header__toggle-bar:nth-child(2) {
    top: 50%; }
  .nav-header__toggle-bar:last-child {
    top: 100%; }

.nav-header__toggle.is-open .nav-header__toggle-bar:first-child {
  -webkit-transform: rotate(45deg) translate(-1px, -8px);
          transform: rotate(45deg) translate(-1px, -8px); }

.nav-header__toggle.is-open .nav-header__toggle-bar:nth-child(2) {
  opacity: 0; }

.nav-header__toggle.is-open .nav-header__toggle-bar:last-child {
  -webkit-transform: rotate(-45deg) translate(4px, 4px);
          transform: rotate(-45deg) translate(4px, 4px); }

/*
MENU
*/
.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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 140px;
  overflow: auto;
  max-height: 100%;
  padding-bottom: 15vh; }
  .nav-menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .nav-menu ul li a {
      color: white; }
  .nav-menu .social .fill-color {
    fill: white; }
  .nav-menu .social .fill-color--text {
    fill: #1F1F1F; }

.nav-menu__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #1F1F1F; }

.nav-menu__content {
  z-index: 2; }

.nav-menu__list .nav-menu__item {
  font-size: 7.5vw;
  line-height: 7.5vw;
  font-family: "Karla", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7.2px 0;
  position: relative;
  overflow: hidden; }
  .nav-menu__list .nav-menu__item .nav-menu__link,
  .nav-menu__list .nav-menu__item .nav-menu__link-child {
    color: #868686;
    -webkit-transition-duration: .35s;
            transition-duration: .35s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .nav-menu__list .nav-menu__item .nav-menu__link:hover, .nav-menu__list .nav-menu__item .nav-menu__link.is-active,
    .nav-menu__list .nav-menu__item .nav-menu__link-child:hover,
    .nav-menu__list .nav-menu__item .nav-menu__link-child.is-active {
      color: white; }
  .nav-menu__list .nav-menu__item .nav-menu__bar {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #414141;
    position: absolute;
    bottom: 0;
    left: 0; }
    .nav-menu__list .nav-menu__item .nav-menu__bar--top {
      top: 0; }
  .nav-menu__list .nav-menu__item .nav-menu__link-child {
    display: inline-block; }
    .nav-menu__list .nav-menu__item .nav-menu__link-child svg {
      display: none; }
  .nav-menu__list .nav-menu__item .nav-menu__list-child {
    position: relative;
    z-index: 1; }
    .nav-menu__list .nav-menu__item .nav-menu__list-child .nav-menu__item-child {
      font-size: 2vw;
      position: relative; }

.nav-menu__end {
  padding-top: 85.9px; }

@media only screen and (min-width: 120em) {
  .nav-menu__list .nav-menu__item {
    font-size: 130px;
    line-height: 130px; } }

@media only screen and (max-height: 46.875em) {
  .nav-menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 140px 0; }
  .nav-menu__list .nav-menu__item {
    font-size: 7vh;
    line-height: 7vh; } }

@media only screen and (max-width: 1440px) and (max-height: 900px) {
  .nav-menu__list .nav-menu__item {
    font-size: 5.5vw;
    line-height: 5.5vw; } }

@media only screen and (max-width: 33.75em) {
  .nav-header {
    padding-top: 54.23px; }
  .nav-header__toggle-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: -5px; }
  .nav-header__container .social {
    display: none; }
  .nav-header__logo {
    width: 143px;
    height: 31px; }
  .nav-menu {
    top: 0; }
  .nav-menu__content {
    padding-top: 0; }
  .nav-menu__list .nav-menu__item {
    font-size: 4rem;
    line-height: 4.2rem;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15.43px 0; }
  .nav-menu__list .nav-menu__item .nav-menu__link,
  .nav-menu__list .nav-menu__item .nav-menu__link-child {
    opacity: 1; }
  .nav-menu__list-child {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .nav-menu__list .nav-menu__item .nav-menu__list-child .nav-menu__item-child {
    margin-top: 15.43px;
    margin-bottom: -15.43px;
    font-size: 2.1rem;
    text-align: right;
    width: 100%;
    padding: 15.43px 0; }
  .nav-menu__list .nav-menu__item .nav-menu__link-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .nav-menu__list .nav-menu__item .nav-menu__link-child svg {
      display: block;
      width: 14px;
      height: 14px;
      margin-left: 20.75px; }
      .nav-menu__list .nav-menu__item .nav-menu__link-child svg path {
        stroke: white; }
  .nav-menu__end {
    padding-top: 63.43px; } }

.section {
  z-index: -1;
  position: relative;
  padding-top: 816px;
  padding-bottom: 204px;
  margin-top: -516px;
  background-color: #F4F4F4; }
  .section__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
    .section__container__text {
      max-width: 528px;
      margin: 0 auto;
      margin-bottom: 178px;
      font-weight: 200; }
    .section__container__title {
      max-width: 620px;
      margin: 0 auto;
      margin-bottom: 118px; }
      .section__container__title--opacity {
        opacity: .45; }
    .section__container__link a {
      margin-right: 70px; }

@media only screen and (max-width: 33.75em) {
  .section {
    padding-top: 190px;
    padding-bottom: 83px;
    margin-top: -100px; }
  .section__container__text {
    margin-bottom: 86.07px; }
  .section__container__title {
    margin-bottom: 63.35px; }
  .section__container__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .section__container__link a {
    margin-right: 0; } }

.slider {
  border-style: solid;
  border-color: white;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .slider--fullscreen {
    height: 100vh; }
    .slider--fullscreen .slider__viewport,
    .slider--fullscreen .slider__container,
    .slider--fullscreen .slider__item {
      height: 100%; }
    .slider--fullscreen .slider__item picture {
      height: 100%; }
      .slider--fullscreen .slider__item picture img {
        -o-object-fit: cover;
           object-fit: cover; }

.slider__viewport {
  width: 100%;
  position: relative;
  overflow: hidden; }

.slider__container {
  width: 100%;
  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; }

.slider__item {
  width: 100%;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  overflow: hidden; }
  .slider__item picture {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .slider__item picture img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.slider__caption {
  right: 40px;
  bottom: 112px;
  position: absolute;
  font-size: 3.6rem;
  line-height: 4.4rem;
  text-align: right;
  color: white;
  max-width: 337px; }

.slider__arrow {
  right: 40px;
  bottom: 45px;
  position: absolute;
  cursor: pointer;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center; }

.slider__prev {
  right: 120px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }

@media only screen and (max-width: 33.75em) {
  .slider--home .slider__viewport,
  .slider--home .slider__container,
  .slider--home .slider__item {
    height: 100%; }
  .slider--home .slider__item {
    min-width: 100%;
    position: relative; }
    .slider--home .slider__item picture {
      height: 100%; }
      .slider--home .slider__item picture img {
        -o-object-fit: cover;
           object-fit: cover; }
  .slider--home .slider__caption {
    width: 100%;
    color: #414141;
    text-align: right;
    max-width: 100%;
    left: 0;
    right: auto;
    bottom: 0;
    background-color: white; }
  .slider--home .slider__arrow {
    top: 40px;
    bottom: auto; } }

.carousel-wrapper {
  overflow: hidden; }

.carousel-wrapper--about {
  padding-top: 100px;
  margin-top: -60px; }

.carousel {
  padding-top: 1em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .carousel--intro {
    padding-top: 239px; }
  .carousel--about .carousel__item picture {
    height: 60vh; }
  .carousel .shape {
    width: 420px;
    height: 420px; }

.carousel__viewport {
  position: relative; }

.carousel__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; }
  .carousel__container--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

.carousel__item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 1em; }
  .carousel__item__text {
    padding-left: 30%;
    padding-right: 10%; }
  .carousel__item--decentered:first-child {
    padding-left: 50%; }
  .carousel__item picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }

@media only screen and (max-width: 90em) {
  .carousel--intro {
    padding-top: 180px; }
  .carousel .shape {
    width: 370px;
    height: 370px; } }

@media only screen and (max-width: 63.9375em) {
  .carousel--about .carousel__item picture {
    height: 50vh; } }

@media only screen and (max-width: 33.75em) {
  .carousel .shape {
    width: 170px;
    height: 170px; }
  .carousel--intro {
    padding-top: 50px; }
  .carousel-wrapper--about.carousel-active {
    padding-top: 20vh; }
  .carousel-wrapper--about .carousel__item picture {
    height: initial; }
  .carousel__item {
    width: calc(50% - .5em);
    padding-left: 1em;
    margin-right: .5em; }
    .carousel__item.carousel__item--text-wrapper {
      width: 100%; }
  .carousel__item__text {
    padding-left: 10%;
    padding-right: 0.5em; }
  .carousel__item--decentered:first-child {
    padding-left: 1em; } }

@media only screen and (max-width: 23.4375em) {
  .carousel .shape {
    width: 150px;
    height: 150px; } }

#about-first-section {
  background-color: white;
  padding-bottom: 80px; }

#about-first-section h2 {
  max-width: 933px; }
  @media only screen and (max-width: 63.9375em) {
    #about-first-section h2 {
      max-width: 700px; } }
  @media only screen and (max-width: 33.75em) {
    #about-first-section h2 {
      max-width: 100%;
      font-size: 36px;
      padding: 0 20px; } }

.about-section {
  padding: 60px 80px 20px 0px; }
  @media only screen and (max-width: 63.9375em) {
    .about-section {
      padding: 40px 40px 80px;
      margin-left: 0; } }
  @media only screen and (max-width: 33.75em) {
    .about-section {
      padding: 30px 20px 60px;
      margin-left: 0; } }

.about-section + .carousel-wrapper--about {
  padding-top: 0;
  margin-top: -50px; }

.about-section h2 {
  font-size: 80px;
  font-weight: 300;
  color: #414141;
  max-width: 1219.23px;
  line-height: 1.1; }
  @media only screen and (max-width: 63.9375em) {
    .about-section h2 {
      font-size: 60px; } }
  @media only screen and (max-width: 33.75em) {
    .about-section h2 {
      font-size: 40px; } }

.about-txt {
  font-size: 24px;
  font-weight: 300;
  color: #000000;
  max-width: 600px;
  line-height: 1.6;
  margin-top: 20px; }
  @media only screen and (max-width: 63.9375em) {
    .about-txt {
      font-size: 16px;
      max-width: 100%; } }
  @media only screen and (max-width: 33.75em) {
    .about-txt {
      font-size: 12px; } }

.about-form {
  background-color: #f28a70;
  padding: 60px 40px;
  margin: 40px 40px;
  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; }
  @media only screen and (max-width: 63.9375em) {
    .about-form {
      padding: 50px 30px;
      margin: 30px 20px; } }
  @media only screen and (max-width: 33.75em) {
    .about-form {
      padding: 40px 20px;
      margin: 20px 10px; } }

.about-form h2 {
  font-size: 80px;
  font-weight: 200;
  color: #414141;
  width: 100%;
  text-align: center;
  margin-bottom: 75px; }
  @media only screen and (max-width: 63.9375em) {
    .about-form h2 {
      font-size: 55px;
      margin-bottom: 50px; } }
  @media only screen and (max-width: 33.75em) {
    .about-form h2 {
      font-size: 32px;
      margin-bottom: 30px; } }

.about-form input {
  width: 570px;
  padding: 30px 30px;
  border: 1px solid #000000;
  border-radius: 45px;
  background: transparent;
  font-size: 2rem;
  outline: none; }
  @media only screen and (max-width: 63.9375em) {
    .about-form input {
      width: 100%;
      font-size: 2rem;
      padding: 24px 24px; } }
  @media only screen and (max-width: 33.75em) {
    .about-form input {
      font-size: 1.75rem;
      padding: 18px 20px; } }

.about-form input:focus {
  outline: none;
  border-color: white; }

.about-form input:-webkit-autofill,
.about-form input:-webkit-autofill:hover,
.about-form input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #f28a70 inset !important;
  -webkit-text-fill-color: #000000 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

.about-form input::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.3; }

.about-form input::-moz-placeholder {
  color: #000000;
  opacity: 0.3; }

.about-form input:-ms-input-placeholder {
  color: #000000;
  opacity: 0.3; }

.about-form input::-ms-input-placeholder {
  color: #000000;
  opacity: 0.3; }

.about-form input::placeholder {
  color: #000000;
  opacity: 0.3; }

.about-form input:not(:-moz-placeholder-shown) + .input__label {
  display: none; }

.about-form input:not(:-ms-input-placeholder) + .input__label {
  display: none; }

.about-form input:focus + .input__label,
.about-form input:not(:placeholder-shown) + .input__label {
  display: none; }

.about-form textarea {
  border-radius: 45px;
  max-width: 570px;
  resize: none;
  outline: none;
  border: 1px solid #000000; }
  @media only screen and (max-width: 63.9375em) {
    .about-form textarea {
      max-width: 100%;
      width: 100%; } }

.about-form textarea:focus {
  outline: none;
  border-color: white; }

.about-form textarea:not(:-moz-placeholder-shown) + .input__label {
  display: none; }

.about-form textarea:not(:-ms-input-placeholder) + .input__label {
  display: none; }

.about-form textarea:focus + .input__label,
.about-form textarea:not(:placeholder-shown) + .input__label {
  display: none; }

.contacts-form {
  width: 100%;
  max-width: 570px; }
  @media only screen and (max-width: 33.75em) {
    .contacts-form {
      max-width: 100%; } }

.staff__title {
  padding-top: 246px;
  padding-bottom: 144px;
  text-align: center;
  color: #414141;
  opacity: .45; }

.staff__hero {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  padding-bottom: 148px; }
  .staff__hero .staff__hero__item {
    list-style: none;
    -ms-flex-item-align: center;
        align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px; }
    .staff__hero .staff__hero__item:nth-child(2n+1) {
      margin-right: 100px; }
    .staff__hero .staff__hero__item .staff__hero__item__title {
      padding-top: 64.31px; }
    .staff__hero .staff__hero__item .staff__hero__item__description {
      color: #414141;
      line-height: 4.4rem; }

.staff__mate {
  padding: 144px 0 293.95px;
  margin: 0;
  text-align: center;
  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; }
  .staff__mate .staff__mate__item {
    width: 100%;
    max-width: 570px;
    list-style: none;
    color: #414141;
    line-height: 4.4rem;
    overflow: hidden; }
    .staff__mate .staff__mate__item .staff__mate__name {
      padding: 38px 0; }
    .staff__mate .staff__mate__item .line-through {
      background-color: #c4c4c4; }

@media only screen and (max-width: 33.75em) {
  .staff__hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .staff__hero .staff__hero__item {
      margin-bottom: 86px; }
      .staff__hero .staff__hero__item:nth-child(2n+1) {
        margin-right: 0; }
  .staff__title {
    padding-top: 90px;
    padding-bottom: 81px; }
  .staff__hero .staff__hero__item .staff__hero__item__title {
    padding-top: 16px; }
  .staff__hero .staff__hero__item .staff__hero__item__description {
    line-height: 3.4rem; }
  .staff__mate {
    padding-top: 0;
    padding-bottom: 148px; }
  .staff__mate .staff__mate__item {
    padding: 28px 0; } }

.theme_summer {
  background-color: var(--background-color); }

.service {
  width: 60.73%;
  -ms-flex-item-align: center;
      align-self: center; }
  .service .page__title {
    margin-top: 359.2px; }

.service__title {
  padding: 45.57px 0; }

.service__list {
  padding: 0;
  margin: 0; }

.service__list__item {
  list-style: none;
  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;
  position: relative; }
  .service__list__item .line-through {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: auto;
    bottom: 0;
    height: 1px;
    background-color: var(--border-color); }
    .service__list__item .line-through:first-child {
      top: 0; }
  .service__list__item:first-child {
    margin-top: 45.57px; }
  .service__list__item:last-child {
    margin-bottom: 45.57px; }

.service__list__item--has-category {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.service__list__category {
  width: 100%;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: -10px; }
  @media only screen and (max-width: 63.9375em) {
    .service__list__category {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 33.75em) {
    .service__list__category {
      font-size: 1.2rem; } }

.service__list__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 70%;
          flex: 1 0 70%; }

.service__list__price {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
  text-align: right; }

.service__list__item--has-note {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.service__list__note {
  width: 100%;
  margin-top: 4px; }

@media only screen and (max-width: 63.9375em) {
  .service {
    width: 80.73%; } }

@media only screen and (max-width: 33.75em) {
  .service {
    width: 100%; }
  .service .page__title {
    margin-top: 134.71px;
    margin-bottom: 294.65px; }
  .service__title {
    padding: 31.91px 0; }
  .service__list {
    margin-bottom: 35px; }
  .service__list__item:first-child {
    padding-top: 20px; }
  .service__list__desc {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 80%;
            flex: 1 0 80%;
    margin: 20px 0;
    max-width: 75%;
    font-size: medium; }
  .service__list__price {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%;
    text-align: left;
    opacity: .5;
    font-size: medium; } }

.news {
  margin: 0;
  width: 100%; }
  .news--no-margin {
    margin: 1em 0; }
  .news--fs {
    min-height: calc(100vh - 2em); }
    .news--fs .news__container {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0; }

.news__container {
  height: auto;
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 1fr 1fr; }
  .news__container--four {
    margin-top: 1em;
    margin-bottom: 1em;
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .news__container--no-margin {
    margin: 0 0 1em;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .news__container .news__container__column {
    width: 100%; }
    .news__container .news__container__column:first-child {
      top: 1em;
      width: 100%;
      height: calc(100vh - 2em);
      position: sticky;
      position: -webkit-sticky;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .news__container .news__container__column:first-child .news__article:first-child {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .news__container .news__container__column:nth-child(2) {
      left: 50%;
      display: grid;
      grid-gap: 1em;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr; }
  .news__container .news__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .news__container .news__article picture {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .news__container .news__article picture img {
        -o-object-fit: cover;
           object-fit: cover; }

.load-more-cta {
  margin-top: 95.37px; }

@media only screen and (max-width: 63.9375em) {
  .news__container--four {
    grid-template-columns: 1fr 1fr; } }

@media only screen and (max-width: 33.75em) {
  .news__container {
    grid-gap: 0;
    grid-template-columns: 1fr; }
  .news__container .news__container__column:first-child {
    height: auto;
    position: initial; }
  .news__container .news__container__column:nth-child(2) {
    width: 100%;
    grid-template-columns: 1fr; }
  .news__container .news__article {
    padding-bottom: 75px; }
  .news__article__info .button {
    padding-top: 7px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .load-more-cta {
    margin-top: -27px; } }

.article__container {
  max-width: 60.68%; }

.article__hero {
  padding-top: 80.33px;
  padding-bottom: 81.47px; }
  .article__hero picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.article__head {
  margin-bottom: 169px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.article__title,
.article__date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.article__title {
  width: 70%;
  font-family: "Karla", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }

.article__date {
  width: 30%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.article__text,
.article__text p {
  font-size: 2.4rem;
  line-height: 3.8rem;
  font-weight: normal; }
  .article__text strong,
  .article__text p strong {
    font-weight: 700; }

.article__content {
  max-width: 74.51%;
  margin: 0 auto 314px; }
  .article__content picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 175px 0 185px; }
  .article__content img {
    width: 100% !important;
    height: auto !important; }

.article__container--footer {
  margin-bottom: 36px; }

@media only screen and (max-width: 80em) {
  .article__container,
  .article__content {
    max-width: 80.68%; } }

@media only screen and (max-width: 63.9375em) {
  .article__container,
  .article__content {
    max-width: 100%; } }

@media only screen and (max-width: 33.75em) {
  .article__container {
    max-width: none; }
  .article__hero {
    padding-top: 1em;
    padding-bottom: 12px; }
  .article__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 70px; }
  .article__title,
  .article__date {
    width: 100%; }
  .article__date {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 31.32px; }
  .article__text,
  .article__text p {
    font-size: 2.1rem;
    line-height: 3.36rem;
    color: #414141; }
  .article__title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .article__content {
    max-width: none;
    margin-bottom: 135px; }
  .article__content picture {
    margin-top: 109px;
    margin-bottom: 104px; }
  .article__container--footer {
    margin-bottom: 46px; }
  .article__footer__title {
    margin-bottom: 24.15px; }
  .article__footer__link {
    text-align: left; } }

.shape-banner {
  margin-top: 10vw;
  height: 45vw;
  overflow: visible;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .shape-banner .shape-banner__anim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .shape-banner .shape-banner__text {
    text-align: right;
    margin-top: -10vw;
    padding-right: 25vw; }
  .shape-banner .shape-banner__link {
    margin-top: 36.83px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

@media only screen and (max-width: 33.75em) {
  .shape-banner {
    margin-top: 0;
    height: 710px; }
  .shape-banner .shape-banner__text {
    margin-top: 0;
    padding-right: 1em; } }

.faq {
  padding: 0;
  color: #414141;
  list-style: none;
  width: 68.44%;
  text-transform: lowercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .faq--fullscreen {
    width: 100%; }
    .faq--fullscreen .faq__answer {
      max-width: none; }
  .faq .line-through {
    top: -10px;
    position: relative;
    background-color: #c4c4c4; }
  .faq__row {
    overflow: hidden;
    margin-bottom: 14px;
    border-bottom: 1px solid #c4c4c4; }
  .faq__answer {
    margin: 0;
    padding-top: 56.18px;
    padding-bottom: 99.59px;
    max-width: 569px;
    text-transform: none; }
  .faq__question {
    font-size: 9rem;
    line-height: 9rem;
    position: relative;
    padding-bottom: 14px;
    color: #414141; }
    .faq__question__number {
      color: rgba(65, 65, 65, 0.4);
      padding-right: 35px; }
    .faq__question a {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .faq__question__toggle {
      display: block;
      margin-left: auto; }
      .faq__question__toggle--bar {
        height: 1px;
        width: 36px;
        display: block;
        background-color: #414141; }
        .faq__question__toggle--bar:nth-child(2) {
          top: -1px;
          position: relative; }
  .faq .faq__button {
    top: 23px;
    right: 0;
    position: absolute; }

@media only screen and (max-width: 80em) {
  .faq__question {
    font-size: 7rem;
    line-height: 7rem; } }

@media only screen and (max-width: 63.9375em) {
  .faq {
    width: 100%; }
  .faq__question {
    font-size: 5rem;
    line-height: 5.2rem; } }

@media only screen and (max-width: 33.75em) {
  .faq {
    padding-top: 24px; }
    .faq .line-through {
      top: -24px; }
  .faq__row {
    margin-bottom: 24px; }
  .faq__question {
    padding-bottom: 24px;
    font-size: 4rem;
    line-height: 4.2rem; }
    .faq__question__toggle--bar {
      width: 24px; } }

.info-txt {
  font-weight: 300;
  font-size: 24px;
  max-width: 600px;
  margin: 0 auto;
  padding: 244.37px 0;
  text-align: center; }
  @media only screen and (max-width: 63.9375em) {
    .info-txt {
      padding: 72px 0; } }
  @media only screen and (max-width: 33.75em) {
    .info-txt {
      max-width: none;
      font-size: 20px;
      padding: 70px 20px 10px; } }

.step-form {
  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;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #414141; }
  .step-form.is-wrapper {
    border: 1em solid white;
    background-color: #f28a70; }
  .step-form.is-open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: scroll; }
  .step-form.is-loading .step-form__main {
    opacity: 0.35;
    pointer-events: none; }
  .step-form.is-error .step-form__status:after {
    opacity: 1; }
  .step-form.is-error .step-form__step.is-active .step-form__error {
    display: block; }
  .step-form.is-success .step-form__status:before {
    opacity: 1; }
  .step-form.is-success .step-form__main {
    display: none; }
  .step-form.is-success .step-form__success {
    display: block; }

.step-form__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 2em;
  right: 2em;
  left: auto;
  z-index: 3;
  width: 40px;
  height: 40px; }
  .step-form__close svg {
    width: 40px;
    height: 40px; }
  .step-form__close.is-hidden {
    display: none; }

.step-form__status {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1; }
  .step-form__status:before, .step-form__status:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.32s ease-in-out;
    transition: opacity 0.32s ease-in-out; }

.step-form__content {
  height: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.step-form__step {
  display: none;
  width: 100%;
  height: 100%; }
  .step-form__step.is-active {
    display: block; }

.step-form__input-group {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .step-form__input-group--solo {
    height: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .step-form__input-group--solo .step-form__input-wrap {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%; }

.step-form__input-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.step-form__input-wrap {
  position: relative;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center; }

.step-form__title {
  text-transform: lowercase; }

.step-form__input {
  width: 100%;
  border: none;
  background: transparent;
  padding: 31px 0;
  color: #ffffff;
  font-size: 2.8rem; }
  .step-form__input:focus {
    outline: none; }
  .step-form__input::-webkit-input-placeholder {
    color: #ffffff; }
  .step-form__input::-moz-placeholder {
    color: #ffffff; }
  .step-form__input:-ms-input-placeholder {
    color: #ffffff; }
  .step-form__input::-ms-input-placeholder {
    color: #ffffff; }
  .step-form__input::placeholder {
    color: #ffffff; }

.step-form__button-wrapper {
  padding: 0;
  margin: 68px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .step-form__button-wrapper--tos {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

.step-form__button__item {
  list-style: none;
  margin-right: 36px;
  margin-bottom: 30.5px; }
  .step-form__button__item:last-child {
    margin-right: 0; }
  .step-form__button__item button {
    cursor: pointer; }
    .step-form__button__item button[disabled] {
      pointer-events: none;
      color: rgba(65, 65, 65, 0.35); }

.step-form__state {
  padding-top: 106px;
  font-size: 4.4rem;
  line-height: 11.5rem;
  text-transform: uppercase;
  font-weight: 200; }

.step-form__error {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 34px;
  padding-left: 0;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff; }

.step-form__input-back {
  background: transparent;
  border: none; }

.step-form__main {
  -webkit-transition: opacity 0.32s ease-in-out;
  transition: opacity 0.32s ease-in-out; }

.step-form__success {
  display: none;
  height: 100%; }

@media only screen and (max-width: 33.75em) {
  .step-form__button__item {
    margin-right: 0; } }

.form__section {
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 570px;
  position: relative; }
  .form__section.is-loading .form {
    opacity: 0.6;
    pointer-events: none; }

.form__head {
  margin-bottom: 100px; }

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

.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 {
  width: 100%; }
  .form__row:not(:last-child) {
    margin-bottom: 50px; }
  .form__row:nth-last-child(2) {
    margin-bottom: 60px; }

.form__submit {
  cursor: pointer;
  background: transparent;
  text-decoration: none;
  outline: 0;
  padding: 0;
  border: none;
  display: block;
  margin: 0 auto;
  width: 100%;
  min-width: 180px;
  border-radius: 45px;
  background-color: black;
  padding: 28px;
  text-transform: uppercase;
  font-size: 15px;
  color: white; }

.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: white;
  color: #414141;
  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: #1F1F1F;
      color: #ffffff; } }

.contact-slider {
  min-height: 100vh;
  position: relative;
  overflow: hidden; }
  .contact-slider .slider {
    border: 0;
    margin-top: 1em;
    padding-right: 1em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .contact-slider .slider__viewport,
  .contact-slider .slider__container,
  .contact-slider .slider__item {
    height: 100%; }
  .contact-slider .slider__item {
    min-width: 100%;
    position: relative; }
    .contact-slider .slider__item picture {
      height: 100%; }
      .contact-slider .slider__item picture img {
        -o-object-fit: cover;
           object-fit: cover; }

@media only screen and (max-width: 47.9375em) {
  .contact-slider .slider {
    padding-right: 0; } }

@media only screen and (max-width: 33.75em) {
  .contact-slider {
    height: 60vh;
    min-height: 0; } }

input,
textarea {
  border-radius: 0; }

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

.input__label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-left: 37px;
  color: #414141;
  font-size: 2.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  -webkit-transition: var(--main-transition) cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: var(--main-transition) cubic-bezier(0.215, 0.61, 0.355, 1); }

.input {
  width: 100%;
  padding: 28px;
  background: transparent;
  border: 1px solid black;
  border-radius: 45px;
  color: #1F1F1F;
  -webkit-transition: var(--main-transition) cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: var(--main-transition) cubic-bezier(0.215, 0.61, 0.355, 1); }
  .input:not(:-moz-placeholder-shown) {
    outline: none;
    border-color: #cccccc; }
  .input:not(:-ms-input-placeholder) {
    outline: none;
    border-color: #cccccc; }
  .input:focus, .input:not(:placeholder-shown) {
    outline: none;
    border-color: #cccccc; }
    .input:not(:-moz-placeholder-shown) + .input__label {
      color: #cccccc;
      top: -65px; }
    .input:not(:-ms-input-placeholder) + .input__label {
      color: #cccccc;
      top: -65px; }
    .input:focus + .input__label, .input:not(:placeholder-shown) + .input__label {
      color: #cccccc;
      top: -65px; }
  .input--white {
    color: white;
    border-color: white; }
    .input--white:focus {
      border-color: white; }
      .input--white:focus + .input__label {
        color: white; }

.input__wrap-textarea .input__label {
  padding-top: 28px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

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

.checkbox__text {
  font-size: 1.6rem;
  line-height: 2.4rem; }

.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; }
  .input__error svg {
    width: 10px;
    height: 10px; }

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

.input__newsletter {
  width: 70%;
  margin-right: 24.36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2.1rem;
  font-weight: 200;
  line-height: 4.4rem;
  text-transform: lowercase;
  line-height: normal;
  position: relative;
  border-bottom: 1px solid white;
  border-left: none;
  border-right: none;
  border-top: none;
  color: white;
  background-color: transparent; }
  .input__newsletter::-webkit-input-placeholder {
    color: white; }
  .input__newsletter::-moz-placeholder {
    color: white; }
  .input__newsletter:-ms-input-placeholder {
    color: white; }
  .input__newsletter::-ms-input-placeholder {
    color: white; }
  .input__newsletter::placeholder {
    color: white; }
  .input__newsletter:focus, .input__newsletter:visited {
    outline: none; }

.input__newsletter__button {
  width: 30%;
  font-size: 2.1rem;
  font-weight: 200;
  line-height: normal;
  cursor: pointer;
  border-left: none;
  border: none;
  color: white;
  background-color: transparent;
  text-decoration: underline;
  text-decoration-thickness: 1px; }

.newsletter__thanks {
  text-transform: capitalize;
  color: white; }

canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.footer {
  padding-top: 243px; }
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer__row {
    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-item-align: center;
        align-self: center;
    padding-bottom: 22.96px; }
    .footer__row--info {
      padding-top: 278px; }
    .footer__row--right {
      -ms-flex-item-align: end;
          align-self: flex-end; }
  .footer .shape-wrapper {
    margin-right: 1em; }
    .footer .shape-wrapper:last-child {
      margin-right: 0; }
  .footer .shape {
    width: 25vw;
    height: 25vw; }
    .footer .shape.shape--magazine {
      background-color: var(--background-footer-magazine); }
    .footer .shape.shape--magazine-text {
      background-color: var(--background-footer-magazine-text); }
    .footer .shape.shape--newsletter {
      background-color: var(--background-footer-newsletter); }
    .footer .shape.shape--newsletter-text {
      background-color: var(--background-footer-newsletter-text); }

.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25vw; }

.footer__el {
  display: block; }

@media only screen and (max-width: 80em) {
  .shape__content__title {
    font-size: 2.5rem;
    line-height: 3.2rem; } }

@media only screen and (max-width: 63.9375em) {
  .footer .shape {
    width: 35vw;
    height: 35vw; }
  .footer__row--info.footer__row--right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .footer__row--info .footer__col {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; } }

@media only screen and (max-width: 33.75em) {
  .footer {
    padding-top: 56px; }
  .footer .shape-wrapper--m-fs {
    width: 100%;
    margin-bottom: 1em; }
  .footer .shape-wrapper--m-fs .shape {
    width: 100%;
    max-width: none; }
  .footer .shape-wrapper--m-ar {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .footer__row {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer__row--m-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer__row--info {
    padding-top: 0; }
  .footer__col {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .footer .shape {
    width: 144px;
    height: 144px; } }

@media only screen and (max-width: 20em) {
  .footer .shape {
    width: 120px;
    height: 120px; } }

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

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

.privacy-table {
  width: 100%;
  border-collapse: collapse;
  color: #1F1F1F; }
  .privacy-table th,
  .privacy-table td {
    border: 1px solid #1F1F1F;
    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%; }
  .privacy__container {
    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%; } }

