@import url(//hello.myfonts.net/count/35d9bc);
/*! 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;
}

/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -o-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
       -o-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
       -o-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms top, 200ms -o-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform, 200ms -o-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms left, 200ms -o-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform, 200ms -o-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms right, 200ms -o-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform, 200ms -o-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
       -o-transform-origin: left top;
          transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
       -o-transform-origin: right top;
          transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
       -o-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
       -o-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes swiper-preloader-spin {
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
       -o-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@charset "UTF-8";
:root {
  /** Fonts */
  --primary-font: "Autor";
  /** Colors */
  --white: #fff;
  --black: #000;
  --grey: #4c565c;
  --grey-2: #6a6a6a;
  --grey-light: #e6e6e6;
  --green: #a6ce38;
  --blue: #44c8f5;
  /** Spacing */
  /** Other */
  --header-height: 7rem;
  --container-max-width: 160rem;
  --container-max-width-narrow: 110rem;
  --container-padding: 2rem;
  --container-border-space: 2rem;
}
@media (min-width: 768px) {
  :root {
    --header-height: 9rem;
  }
}
@media (min-width: 1360px) {
  :root {
    --container-padding: 5rem;
    --container-border-space: 5rem;
  }
}
@media (min-width: 1600px) {
  :root {
    --container-border-space: ((100vw - (var(--container-max-width) - var(--container-padding) * 2)) / 2);
  }
}

/** Breakpoints */
/**
 * Import npm dependencies
 */
/** Import theme styles */
input,
textarea {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea {
  overflow: auto;
  resize: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

svg {
  fill: currentColor;
}

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

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/**
 * @license
 * MyFonts Webfont Build ID 3529148, 2018-02-19T05:49:39-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Autor-Black by Latinotype
 * URL: https://www.myfonts.com/fonts/latinotype/autor/black/
 *
 * Webfont: Autor-ExtraBold by Latinotype
 * URL: https://www.myfonts.com/fonts/latinotype/autor/extra-bold/
 *
 * Webfont: Autor-Bold by Latinotype
 * URL: https://www.myfonts.com/fonts/latinotype/autor/bold/
 *
 * Webfont: Autor-ExtraBoldIt by Latinotype
 * URL: https://www.myfonts.com/fonts/latinotype/autor/extra-bold-italic/
 *
 * Webfont: Autor-Thin by Latinotype
 * URL: https://www.myfonts.com/fonts/latinotype/autor/thin/
 *
 * Webfont: Autor-Light by Latinotype
 * URL: https://www.myfonts.com/fonts/latinotype/autor/light/
 *
 * Webfont: Autor-Medium by Latinotype
 * URL: https://www.myfonts.com/fonts/latinotype/autor/medium/
 *
 * Webfont: Autor-Regular by Latinotype
 * URL: https://www.myfonts.com/fonts/latinotype/autor/regular/
 *
 * Webfont: Autor-BoldIt by Latinotype
 * URL: https://www.myfonts.com/fonts/latinotype/autor/bold-italic/
 *
 * Webfont: Autor-BlackIt by Latinotype
 * URL: https://www.myfonts.com/fonts/latinotype/autor/black-italic/
 *
 * Webfont: Autor-MediumIt by Latinotype
 * URL: https://www.myfonts.com/fonts/latinotype/autor/medium-italic/
 *
 * Webfont: Autor-ThinIt by Latinotype
 * URL: https://www.myfonts.com/fonts/latinotype/autor/thin-italic/
 *
 * Webfont: Autor-RegularIt by Latinotype
 * URL: https://www.myfonts.com/fonts/latinotype/autor/regular-italic/
 *
 * Webfont: Autor-LightIt by Latinotype
 * URL: https://www.myfonts.com/fonts/latinotype/autor/light-italic/
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3529148
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright &#x00A9; 2017 by Luis Bandovas. All rights reserved.
 *
 * © 2018 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
/* stylelint-disable-next-line declaration-no-important */
@font-face {
  font-family: "Autor";
  src: url("../fonts/35D9BC_0_0.eot");
  src: url("../fonts/35D9BC_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/35D9BC_0_0.woff2") format("woff2"), url("../fonts/35D9BC_0_0.woff") format("woff"), url("../fonts/35D9BC_0_0.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Autor";
  src: url("../fonts/35D9BC_1_0.eot");
  src: url("../fonts/35D9BC_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/35D9BC_1_0.woff2") format("woff2"), url("../fonts/35D9BC_1_0.woff") format("woff"), url("../fonts/35D9BC_1_0.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Autor";
  src: url("../fonts/35D9BC_2_0.eot");
  src: url("../fonts/35D9BC_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/35D9BC_2_0.woff2") format("woff2"), url("../fonts/35D9BC_2_0.woff") format("woff"), url("../fonts/35D9BC_2_0.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Autor";
  src: url("../fonts/35D9BC_3_0.eot");
  src: url("../fonts/35D9BC_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/35D9BC_3_0.woff2") format("woff2"), url("../fonts/35D9BC_3_0.woff") format("woff"), url("../fonts/35D9BC_3_0.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Autor-Thin";
  src: url("../fonts/35D9BC_4_0.eot");
  src: url("../fonts/35D9BC_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/35D9BC_4_0.woff2") format("woff2"), url("../fonts/35D9BC_4_0.woff") format("woff"), url("../fonts/35D9BC_4_0.ttf") format("truetype");
}
@font-face {
  font-family: "Autor-Light";
  src: url("../fonts/35D9BC_5_0.eot");
  src: url("../fonts/35D9BC_5_0.eot?#iefix") format("embedded-opentype"), url("../fonts/35D9BC_5_0.woff2") format("woff2"), url("../fonts/35D9BC_5_0.woff") format("woff"), url("../fonts/35D9BC_5_0.ttf") format("truetype");
}
@font-face {
  font-family: "Autor";
  src: url("../fonts/35D9BC_6_0.eot");
  src: url("../fonts/35D9BC_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/35D9BC_6_0.woff2") format("woff2"), url("../fonts/35D9BC_6_0.woff") format("woff"), url("../fonts/35D9BC_6_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Autor";
  src: url("../fonts/35D9BC_7_0.eot");
  src: url("../fonts/35D9BC_7_0.eot?#iefix") format("embedded-opentype"), url("../fonts/35D9BC_7_0.woff2") format("woff2"), url("../fonts/35D9BC_7_0.woff") format("woff"), url("../fonts/35D9BC_7_0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Autor";
  src: url("../fonts/35D9BC_8_0.eot");
  src: url("../fonts/35D9BC_8_0.eot?#iefix") format("embedded-opentype"), url("../fonts/35D9BC_8_0.woff2") format("woff2"), url("../fonts/35D9BC_8_0.woff") format("woff"), url("../fonts/35D9BC_8_0.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Autor";
  src: url("../fonts/35D9BC_9_0.eot");
  src: url("../fonts/35D9BC_9_0.eot?#iefix") format("embedded-opentype"), url("../fonts/35D9BC_9_0.woff2") format("woff2"), url("../fonts/35D9BC_9_0.woff") format("woff"), url("../fonts/35D9BC_9_0.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Autor";
  src: url("../fonts/35D9BC_A_0.eot");
  src: url("../fonts/35D9BC_A_0.eot?#iefix") format("embedded-opentype"), url("../fonts/35D9BC_A_0.woff2") format("woff2"), url("../fonts/35D9BC_A_0.woff") format("woff"), url("../fonts/35D9BC_A_0.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Autor-ThinIt";
  src: url("../fonts/35D9BC_B_0.eot");
  src: url("../fonts/35D9BC_B_0.eot?#iefix") format("embedded-opentype"), url("../fonts/35D9BC_B_0.woff2") format("woff2"), url("../fonts/35D9BC_B_0.woff") format("woff"), url("../fonts/35D9BC_B_0.ttf") format("truetype");
}
@font-face {
  font-family: "Autor";
  src: url("../fonts/35D9BC_C_0.eot");
  src: url("../fonts/35D9BC_C_0.eot?#iefix") format("embedded-opentype"), url("../fonts/35D9BC_C_0.woff2") format("woff2"), url("../fonts/35D9BC_C_0.woff") format("woff"), url("../fonts/35D9BC_C_0.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Autor-LightIt";
  src: url("../fonts/35D9BC_D_0.eot");
  src: url("../fonts/35D9BC_D_0.eot?#iefix") format("embedded-opentype"), url("../fonts/35D9BC_D_0.woff2") format("woff2"), url("../fonts/35D9BC_D_0.woff") format("woff"), url("../fonts/35D9BC_D_0.ttf") format("truetype");
}
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  /* stylelint-disable-line */
  text-rendering: optimizeLegibility;
  font-family: var(--primary-font);
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: var(--black);
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

b,
strong {
  font-weight: 700;
}

p {
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0;
}
@media (min-width: 85em) {
  p {
    font-size: 2rem;
  }
}
p:not(:last-child) {
  margin-bottom: 0.5em;
}

blockquote {
  font-size: 2.4rem;
  line-height: 1.2;
  font-style: italic;
  font-weight: 700;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin: 0;
}
@media (min-width: 85em) {
  blockquote {
    font-size: 2.8rem;
  }
}

.o-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.o-col {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 100%;
  width: 100%;
}

.o-container {
  max-width: var(--container-max-width);
  padding: 0 var(--container-padding);
  margin: 0 auto;
}
.o-container.layout-narrow {
  max-width: var(--container-max-width-narrow);
}

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

.o-h1,
.c-text-box h1 {
  font-size: 4rem;
  line-height: 1;
  margin: 0;
  font-weight: 800;
}
@media (min-width: 48em) {
  .o-h1,
.c-text-box h1 {
    font-size: 6rem;
  }
}
@media (min-width: 85em) {
  .o-h1,
.c-text-box h1 {
    font-size: 9rem;
  }
}

.o-h2,
.c-text-box h2 {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
}
@media (min-width: 48em) {
  .o-h2,
.c-text-box h2 {
    font-size: 4rem;
  }
}
@media (min-width: 85em) {
  .o-h2,
.c-text-box h2 {
    font-size: 5.6rem;
  }
}

.o-h3,
.c-text-box h3 {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 85em) {
  .o-h3,
.c-text-box h3 {
    font-size: 3.2rem;
  }
}

.o-h4,
.c-text-box h4 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 85em) {
  .o-h4,
.c-text-box h4 {
    font-size: 1.8rem;
  }
}

.c-btn-simple {
  position: relative;
  display: inline-block;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  color: inherit;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.c-btn-simple:active, .is-active.c-btn-simple {
  outline: 0;
}
.c-btn-simple:disabled, .is-disabled.c-btn-simple {
  pointer-events: none;
}

.c-btn-simple i {
  display: block;
}

.fade-in {
  opacity: 0;
}

.fade-in-up_inner {
  -webkit-transform: translateY(10rem);
       -o-transform: translateY(10rem);
          transform: translateY(10rem);
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility, transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.c-footer {
  padding: 6rem 0 5rem 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1.4rem 0.7rem -0.7rem rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 1.4rem 0.7rem -0.7rem rgba(0, 0, 0, 0.25);
  color: var(--grey);
}
@media (min-width: 48em) {
  .c-footer {
    padding: 8rem 0;
  }
}
.c-footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-footer_logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 5rem;
}
@media (min-width: 48em) {
  .c-footer_logo {
    margin-bottom: 6rem;
  }
}
@media (min-width: 85em) {
  .c-footer_logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
    padding-right: 2rem;
    margin-bottom: 0;
  }
}
.c-footer_logo img {
  width: auto;
  height: 7rem;
}
@media (min-width: 48em) {
  .c-footer_logo img {
    height: 10rem;
  }
}
.c-footer p {
  font-size: 1.8rem;
}
.c-footer_address {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 48em) {
  .c-footer_address {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 2rem;
  }
}
@media (min-width: 64em) {
  .c-footer_address {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 85em) {
  .c-footer_address {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
.c-footer_contact-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-top: 2rem;
}
@media (min-width: 48em) {
  .c-footer_contact-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-top: 0;
  }
}
@media (min-width: 64em) {
  .c-footer_contact-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
    padding-right: 2rem;
  }
}
@media (min-width: 85em) {
  .c-footer_contact-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
.c-footer_menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-top: 4rem;
}
@media (min-width: 48em) {
  .c-footer_menu {
    margin-top: 5rem;
  }
}
@media (min-width: 64em) {
  .c-footer_menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
    margin-top: 0;
  }
}
@media (min-width: 85em) {
  .c-footer_menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
.c-footer_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 64em) {
  .c-footer_menu ul {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.c-footer_menu ul li a {
  display: block;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
}
.c-footer_scroll-up {
  display: none;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 1rem;
  right: 1rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 85em) {
  .c-footer_scroll-up {
    display: block;
  }
}
.c-footer_scroll-up svg {
  display: block;
  width: 2.5rem;
  height: auto;
}
.c-footer_scroll-up.is-active {
  opacity: 1;
  visibility: visible;
}

.c-header {
  height: var(--header-height);
  position: relative;
}
.c-header_fixed {
  height: var(--header-height);
  background: var(--white);
  padding: 1rem 0;
}
@media (max-width: 1270px) {
  .c-header_fixed {
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 4;
    background-color: white;
    top: 0;
    left: 0;
  }
}
@media (min-width: 64em) {
  .c-header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
}
.c-header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1270px) {
  .c-header_logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    background: white;
    position: relative;
    z-index: 2;
    padding: 1rem 0;
  }
}
.c-header_logo a {
  display: block;
}
.c-header_logo a img {
  width: auto;
  height: 5rem;
}
@media (min-width: 48em) {
  .c-header_logo a img {
    height: 7rem;
  }
}
.c-header_burger {
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 2.7rem;
  height: 2.5rem;
  z-index: 2;
  display: none;
}
@media (max-width: 1270px) {
  .c-header_burger {
    display: block;
  }
}
.c-header_burger span {
  display: block;
  background-color: var(--grey);
  height: 0.3rem;
  margin-bottom: 0.75rem;
  width: 100%;
  will-change: transform;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.c-header_burger.open span:nth-of-type(2) {
  opacity: 0;
  width: 0;
}
.c-header_burger.open span:nth-of-type(1) {
  -webkit-transform: translateY(1.1rem) rotate(45deg);
       -o-transform: translateY(1.1rem) rotate(45deg);
          transform: translateY(1.1rem) rotate(45deg);
}
.c-header_burger.open span:nth-of-type(3) {
  -webkit-transform: translateY(-1rem) rotate(-45deg);
       -o-transform: translateY(-1rem) rotate(-45deg);
          transform: translateY(-1rem) rotate(-45deg);
}
@media (min-width: 64em) {
  .c-header_menu {
    display: block;
    margin-left: 5rem;
  }
}
@media (min-width: 85em) {
  .c-header_menu {
    margin-left: 5rem;
  }
}
.c-header_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-header_menu ul li:not(:last-child) {
  margin-right: 4rem;
}
@media (max-width: 1270px) {
  .c-header_menu ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.c-header_menu ul li a {
  font-size: 1.8rem;
  color: var(--grey);
  position: relative;
  padding: 0.4rem 0;
}
.c-header_menu ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--grey);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.c-header_menu ul li.is-active a::after {
  opacity: 1;
}
@media (max-width: 1270px) {
  .c-header_menu {
    display: block;
    position: absolute;
    background: white;
    z-index: 1;
    top: 9rem;
    left: 0;
    width: 100%;
    padding: 3rem 2rem;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
    -webkit-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .c-header_menu.visible {
    -webkit-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  .c-header_menu ul {
    -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 (max-width: 767px) {
  .c-header_menu {
    top: 7rem;
  }
}
.c-header_sticky-btn {
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--green);
  color: var(--white);
  padding: 3rem 1rem;
  width: 3.8rem;
  z-index: 999;
  display: none;
}
@media (min-width: 85em) {
  .c-header_sticky-btn {
    display: block;
  }
}
.c-header_sticky-btn span {
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}

.c-hero {
  position: relative;
  overflow: hidden;
}
.c-hero_image .c-responsive-picture {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 5%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 5%);
}
@media (min-width: 48em) {
  .c-hero_image .c-responsive-picture {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 10%);
            clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 10%);
  }
}
.c-hero_box {
  padding: 3rem 2rem 0 2rem;
  text-align: center;
}
@media (min-width: 64em) {
  .c-hero_box {
    position: absolute;
    right: calc(var(--container-border-space));
    bottom: -1px;
    background-color: var(--white);
    padding: 4rem 4rem 2rem 4rem;
    -webkit-clip-path: polygon(0 2.5rem, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 2.5rem, 100% 0%, 100% 100%, 0% 100%);
    width: 38rem;
    text-align: left;
  }
}
@media (min-width: 85em) {
  .c-hero_box {
    padding: 5.5rem 4rem 2rem 4rem;
    -webkit-clip-path: polygon(0 4rem, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 4rem, 100% 0%, 100% 100%, 0% 100%);
    width: 52.5rem;
  }
}
.c-hero_box h1 {
  color: var(--grey-2);
}
.c-hero_box h2 {
  color: var(--green);
  font-size: 2rem;
  font-weight: 500;
  margin: 0.6rem 0 0 0;
}
@media (min-width: 48em) {
  .c-hero_box h2 {
    font-size: 2.4rem;
    margin: 1rem 0 0 0;
  }
}
@media (min-width: 64em) {
  .c-hero_box h2 {
    margin: 0;
  }
}
@media (min-width: 85em) {
  .c-hero_box h2 {
    font-size: 3.5rem;
  }
}
.c-hero_cta {
  position: absolute;
  right: calc(var(--container-border-space));
  bottom: 13rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
  will-change: transform;
}
.c-hero_cta:hover {
  -webkit-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
@media (min-width: 768px) {
  .c-hero_cta {
    bottom: 25rem;
  }
}
@media (min-width: 1360px) {
  .c-hero_cta {
    bottom: 35rem;
  }
}
@media (min-width: 1600px) {
  .c-hero_cta {
    bottom: 38rem;
    margin-right: -6rem;
  }
}
@media (min-width: 1800px) {
  .c-hero_cta {
    margin-right: -12rem;
  }
}
.c-hero_cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-hero_cta img {
  max-width: 45%;
}
@media (min-width: 768px) {
  .c-hero_cta img {
    max-width: 60%;
  }
}
@media (min-width: 1100px) {
  .c-hero_cta img {
    max-width: 75%;
  }
}
@media (min-width: 1600px) {
  .c-hero_cta img {
    max-width: 100%;
  }
}

.c-image-text {
  background-color: var(--white);
  padding-bottom: 5rem;
}
@media (min-width: 64em) {
  .c-image-text {
    padding-bottom: 0;
  }
}
@media (min-width: 64em) {
  .c-image-text_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 64em) {
  .c-image-text_image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.c-image-text_text {
  padding: 3.2rem 2rem 0 2rem;
}
@media (min-width: 64em) {
  .c-image-text_text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 3.2rem;
    padding-right: calc(var(--container-border-space));
  }
}
@media (min-width: 85em) {
  .c-image-text_text {
    padding-left: 7rem;
  }
}
.c-image-text_text > h3 {
  margin-bottom: 2rem;
}
@media (min-width: 85em) {
  .c-image-text_text > h3 {
    margin-bottom: 3.2rem;
  }
}
.c-image-text_text > h2 {
  margin-bottom: 2.4rem;
}
@media (min-width: 85em) {
  .c-image-text_text > h2 {
    margin-bottom: 4rem;
  }
}
.c-image-text.-grey {
  background-color: var(--grey-light);
}
@media (min-width: 64em) {
  .c-image-text.-big .c-image-text_text {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}
@media (min-width: 85em) {
  .c-image-text.-big .c-image-text_text {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 64em) {
  .c-image-text.-small .c-image-text_inner {
    padding: 5rem 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-image-text.-small + .-small .c-image-text_inner {
  padding-top: 0;
}
@media (min-width: 64em) {
  .c-image-text.-small .c-image-text_image {
    padding-left: calc(var(--container-border-space));
  }
}
@media (min-width: 85em) {
  .c-image-text.-small .c-image-text_image {
    padding-right: 7rem;
  }
}
@media (min-width: 64em) {
  .c-image-text.-small.-image-right .c-image-text_image {
    padding-right: calc(var(--container-border-space));
  }
}
@media (min-width: 85em) {
  .c-image-text.-small.-image-right .c-image-text_image {
    padding-left: 7rem;
  }
}
.c-image-text.-image-right .c-image-text_inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 64em) {
  .c-image-text.-image-right .c-image-text_text {
    padding-left: calc(var(--container-border-space));
    padding-right: 3.2rem;
  }
}
@media (min-width: 85em) {
  .c-image-text.-image-right .c-image-text_text {
    padding-right: 7rem;
  }
}

.error404 .o-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.error404 .o-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-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;
}

.c-page-404 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 48em) {
  .c-page-404 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 85em) {
  .c-page-404 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.c-page-404_header {
  margin-bottom: 4rem;
}
.c-page-404_header h1 {
  display: inline-block;
  font-size: 10rem;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--green)), color-stop(50%, var(--blue)), to(var(--blue)));
  background-image: -webkit-linear-gradient(left, var(--green) 0%, var(--blue) 50%, var(--blue) 100%);
  background-image: -o-linear-gradient(left, var(--green) 0%, var(--blue) 50%, var(--blue) 100%);
  background-image: linear-gradient(to right, var(--green) 0%, var(--blue) 50%, var(--blue) 100%);
  background-size: 100%;
  -webkit-background-clip: text;
          background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
@media (min-width: 48em) {
  .c-page-404_header h1 {
    font-size: 16rem;
  }
}

.c-responsive-image,
.c-responsive-picture {
  position: relative;
  overflow: hidden;
}
.c-responsive-image img,
.c-responsive-picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-responsive-image img.js-lazy,
.c-responsive-picture img.js-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.c-responsive-image img.js-lazy.loaded,
.c-responsive-picture img.js-lazy.loaded {
  opacity: 1;
}
.c-responsive-image_placeholder,
.c-responsive-picture_placeholder {
  display: block;
  height: 0;
}
@media (max-width: 47.99em) {
  .c-responsive-image_placeholder.-desktop,
.c-responsive-picture_placeholder.-desktop {
    display: none;
  }
}
@media (min-width: 48em) {
  .c-responsive-image_placeholder.-mobile,
.c-responsive-picture_placeholder.-mobile {
    display: none;
  }
}

.c-team {
  padding-bottom: 5rem;
}
@media (min-width: 48em) {
  .c-team {
    padding-bottom: 8rem;
  }
}
@media (min-width: 48em) {
  .c-team_main {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 64em) {
  .c-team_main {
    padding-top: 5rem;
  }
}
.c-team_main h3 {
  margin-bottom: 3rem;
}
.c-team_main .c-responsive-picture {
  margin: 0 -2rem;
}
@media (min-width: 64em) {
  .c-team_main .c-responsive-picture {
    margin: 0;
  }
}
.c-team_main_text {
  text-align: center;
}
@media (min-width: 48em) {
  .c-team_main_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2rem;
  }
}
.c-team_main_text h4 {
  margin-top: 2rem;
}
@media (min-width: 48em) {
  .c-team_main_text h4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 1rem;
  }
}
@media (min-width: 64em) {
  .c-team_main_text h4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (min-width: 85em) {
  .c-team_main_text h4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
.c-team_main_text h4 strong {
  display: block;
}
.c-team_members {
  padding-top: 5rem;
}
.c-team_members h3 {
  margin-bottom: 3rem;
}
@media (min-width: 64em) {
  .c-team_members h3 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 48em) {
  .c-team_members_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -4rem -2rem 0 -2rem;
  }
}
.c-team_members_grid_item:not(:last-child) {
  margin-bottom: 4rem;
}
@media (min-width: 48em) {
  .c-team_members_grid_item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 48em) {
  .c-team_members_grid_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 2rem;
    margin-top: 4rem;
  }
}
@media (min-width: 64em) {
  .c-team_members_grid_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

.c-team-member_image .c-responsive-image {
  border-radius: 50%;
  max-width: 24rem;
  margin: 0 auto;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media (min-width: 48em) {
  .c-team-member_image .c-responsive-image {
    max-width: 26rem;
  }
}
@media (min-width: 64em) {
  .c-team-member_image .c-responsive-image {
    max-width: 30rem;
  }
}
.c-team-member_text {
  margin-top: 2rem;
}
@media (min-width: 48em) {
  .c-team-member_text {
    margin-top: 3rem;
  }
}
.c-team-member_text h4 {
  text-align: center;
}
.c-team-member_text h4 strong {
  display: block;
}

.c-testimonial {
  max-width: 37rem;
  margin: 0 auto;
  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;
}
.c-testimonial_image {
  position: relative;
  margin: 0 auto 3.6rem auto;
}
.c-testimonial_image .c-responsive-image {
  width: 24rem;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 64em) {
  .c-testimonial_image .c-responsive-image {
    width: 26rem;
  }
}
@media (min-width: 64em) {
  .c-testimonial_image .c-responsive-image {
    width: 30rem;
  }
}
.c-testimonial_image svg {
  width: 10rem;
  height: auto;
  position: absolute;
  top: 67%;
  right: -16%;
  mix-blend-mode: multiply;
}
@media (min-width: 64em) {
  .c-testimonial_image svg {
    width: 13rem;
  }
}
.c-testimonial_quote {
  margin-bottom: 2rem;
}
.c-testimonial_info {
  margin-top: auto;
}
@media (min-width: 85em) {
  .c-testimonial_info {
    padding: 0 3rem;
  }
}
.c-testimonial_info h4 {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.c-testimonial_info h4 strong {
  display: block;
}

.c-testimonials {
  -webkit-box-shadow: 0 1.4rem 0.7rem -0.7rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 1.4rem 0.7rem -0.7rem rgba(0, 0, 0, 0.25);
  position: relative;
}
.c-testimonials_inner {
  border-top: 1px solid var(--black);
  padding: 5rem 0;
  position: relative;
}
.c-testimonials_title {
  margin: 0 auto 2.4rem;
  text-align: center;
}
@media (min-width: 64em) {
  .c-testimonials_title {
    text-align: left;
    padding-right: 18rem;
    margin: 0 0 5rem;
  }
}

.swiper-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  right: 0;
  top: 0;
  margin-bottom: 5rem;
}
@media (min-width: 64em) {
  .swiper-controls {
    position: absolute;
    right: 0;
    top: 4rem;
    margin-bottom: 0;
  }
}
@media (min-width: 85em) {
  .swiper-controls {
    top: 4.5rem;
  }
}
.swiper-controls .swiper-pagination {
  font-size: 1.8rem;
  bottom: 0.6rem;
  font-weight: 700;
  color: var(--green);
}
@media (min-width: 48em) {
  .swiper-controls .swiper-pagination {
    bottom: 0.5rem;
  }
}
.swiper-controls .swiper-button-prev,
.swiper-controls .swiper-button-next {
  position: static;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  margin: 0 5rem 0 0;
  font-size: 4rem;
  font-weight: 900;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: var(--green);
}
@media (min-width: 48em) {
  .swiper-controls .swiper-button-prev,
.swiper-controls .swiper-button-next {
    font-size: 5.6rem;
  }
}
.swiper-controls .swiper-button-prev::after,
.swiper-controls .swiper-button-next::after {
  content: none;
}
.swiper-controls .swiper-button-next {
  margin: 0 0 0 5rem;
}

.c-text {
  padding: 6rem 0;
  margin: 0;
}
.c-text.space-none {
  margin-top: 0 !important;
}
.c-text.inset-shadow {
  -webkit-box-shadow: inset 0 1.4rem 0.7rem -0.7rem rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 1.4rem 0.7rem -0.7rem rgba(0, 0, 0, 0.25);
}
.c-text.bg-grey {
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1.4rem 0.7rem -0.7rem rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 1.4rem 0.7rem -0.7rem rgba(0, 0, 0, 0.25);
  margin: 0;
  padding: 6rem 0;
}
.c-text.bg-grey:last-child {
  margin-bottom: 0;
}
.c-text_inner {
  max-width: 100rem;
}
.c-text:first-child {
  margin-top: 5rem;
}
@media (min-width: 48em) {
  .c-text:first-child {
    margin-top: 8rem;
  }
}
@media (min-width: 85em) {
  .c-text:first-child {
    margin-top: 12rem;
  }
}
.c-text:last-child {
  margin-bottom: 5rem;
}
@media (min-width: 48em) {
  .c-text:last-child {
    margin-bottom: 8rem;
  }
}
@media (min-width: 85em) {
  .c-text:last-child {
    margin-bottom: 12rem;
  }
}
.c-text ul {
  padding: 0;
}
.c-text ul li {
  display: inline-block;
  position: relative;
  list-style-type: none;
  font-size: 2rem;
  line-height: 1.4;
  padding-left: 2rem;
}
.c-text ul li::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
}
.c-text ol {
  font-size: 2rem;
  line-height: 1.4;
  padding: 0 2rem;
}
.c-text .button-big {
  margin-top: 3rem;
  display: block;
  width: 100%;
  border: 0.2rem solid var(--grey);
  padding: 1rem 2rem;
  text-align: center;
  font-weight: 800;
  line-height: 1.2;
  font-size: 3.2rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.c-text .button-big:hover {
  color: var(--green);
  border: 0.2rem solid var(--green);
}

.c-text-box h1:not(:last-child) {
  margin-bottom: 5rem;
}
@media (min-width: 85em) {
  .c-text-box h1:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.c-text-box h1:not(:first-child) {
  margin-top: 6rem;
}
@media (min-width: 85em) {
  .c-text-box h1:not(:first-child) {
    margin-top: 4rem;
  }
}
.c-text-box h2:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (min-width: 85em) {
  .c-text-box h2:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.c-text-box h2:not(:first-child) {
  margin-top: 3.5rem;
}
@media (min-width: 85em) {
  .c-text-box h2:not(:first-child) {
    margin-top: 5rem;
  }
}
.c-text-box h3:not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 85em) {
  .c-text-box h3:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}
.c-text-box h3:not(:first-child) {
  margin-top: 3rem;
}
@media (min-width: 85em) {
  .c-text-box h3:not(:first-child) {
    margin-top: 4.2rem;
  }
}
.c-text-box h4:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 85em) {
  .c-text-box h4:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.c-text-box h4:not(:first-child) {
  margin-top: 2rem;
}
@media (min-width: 85em) {
  .c-text-box h4:not(:first-child) {
    margin-top: 3rem;
  }
}
.c-text-box a {
  font-weight: 700;
  text-decoration: underline;
}

.c-text-highlight_inner {
  max-width: 100rem;
  margin: 0 auto;
  padding: 5rem 0;
}
.c-text-highlight h2 {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--green)), color-stop(50%, var(--blue)), to(var(--blue)));
  background-image: -webkit-linear-gradient(left, var(--green) 0%, var(--blue) 50%, var(--blue) 100%);
  background-image: -o-linear-gradient(left, var(--green) 0%, var(--blue) 50%, var(--blue) 100%);
  background-image: linear-gradient(to right, var(--green) 0%, var(--blue) 50%, var(--blue) 100%);
  background-size: 100%;
  -webkit-background-clip: text;
          background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-align: center;
}
@media (max-width: 47.99em) {
  .c-text-highlight h2 br {
    display: none;
  }
}

.c-text-unfold-teaser {
  padding-top: 5rem;
  -webkit-box-shadow: inset 0 1.4rem 0.7rem -0.7rem rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 1.4rem 0.7rem -0.7rem rgba(0, 0, 0, 0.25);
  padding-bottom: 5rem;
}
@media (min-width: 48em) {
  .c-text-unfold-teaser {
    padding-bottom: 10rem;
  }
}
.c-text-unfold-teaser_header {
  margin-bottom: 5rem;
}
@media (min-width: 48em) {
  .c-text-unfold-teaser_header {
    margin-bottom: 8rem;
  }
}
.c-text-unfold-teaser_title {
  margin-bottom: 2.5rem;
}
.c-text-unfold-teaser_subtitle {
  max-width: 55rem;
  margin: 0 auto 4rem auto;
  text-align: center;
}
.c-text-unfold-teaser_text {
  max-width: 60rem;
  margin: auto;
  text-align: center;
}
@media (min-width: 85em) {
  .c-text-unfold-teaser_text {
    max-width: 68rem;
  }
}
@media (min-width: 48em) {
  .c-text-unfold-teaser_grid {
    padding: 0 5rem;
  }
}
@media (min-width: 64em) {
  .c-text-unfold-teaser_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1.6rem;
    padding: 0;
  }
}
@media (min-width: 85em) {
  .c-text-unfold-teaser_grid {
    margin: 0 -5rem;
  }
}
.c-text-unfold-teaser_grid_item:not(:last-child) {
  margin-bottom: 4rem;
}
@media (min-width: 64em) {
  .c-text-unfold-teaser_grid_item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 64em) {
  .c-text-unfold-teaser_grid_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 1.6rem;
  }
}
@media (min-width: 85em) {
  .c-text-unfold-teaser_grid_item {
    padding: 0 2.5rem;
  }
}
.c-text-unfold-teaser_box {
  position: relative;
}
.c-text-unfold-teaser_box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2rem);
  border: 1px solid var(--green);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.c-text-unfold-teaser_box_image {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 84%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 84%, 0% 100%);
  position: relative;
  z-index: 1;
}
.c-text-unfold-teaser_box_text > h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 64em) {
  .c-text-unfold-teaser_box_text > h3 {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
.c-text-unfold-teaser_box_text_more_inner {
  padding: 2rem 2rem 3rem 2rem;
}
@media (min-width: 85em) {
  .c-text-unfold-teaser_box_text_more_inner {
    padding: 4rem 2.5rem 6rem 2.5rem;
  }
}
.c-text-unfold-teaser_box_text_more_inner > p {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
@media (min-width: 85em) {
  .c-text-unfold-teaser_box_text_more_inner > p {
    font-size: 2.2rem;
  }
}
.c-text-unfold-teaser_box_text button {
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  background-color: var(--white);
  z-index: 1;
  padding: 0 5rem;
}
.c-text-unfold-teaser_box_text button span {
  display: block;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: -o-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, -o-transform 0.25s ease-in-out;
}
.c-text-unfold-teaser_box.is-active::after {
  opacity: 1;
}
.c-text-unfold-teaser_box.is-active .c-text-unfold-teaser_box_text button span {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-slider {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 10%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 10%);
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-slider {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 5%);
            clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 5%);
  }
}
.c-slider .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  background: transparent;
  border: 0.1rem solid white;
  opacity: 1;
}
.c-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
}
.c-slider .c-responsive-picture_placeholder.-mobile {
  padding-bottom: 177% !important;
}
@media (max-width: 767px) {
  .c-slider .swiper-slide .o-container {
    padding: 0;
  }
}

.c-sticky_menu {
  position: relative;
}
.c-sticky_menu--absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 2rem 0;
  -webkit-transition: background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  z-index: 2;
  background-color: transparent;
}
.c-sticky_menu--absolute.fixed {
  position: fixed;
  top: 9rem;
  -webkit-box-shadow: 0 0.7rem 0.7rem -0.7rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.7rem 0.7rem -0.7rem rgba(0, 0, 0, 0.2);
  border-top: 1px solid #eee;
  background-color: white;
}
@media (max-width: 767px) {
  .c-sticky_menu--absolute.fixed {
    top: 7rem;
  }
}
.c-sticky_menu--relative {
  position: relative;
  padding-top: 6.5rem;
}
.c-sticky_menu--banner {
  position: absolute;
  top: 2rem;
  right: 0;
}
@media (max-width: 1200px) {
  .c-sticky_menu--banner {
    display: none;
  }
}
.c-sticky_menu .c-responsive-image {
  width: 36.3rem;
}
.c-sticky_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1200px) {
  .c-sticky_menu ul {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .c-sticky_menu ul::-webkit-scrollbar {
    display: none;
  }
}
.c-sticky_menu ul li:not(:last-child) {
  margin-right: 5rem;
}
.c-sticky_menu ul li a {
  font-size: 1.8rem;
  color: var(--grey);
  position: relative;
  padding: 0.4rem 0;
}
@media (max-width: 1200px) {
  .c-sticky_menu ul li a {
    white-space: nowrap;
  }
}
.c-sticky_menu ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--grey);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.c-sticky_menu ul li.is-active a::after {
  opacity: 1;
}

.c-quote {
  padding-bottom: 6rem;
}

.c-quote_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-quote_box {
    -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;
  }
}
.c-quote_box--image {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-quote_box--image {
    width: 24rem;
    margin-bottom: 3rem;
  }
}
.c-quote_box--image .c-responsive-image {
  width: 30rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-quote_box--image .c-responsive-image {
    width: 24rem;
  }
}
.c-quote_box--image svg {
  height: auto;
  position: absolute;
  top: 67%;
  right: -16%;
  mix-blend-mode: multiply;
  width: 13rem;
}
@media screen and (max-width: 767px) {
  .c-quote_box--image svg {
    width: 10rem;
  }
}
.c-quote_box--content {
  padding-left: 8rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-quote_box--content {
    padding-left: 0;
  }
}
.c-quote_box--content blockquote {
  margin-bottom: 2rem;
}
.c-quote_box--content h4 strong {
  display: block;
}

.c-jury {
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1.4rem 0.7rem -0.7rem rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 1.4rem 0.7rem -0.7rem rgba(0, 0, 0, 0.25);
  margin: 0;
  padding: 6rem 0;
}

.c-jury_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-jury_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .c-jury_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-jury_grid--item {
  text-align: center;
}
.c-jury_grid--item .c-responsive-image {
  width: 68%;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.c-jury_grid--item h4 {
  margin-top: 2rem;
}
.c-jury_grid--item h4 strong {
  display: block;
}
.c-jury_grid--item_caption {
  font-size: 1.4rem;
}

.c-form_title {
  font-weight: 800;
  line-height: 1.2;
  font-size: 3.2rem;
  margin: 1rem 0;
  margin-top: 3rem;
}
.c-form input {
  border: 0.1rem solid var(--grey);
  padding: 2rem;
}
.c-form input.wpcf7-not-valid {
  border: 0.1rem solid #dc3232;
}
.c-form textarea {
  border: 0.1rem solid var(--grey);
  padding: 2rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.c-form textarea.wpcf7-not-valid {
  border: 0.1rem solid #dc3232;
}
.c-form_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .c-form_row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-form label {
  display: block;
  width: 100%;
}
.c-form label span {
  display: block;
  margin-bottom: 1rem;
}
.c-form .wpcf7-not-valid-tip {
  display: none;
}
.c-form .grid_2-1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
.c-form .grid_1-2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
.c-form .c-form_actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem 0;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .c-form .c-form_actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-form .c-form_actions label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .c-form .c-form_actions .c-form_add {
    margin-bottom: 1.5rem;
  }
}
.c-form .c-form_actions .c-form_plus {
  font-size: 4rem;
  line-height: 2rem;
  margin-right: 2rem;
  border: 0.1rem solid var(--grey);
  border-radius: 0.6rem;
  padding: 0.5rem;
  margin-bottom: 0;
}
.c-form .c-form_actions .c-form_minus {
  font-size: 4rem;
  line-height: 2rem;
  margin-right: 2rem;
  border: 0.1rem solid var(--grey);
  border-radius: 0.6rem;
  padding: 0.5rem;
  margin-bottom: 0;
}
.c-form input[type=checkbox] {
  width: auto;
  margin-right: 2rem;
}
.c-form .wpcf7-checkbox,
.c-form .wpcf7-acceptance {
  display: block;
  margin-top: 2rem;
}
.c-form .wpcf7-checkbox span.wpcf7-list-item,
.c-form .wpcf7-acceptance span.wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-bottom: 2rem;
}
.c-form .wpcf7-checkbox span.wpcf7-list-item label,
.c-form .wpcf7-acceptance span.wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 4rem;
}
.c-form .wpcf7-checkbox span.wpcf7-list-item label .wpcf7-list-item-label:before,
.c-form .wpcf7-acceptance span.wpcf7-list-item label .wpcf7-list-item-label:before {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  background-color: transparent;
  border: 0.1rem solid var(--grey);
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.c-form .wpcf7-checkbox span.wpcf7-list-item label .wpcf7-list-item-label:after,
.c-form .wpcf7-acceptance span.wpcf7-list-item label .wpcf7-list-item-label:after {
  left: 0.8rem;
  top: 0.8rem;
  width: 0.8rem;
  height: 1.3rem;
  border: solid white;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
.c-form .wpcf7-checkbox span.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before,
.c-form .wpcf7-acceptance span.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
  background-color: var(--green);
  border: 0.1rem solid var(--green);
}
.c-form .wpcf7-checkbox span.wpcf7-list-item label:hover .wpcf7-list-item-label:before,
.c-form .wpcf7-acceptance span.wpcf7-list-item label:hover .wpcf7-list-item-label:before {
  border: 0.1rem solid var(--green);
}
.c-form .wpcf7-checkbox input,
.c-form .wpcf7-acceptance input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.hidden {
  display: none;
}

.c-form .c-form_actions label.hidden {
  display: none;
}

.codedropz-upload-inner h3,
.codedropz-upload-inner span {
  display: none;
}

/* Form Footer */
.c-form_footer {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
}
@media (max-width: 767px) {
  .c-form_footer {
    display: block;
  }
}

.c-form_submit {
  margin-top: 2rem;
}
.c-form_submit input[type=submit] {
  width: auto;
  margin-left: auto;
  border-radius: 1.2rem;
  padding: 1.5rem 4rem;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.2;
  font-size: 3.2rem;
}
.c-form_submit input[type=submit]:hover {
  color: var(--green);
  border: 0.1rem solid var(--green);
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 767px) {
  .c-form_submit input[type=submit] {
    margin-left: 0;
  }
}

/* Form Upload */
.c-form_upload {
  margin: 4rem 0;
}
@media (max-width: 767px) {
  .c-form_upload {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-form_upload .wpcf7-form-control-wrap {
  display: block;
  margin: 2rem 0;
}
.c-form_upload .dnd-upload-image {
  display: none;
}
.c-form_upload .dnd-upload-details {
  width: 100%;
}
.c-form_upload .dnd-upload-status .dnd-upload-details .name {
  padding-right: 2rem;
}
.c-form_upload .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  background-color: var(--green);
}
.c-form_upload .dnd-upload-status .dnd-upload-details .name {
  color: black;
}

.wpcf7 form .wpcf7-response-output {
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  border: 0;
  margin-top: 3rem;
  text-align: center;
}

.invalid .wpcf7-response-output {
  color: #dc3232;
  font-size: 2rem;
}

.sent .wpcf7-response-output {
  color: var(--green);
  font-size: 3.2rem;
}

.c-form .wpcf7-checkbox.wpcf7-not-valid span.wpcf7-list-item label .wpcf7-list-item-label:before,
.c-form .wpcf7-acceptance.wpcf7-not-valid span.wpcf7-list-item label .wpcf7-list-item-label:before {
  border: 0.1rem solid #dc3232;
}

.u-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.u-justify-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

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

.u-align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.u-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

.u-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.u-fixed {
  position: fixed;
}
