/*** uncss> filename: C:/Users/daniel/Documents/GitHub/bythenumbers/static/assets/css/main-4267957eab1578e39106.css ***/
/*! normalize.css v8.0.0 | 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;
}

/**
 * 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 {
  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.
 */

/* 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.
 */

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/**
 * Add the correct font size in all browsers.
 */

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

/* 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 {
  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 { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

/**
 * 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.
 */

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

/**
 * 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.
 */

/*
 * Add the correct display in all browsers.
 */

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

/**
 * Add the correct display in IE 10.
 */
.u-color--dark {
  color: #000;
}
.u-fill--dark {
  fill: #000;
}
.u-stroke--dark {
  stroke: #000;
}
.u-color--light {
  color: #fff;
}
.u-fill--light {
  fill: #fff;
}
.u-stroke--light {
  stroke: #fff;
}
.u-color--black {
  color: #000;
}
.u-fill--black {
  fill: #000;
}
.u-stroke--black {
  stroke: #000;
}
.u-color--white {
  color: #fff;
}
.u-fill--white {
  fill: #fff;
}
.u-stroke--white {
  stroke: #fff;
}
.u-color--dark-grey {
  color: #414141;
}
.u-fill--dark-grey {
  fill: #414141;
}
.u-stroke--dark-grey {
  stroke: #414141;
}
.u-color--green {
  color: #488e30;
}
.u-fill--green {
  fill: #488e30;
}
.u-stroke--green {
  stroke: #488e30;
}
.u-color--purple {
  color: #8164ce;
}
.u-fill--purple {
  fill: #8164ce;
}
.u-stroke--purple {
  stroke: #8164ce;
}
.c-btn,
.c-more-btn,
.c-btn--menu,
.c-btn--lang {
  background: none;
  border: none;
  padding: 0;
  -webkit-appearance: none !important;
}
.c-btn,
.c-more-btn,
.c-btn--menu,
.c-btn--lang {
  color: inherit;
  cursor: pointer;
}
.c-btn:hover,
.c-more-btn:hover,
.c-btn--menu:hover,
.c-btn--lang:hover {
  text-decoration: none;
}
.c-btn:active,
.c-more-btn:active,
.c-btn--menu:active,
.c-btn--lang:active {
  outline: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  overflow: hidden;
}
body {
  font-family: "SegoeUI";
  font-size: 16;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: ;
  background: ;
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}
img {
  -ms-interpolation-mode: bicubic;
}
h1,
h2,
h3,
h5,
h6,
p {
  margin: 0;
}
a {
  text-decoration: none;
}
@font-face {
  font-family: 'SegoeUI';
  src: url("../fonts/segoe-regular.eot");
  src: url("../fonts/segoe-regular.eot?#iefix") format('embedded-opentype'), url("../fonts/segoe-regular.woff2") format('woff2'), url("../fonts/segoe-regular.woff") format('woff'), url("../fonts/segoe-regular.ttf") format('truetype'), url("../fonts/segoe-regular.svg#segoe-regular") format('svg');
  font-weight: normal;
}
@font-face {
  font-family: 'SegoeUI';
  src: url("../fonts/segoe-semilight.eot");
  src: url("../fonts/segoe-semilight.eot?#iefix") format('embedded-opentype'), url("../fonts/segoe-semilight.woff2") format('woff2'), url("../fonts/segoe-semilight.woff") format('woff'), url("../fonts/segoe-semilight.ttf") format('truetype'), url("../fonts/segoe-semilight.svg#segoe-semilight") format('svg');
  font-weight: 100;
}
@font-face {
  font-family: 'SegoeUI';
  src: url("../fonts/segoe-semibold.eot");
  src: url("../fonts/segoe-semibold.eot?#iefix") format('embedded-opentype'), url("../fonts/segoe-semibold.woff2") format('woff2'), url("../fonts/segoe-semibold.woff") format('woff'), url("../fonts/segoe-semibold.ttf") format('truetype'), url("../fonts/segoe-semibold.svg#segoe-semibold") format('svg');
  font-weight: 400;
  text-transform: uppercase;
}
@font-face {
  font-family: 'DIN Pro';
  src: url("../fonts/36DB64_0_0.eot");
  src: url("../fonts/36DB64_0_0.eot?#iefix") format('embedded-opentype'), url("../fonts/36DB64_0_0.woff2") format('woff2'), url("../fonts/36DB64_0_0.woff") format('woff'), url("../fonts/36DB64_0_0.ttf") format('truetype'), url("../fonts/36DB64_0_0.svg#36DB64_0_0") format('svg');
  font-weight: 400;
  text-transform: uppercase;
}
.c-anim,
.c-anim--slide-y,
.c-anim--slide-x,
.c-anim--fade,
.c-panel--from-left,
.c-panel--from-right,
.c-panel--from-top,
.c-panel--from-bottom {
  will-change: transform;
}
.c-anim--slide-y {
  will-change: opacity, transform;
  opacity: 0;
  transform: translateY(10vh) translateZ(0);
}
.is-next .c-anim--slide-y {
  transform: translateY(10vh) translateZ(0);
  transition: all 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.is-active .c-anim--slide-y {
  transform: translateY(0px) translateZ(0);
  transition: all 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
  opacity: 1;
}
.is-prev .c-anim--slide-y {
  transform: translateY(-10vh) translateZ(0);
  transition: all 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-anim--slide-x {
  will-change: opacity, transform;
  opacity: 0;
  transform: translateX(10vw) translateZ(0);
}
.is-next .c-anim--slide-x {
  transform: translateX(-10vw) translateZ(0);
  transition: all 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.is-active .c-anim--slide-x {
  transform: translateX(0px) translateZ(0);
  transition: all 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
  opacity: 1;
}
.is-prev .c-anim--slide-x {
  transform: translateX(10vw) translateZ(0);
  transition: all 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-anim--fade {
  will-change: opacity;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.is-active .c-anim--fade {
  opacity: 1;
}
.c-anim--0,
.is-active .c-anim--0 {
  transition-delay: 0.3s;
}
.is-next .c-anim--0,
.is-prev .c-anim--0 {
  transition-delay: 0s;
}
.c-anim--1,
.is-active .c-anim--1 {
  transition-delay: 0.37s;
}
.is-next .c-anim--1,
.is-prev .c-anim--1 {
  transition-delay: 0.07s;
}
.c-anim--2,
.is-active .c-anim--2 {
  transition-delay: 0.44s;
}
.is-next .c-anim--2,
.is-prev .c-anim--2 {
  transition-delay: 0.14s;
}
.c-anim--3,
.is-active .c-anim--3 {
  transition-delay: 0.51s;
}
.is-next .c-anim--3,
.is-prev .c-anim--3 {
  transition-delay: 0.21s;
}
.c-anim--4,
.is-active .c-anim--4 {
  transition-delay: 0.58s;
}
.is-next .c-anim--4,
.is-prev .c-anim--4 {
  transition-delay: 0.28s;
}
.c-anim--5,
.is-active .c-anim--5 {
  transition-delay: 0.65s;
}
.is-next .c-anim--5,
.is-prev .c-anim--5 {
  transition-delay: 0.35s;
}
.c-anim--6,
.is-active .c-anim--6 {
  transition-delay: 0.72s;
}
.is-next .c-anim--6,
.is-prev .c-anim--6 {
  transition-delay: 0.42s;
}
.c-anim--7,
.is-active .c-anim--7 {
  transition-delay: 0.79s;
}
.is-next .c-anim--7,
.is-prev .c-anim--7 {
  transition-delay: 0.49s;
}
.c-anim--8,
.is-active .c-anim--8 {
  transition-delay: 0.86s;
}
.is-next .c-anim--8,
.is-prev .c-anim--8 {
  transition-delay: 0.56s;
}
.c-anim--9,
.is-active .c-anim--9 {
  transition-delay: 0.93s;
}
.is-next .c-anim--9,
.is-prev .c-anim--9 {
  transition-delay: 0.63s;
}
.c-anim--10,
.is-active .c-anim--10 {
  transition-delay: 1s;
}
.is-next .c-anim--10,
.is-prev .c-anim--10 {
  transition-delay: 0.7s;
}
.c-anim--11,
.is-active .c-anim--11 {
  transition-delay: 1.07s;
}
.is-next .c-anim--11,
.is-prev .c-anim--11 {
  transition-delay: 0.77s;
}
.c-anim--12,
.is-active .c-anim--12 {
  transition-delay: 1.14s;
}
.is-next .c-anim--12,
.is-prev .c-anim--12 {
  transition-delay: 0.84s;
}
.c-anim--13,
.is-active .c-anim--13 {
  transition-delay: 1.21s;
}
.is-next .c-anim--13,
.is-prev .c-anim--13 {
  transition-delay: 0.91s;
}
.c-anim--14,
.is-active .c-anim--14 {
  transition-delay: 1.28s;
}
.is-next .c-anim--14,
.is-prev .c-anim--14 {
  transition-delay: 0.98s;
}
.c-anim--15,
.is-active .c-anim--15 {
  transition-delay: 1.35s;
}
.is-next .c-anim--15,
.is-prev .c-anim--15 {
  transition-delay: 1.05s;
}
.c-anim--16,
.is-active .c-anim--16 {
  transition-delay: 1.42s;
}
.is-next .c-anim--16,
.is-prev .c-anim--16 {
  transition-delay: 1.12s;
}
.c-anim--17,
.is-active .c-anim--17 {
  transition-delay: 1.49s;
}
.is-next .c-anim--17,
.is-prev .c-anim--17 {
  transition-delay: 1.19s;
}
.c-anim--18,
.is-active .c-anim--18 {
  transition-delay: 1.56s;
}
.is-next .c-anim--18,
.is-prev .c-anim--18 {
  transition-delay: 1.26s;
}
.c-anim--19,
.is-active .c-anim--19 {
  transition-delay: 1.63s;
}
.is-next .c-anim--19,
.is-prev .c-anim--19 {
  transition-delay: 1.33s;
}
.c-anim--20,
.is-active .c-anim--20 {
  transition-delay: 1.7s;
}
.is-next .c-anim--20,
.is-prev .c-anim--20 {
  transition-delay: 1.4s;
}
.c-btn,
.c-more-btn,
.c-btn--menu,
.c-btn--lang {
  text-decoration: none;
}
.c-more-btn {
  direction: ltr;
}
.c-more-btn span {
  opacity: 0.6;
  font-size: calc(10px + (14 - 10) * (100vw - 320px) / (1920 - 320));
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #424242;
  opacity: 0.6;
  transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-more-btn:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/more.png") 0 0;
  background-color: rgba(0,0,0,0.5);
  background-size: 20px 20px;
  border-radius: 100px;
  transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-more-btn:hover:after {
  background-color: #414141;
  transform: scale(1.1) translateZ(0);
}
.is-dark .c-more-btn span {
  color: #c3c3c3;
  opacity: 1;
}
.is-dark .c-more-btn:after {
  background-color: rgba(255,255,255,0.4);
  background-image: url("../images/more-dark.png");
}
.c-more-btn.is-down:after {
  background-image: url("../images/more-down.png");
}
.c-more-btn.is-grey:after {
  background-image: url("../images/more-grey.png");
}
.c-btn--menu {
  width: 20px;
  text-align: right;
  position: relative;
  outline: none !important;
}
.c-btn--menu span {
  display: inline-block;
  width: 20px;
  height: 2px;
  transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  transform-origin: 100% 100%;
  transform: translateY(-6%);
}
.is-dark .c-btn--menu span {
  background-color: #9b9b9b;
}
.is-light .c-btn--menu span {
  background-color: #7a7a7a;
}
.is-dark .c-btn--menu:hover span {
  background-color: #fff;
}
.is-light .c-btn--menu:hover span {
  background-color: #000;
}
.c-btn--menu span:nth-child(1) {
  transform: scaleX(0.5);
}
.c-btn--menu span:nth-child(2) {
  margin: 7px 0px;
}
.c-btn--menu:hover span:nth-child(1) {
  transform: scaleX(1);
}
.c-btn--menu.is-closed span:nth-child(1) {
  transform: rotate(-45deg) translateY(3px);
  background: #fafafa !important;
}
.c-btn--menu.is-closed span:nth-child(2) {
  background: #fafafa !important;
  transform: scaleX(0);
}
.c-btn--menu.is-closed span:nth-child(3) {
  transform: rotate(45deg) translate(-0.5px, -2px);
  background: #fafafa !important;
}
.c-scroll-btn {
  height: 60px;
  width: 60px;
  display: inline-block;
  background: #252327;
  border-radius: 100px;
  margin-bottom: 20px;
  border: none !important;
  position: relative;
}
.c-scroll-btn svg {
  width: 26px;
  fill: #86878a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.is-light .c-scroll-btn {
  height: 60px;
  width: 60px;
  display: inline-block;
  border-radius: 100px;
  background: #636366;
}
.is-light .c-scroll-btn svg {
  fill: #fff;
}
.c-scroll-btn:hover {
  background: #636366;
}
.c-scroll-btn:hover svg {
  fill: #fff;
}
.is-light .c-scroll-btn:hover {
  background: #252327;
}
.is-light .c-scroll-btn:hover svg {
  fill: #fff;
}
.c-lang-selector {
  position: relative;
  margin-right: 10px;
}
.c-lang-selector .c-lang-selector__icon {
  height: 30px;
  width: 30px;
  display: inline-block;
  border-radius: 100px;
  z-index: 2;
  padding: 5px;
  position: relative;
}
.c-lang-selector .c-lang-selector__icon svg {
  fill: #a3a3a5;
}
.c-lang-selector .c-lang-selector__list {
  transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  white-space: nowrap;
  border-radius: 100px;
  border: solid 1px #a3a3a5;
  padding-top: 7px;
  height: 100%;
  padding-right: 30px;
  padding-left: 10px;
  opacity: 0;
}
.c-lang-selector:hover .c-lang-selector__list {
  opacity: 1;
}
.c-btn--lang {
  display: inline-block;
  border-radius: 100px;
  border: none !important;
  position: relative;
  color: #a3a3a5;
  background: transparent;
  font-size: 12px;
  margin-right: 10px;
}
.has-js .c-frame.is-active .c-frame__border {
  transform: translateZ(0);
}
.has-js .c-frame.is-active .c-frame__background {
  transition: none;
  -ms-transition: none;
  opacity: 1;
}
.c-header {
  width: 100%;
}
.c-h1 {
  font-family: 'SegoeUI', Times;
  font-weight: 600;
  font-size: calc(50px + (155 - 50) * (100vw - 320px) / (1920 - 320));
  line-height: 1;
  font-weight: bold;
}
.c-h2 {
  font-family: 'DIN Pro', Times;
  font-size: calc(50px + (125 - 50) * (100vw - 320px) / (1920 - 320));
  line-height: 1;
  font-weight: 100;
  left: -0.05em;
  position: relative;
}
.c-h4 {
  font-family: 'SegoeUI', Times;
  font-size: calc(16px + (40 - 16) * (100vw - 320px) / (1920 - 320));
  line-height: 1.2;
  font-weight: 100;
}
.c-h5 {
  font-family: 'SegoeUI', Times;
  font-size: calc(22px + (26 - 22) * (100vw - 320px) / (1920 - 320));
  line-height: 1;
  font-weight: 100;
}
.c-h6 {
  font-family: 'SegoeUI', Times;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  line-height: 1;
  font-weight: 100;
}
.c-link {
  text-decoration: none;
  color: inherit;
}
.c-link--social svg {
  height: 18px;
  transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.is-dark .c-link--social svg {
  fill: #a3a3a5;
}
.is-light .c-link--social svg {
  fill: #777;
}
.is-dark .c-link--social:hover svg {
  fill: #fff;
}
.is-light .c-link--social:hover svg {
  fill: #000;
}
.is-dark .c-link--nav {
  color: #fff;
}
.is-dark .c-link--nav .c-link--nav__line {
  background: #fff;
}
.c-link--nav.is-active .c-link--nav__line {
  opacity: 1;
  transform: scaleX(1) scaleY(1) translateZ(0);
}
.c-link--nav.is-active .c-link--nav__number {
  transition: transform 0.7s 0.2s cubic-bezier(0.49, 0.01, 0.27, 1), opacity 0.7s 0.2s cubic-bezier(0.49, 0.01, 0.27, 1);
}
.c-link--nav.is-active .c-link--nav__number {
  transform: translateZ(0);
  opacity: 1;
}
.c-link--nav.is-active .c-link--nav__label {
  transition: transform 0.7s 0.2s cubic-bezier(0.49, 0.01, 0.27, 1), opacity 0.7s 0.2s cubic-bezier(0.49, 0.01, 0.27, 1);
}
.is-labeled .c-link--nav.is-active .c-link--nav__label {
  opacity: 1;
  transform: translateY(-50%) translateZ(0);
}
.c-loader.is-active {
  opacity: 0;
}
.no-js .c-loader {
  display: none;
}
.c-logo {
  height: 20px;
}
.c-logo--mobile {
  width: 25px;
  height: 25px;
}
.no-js .c-main {
  position: static !important;
}
.c-overlay {
  transition: opacity 1.2s cubic-bezier(0.43, 0.195, 0.02, 1), visibility 0s 1.2s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.c-overlay.is-active,
.c-overlay.is-overlay-active {
  transition: opacity 1.2s cubic-bezier(0.43, 0.195, 0.02, 1), visibility 0s 0s;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.c-text--xl {
  font-family: 'SegoeUI', sans-serif;
  font-size: calc(13px + (26 - 13) * (100vw - 320px) / (1920 - 320));
  font-weight: 100;
  line-height: 1.2;
}
.c-text--lg {
  font-family: 'SegoeUI', sans-serif;
  font-size: calc(12px + (20 - 12) * (100vw - 320px) / (1920 - 320));
  font-weight: 100;
  line-height: 1.5;
}
.c-text--md {
  font-family: 'SegoeUI', sans-serif;
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  font-weight: 200;
  line-height: 1.2;
}
.c-text--sm {
  font-family: 'SegoeUI', sans-serif;
  font-size: calc(10px + (14 - 10) * (100vw - 320px) / (1920 - 320));
  font-weight: normal;
  line-height: 1;
}
.no-js #fake-scroll {
  display: none;
}
.c-panel--from-left {
  will-change: opacity, transform;
  opacity: 0;
  transform: translateX(-100%) translateZ(0);
  transition: all 1.2s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.is-active .c-panel--from-left {
  transform: translateX(0px) translateZ(0);
  opacity: 1;
}
.c-panel--from-right {
  will-change: opacity, transform;
  opacity: 0;
  transform: translateX(100%) translateZ(0);
  transition: all 0.8s 1.2s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.is-active .c-panel--from-right {
  transform: translateX(0px) translateZ(0);
  opacity: 1;
}
.c-panel--from-top {
  will-change: opacity, transform;
  opacity: 0;
  transform: translateY(-100%) translateZ(0);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.is-active .c-panel--from-top {
  transform: translateX(0px) translateZ(0);
  opacity: 1;
}
.c-panel--from-bottom {
  will-change: opacity, transform;
  opacity: 0;
  transform: translateY(100%) translateZ(0);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.is-active .c-panel--from-bottom {
  transform: translateX(0px) translateZ(0);
  opacity: 1;
}
.is-active .c-panel--0 {
  transition-delay: 0s;
}
.c-panel--1,
.is-active .c-panel--1 {
  transition-delay: 0.3s;
}
.c-panel--2,
.is-active .c-panel--2 {
  transition-delay: 0.6s;
}
.c-panel--3,
.is-active .c-panel--3 {
  transition-delay: 0.9s;
}
.is-active .c-panel--4 {
  transition-delay: 1.2s;
}
.is-active .c-panel--5 {
  transition-delay: 1.5s;
}
.is-hidden,
.is-hidden * {
  visibility: hidden !important;
  transform: none !important;
  opacity: 0 !important;
  transition: none !important;
}
.c-icon {
  width: 67px;
  height: 67px;
  position: relative;
}
@media all and (max-width: 767px) {
  .c-icon {
    width: 46px;
    height: 46px;
  }
}
.c-icon:before {
  border-radius: 100px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0) translateZ(0);
  transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-icon svg {
  position: relative;
  stroke: #686868;
}
.c-icon.is-red svg,
.c-icon.is-dark-green svg {
  stroke: #353535;
}
.c-icon.is-green:before {
  background-color: #62c743;
}
.c-icon.is-purple:before {
  background-color: #8164ce;
}
.c-icon.is-red:before {
  background-color: #c65253;
}
.c-icon.is-dark-green:before {
  background-color: #60ab8d;
}
.c-icon.is-active:before {
  transform: scale(1) translateZ(0);
}
.c-icon.is-active svg {
  stroke: #fff;
}
.c-target {
  background: none;
  border: none;
  padding: 0;
  -webkit-appearance: none !important;
  width: 44px;
  height: 44px;
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
  opacity: 0;
}
.is-active .c-target {
  opacity: 1;
}
.c-target span {
  border-radius: 100px;
  display: block;
  position: absolute;
  opacity: 0;
}
.c-target span:nth-child(1) {
  width: 6px;
  height: 6px;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -3px;
  background: #9d0a4c;
  opacity: 1;
}
.c-target span:nth-child(2) {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: solid 1px #9d0a4c;
  animation: wave 3s infinite;
}
.c-target span:nth-child(3) {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: solid 1px #9d0a4c;
  animation: wave 3s infinite;
  animation-delay: 0.75s;
}
.c-target span:nth-child(4) {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: solid 1px #9d0a4c;
  animation: wave 3s infinite;
  animation-delay: 1.5s;
}
.c-banner {
  transition: all 1s 0.1s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-footer {
  font-size: calc(8px + (16 - 8) * (100vw - 320px) / (1920 - 320));
  line-height: 1;
  color: #fff;
  letter-spacing: 0.01em;
  font-weight: 200;
}
.c-footer a,
.c-footer span,
.c-footer li {
  display: inline-block;
  color: #fff;
}
.c-footer li {
  margin-right: 10px;
}
.c-menu-number {
  color: #5b5b5c;
  font-weight: bold;
  line-height: 0.9;
  font-size: 15vw;
}
@media all and (max-width: 767px) {
  .c-menu-number {
    line-height: 1.3;
    font-size: 22vw;
  }
}
.c-menu-number__text {
  color: #3d3d3e;
  left: 100%;
  top: 50%;
  transform: translateY(-50%) translateZ(0);
}
.c-section {
  will-change: transform;
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-section.is-section-prev {
  transform: translateY(-100%) translateZ(0);
}
.c-section.is-section-next {
  transform: translateY(100%) translateZ(0);
}
.c-section.is-section-active {
  transform: translateZ(0);
  transition: all 1s cubic-bezier(0.43, 0.195, 0.02, 1);
}
.c-section.has-no-transition {
  transition: none;
}
@keyframes wave {
  from {
    transform: scale(0.1) translateZ(0);
    opacity: 1;
  }
  to {
    transform: scale(2) translateZ(0);
    opacity: 0;
  }
}
.o-list--none {
  list-style: none;
  margin: 0;
  padding: 0;
}
.o-wrapper--valign,
.u-vacuum {
  font-size: 0;
}
.o-wrapper--valign:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.o-wrapper--valign.is-bottom:after {
  vertical-align: bottom;
}
.o-wrapper--valign.is-top:after {
  vertical-align: top;
}
.u-h1of2 {
  height: 50%;
}
.u-vh1of2 {
  height: 50vh;
}
.u-vw5of10 {
  width: 50vw;
}
.u-vh5of10 {
  height: 50vh;
}
.u-w10of10 {
  width: 100%;
}
.u-vh10of10 {
  height: 100vh;
}
.u-pad-x-vw1of15 {
  padding-left: 6.666666666666667vw;
  padding-right: 6.666666666666667vw;
}
.u-offset-l-w1of15 {
  left: 6.666666666666667%;
}
.u-offset-l-w2of15 {
  left: 13.333333333333334%;
}
.u-offset-l-w3of15 {
  left: 20%;
}
.u-offset-l-w4of15 {
  left: 26.666666666666668%;
}
.u-offset-l-w5of15 {
  left: 33.333333333333336%;
}
.u-offset-l-w6of15 {
  left: 40%;
}
.u-offset-l-w7of15 {
  left: 46.66666666666667%;
}
.u-offset-l-w8of15 {
  left: 53.333333333333336%;
}
.u-offset-l-w9of15 {
  left: 60%;
}
.u-offset-l-w10of15 {
  left: 66.66666666666667%;
}
.u-offset-l-w11of15 {
  left: 73.33333333333334%;
}
.u-offset-l-w12of15 {
  left: 80%;
}
.u-offset-l-w13of15 {
  left: 86.66666666666667%;
}
.u-offset-l-w14of15 {
  left: 93.33333333333334%;
}
.u-pad-l-vw1of16 {
  padding-left: 6.25vw;
}
.u-pad-r-vw1of16 {
  padding-right: 6.25vw;
}
.u-pad-x-vw1of16 {
  padding-left: 6.25vw;
  padding-right: 6.25vw;
}
.u-offset-l-w1of16 {
  left: 6.25%;
}
.u-offset-l-w2of16 {
  left: 12.5%;
}
.u-vw3of16 {
  width: 18.75vw;
}
.u-pad-l-vw3of16 {
  padding-left: 18.75vw;
}
.u-offset-l-w3of16 {
  left: 18.75%;
}
.u-vw4of16 {
  width: 25vw;
}
.u-offset-l-w4of16 {
  left: 25%;
}
.u-vw5of16 {
  width: 31.25vw;
}
.u-offset-l-w5of16 {
  left: 31.25%;
}
.u-vw6of16 {
  width: 37.5vw;
}
.u-marg-l-vw6of16 {
  margin-left: 37.5vw;
}
.u-offset-l-w6of16 {
  left: 37.5%;
}
.u-vw7of16 {
  width: 43.75vw;
}
.u-offset-l-w7of16 {
  left: 43.75%;
}
.u-vw8of16 {
  width: 50vw;
}
.u-offset-l-w8of16 {
  left: 50%;
}
.u-vw9of16 {
  width: 56.25vw;
}
.u-offset-l-w9of16 {
  left: 56.25%;
}
.u-offset-l-w10of16 {
  left: 62.5%;
}
.u-vw11of16 {
  width: 68.75vw;
}
.u-offset-l-w11of16 {
  left: 68.75%;
}
.u-offset-l-w12of16 {
  left: 75%;
}
.u-offset-l-w13of16 {
  left: 81.25%;
}
.u-offset-l-w14of16 {
  left: 87.5%;
}
.u-offset-l-w15of16 {
  left: 93.75%;
}
.u-vw1of18 {
  width: 5.555555555555555vw;
}
.u-marg-t-vh1of18 {
  margin-top: 5.555555555555555vh;
}
.u-marg-b-vh1of18 {
  margin-bottom: 5.555555555555555vh;
}
.u-offset-t-vh1of18 {
  top: 5.555555555555555vh;
}
.u-vh2of18 {
  height: 11.11111111111111vh;
}
.u-pad-b-vh2of18 {
  padding-bottom: 11.11111111111111vh;
}
.u-pad-y-vh2of18 {
  padding-top: 11.11111111111111vh;
  padding-bottom: 11.11111111111111vh;
}
.u-offset-t-vh2of18 {
  top: 11.11111111111111vh;
}
.u-pad-b-vh3of18 {
  padding-bottom: 16.666666666666664vh;
}
.u-offset-t-vh3of18 {
  top: 16.666666666666664vh;
}
.u-pad-b-vh4of18 {
  padding-bottom: 22.22222222222222vh;
}
.u-offset-t-vh4of18 {
  top: 22.22222222222222vh;
}
.u-offset-t-vh5of18 {
  top: 27.77777777777778vh;
}
.u-offset-t-vh6of18 {
  top: 33.33333333333333vh;
}
.u-vw7of18 {
  width: 38.888888888888886vw;
}
.u-vh7of18 {
  height: 38.888888888888886vh;
}
.u-offset-t-vh7of18 {
  top: 38.888888888888886vh;
}
.u-offset-t-vh8of18 {
  top: 44.44444444444444vh;
}
.u-vh9of18 {
  height: 50vh;
}
.u-offset-t-vh9of18 {
  top: 50vh;
}
.u-offset-t-vh10of18 {
  top: 55.55555555555556vh;
}
.u-offset-t-vh11of18 {
  top: 61.11111111111111vh;
}
.u-offset-t-vh12of18 {
  top: 66.66666666666666vh;
}
.u-offset-t-vh13of18 {
  top: 72.22222222222221vh;
}
.u-offset-t-vh14of18 {
  top: 77.77777777777777vh;
}
.u-offset-t-vh15of18 {
  top: 83.33333333333333vh;
}
.u-offset-t-vh16of18 {
  top: 88.88888888888889vh;
}
.u-offset-t-vh17of18 {
  top: 94.44444444444444vh;
}
.u-offset-t-vh18of18 {
  top: 100vh;
}
.u-marg-r-vw1of32 {
  margin-right: 3.125vw;
}
.u-pad-x-vw1of32 {
  padding-left: 3.125vw;
  padding-right: 3.125vw;
}
.u-offset-l-w1of32 {
  left: 3.125%;
}
.u-marg-r-vw3of32 {
  margin-right: 9.375vw;
}
.u-pad-l-vw3of32 {
  padding-left: 9.375vw;
}
.u-pad-r-vw3of32 {
  padding-right: 9.375vw;
}
.u-pad-x-vw3of32 {
  padding-left: 9.375vw;
  padding-right: 9.375vw;
}
.u-vw7of32 {
  width: 21.875vw;
}
.u-vw9of32 {
  width: 28.125vw;
}
.u-marg-t-vh9of32 {
  margin-top: 28.125vh;
}
.u-vw10of32 {
  width: 31.25vw;
}
.u-vw13of32 {
  width: 40.625vw;
}
.u-marg-l-vw13of32 {
  margin-left: 40.625vw;
}
.u-vw14of32 {
  width: 43.75vw;
}
.u-vw15of32 {
  width: 46.875vw;
}
.u-vw17of32 {
  width: 53.125vw;
}
.u-vw19of32 {
  width: 59.375vw;
}
.u-offset-l-w31of32 {
  left: 96.875%;
}
.u-vw32of32 {
  width: 100vw;
}
.u-marg-b-vh1of36 {
  margin-bottom: 2.777777777777778vh;
}
.u-marg-y-vh1of36 {
  margin-top: 2.777777777777778vh;
  margin-bottom: 2.777777777777778vh;
}
.u-pad-l-vw1of36 {
  padding-left: 2.777777777777778vw;
}
.u-pad-y-vh2of36 {
  padding-top: 5.555555555555555vh;
  padding-bottom: 5.555555555555555vh;
}
.u-vh3of36 {
  height: 8.333333333333332vh;
}
.u-marg-b-vh3of36 {
  margin-bottom: 8.333333333333332vh;
}
.u-pad-x-vw3of36 {
  padding-left: 8.333333333333332vw;
  padding-right: 8.333333333333332vw;
}
.u-pad-b-vh3of36 {
  padding-bottom: 8.333333333333332vh;
}
.u-marg-b-vh4of36 {
  margin-bottom: 11.11111111111111vh;
}
@media all and (max-width: 5000px) {
  .u-vw14of32\@default {
    width: 43.75vw;
  }
}
@media all and (max-width: 1400px) {
  .u-vw14of32\@md {
    width: 43.75vw;
  }
}
@media all and (max-width: 767px) {
  .u-pad-t-vh1of10\@sm {
    padding-top: 10vh;
  }
  .u-vh4of10\@sm {
    height: 40vh;
  }
  .u-vh5of10\@sm {
    height: 50vh;
  }
  .u-vh6of10\@sm {
    height: 60vh;
  }
  .u-w7of10\@sm {
    width: 70%;
  }
  .u-vw10of10\@sm {
    width: 100vw;
  }
  .u-marg-r-vw1of15\@sm {
    margin-right: 6.666666666666667vw;
  }
  .u-pad-l-vw1of15\@sm {
    padding-left: 6.666666666666667vw;
  }
  .u-pad-x-vw1of15\@sm {
    padding-left: 6.666666666666667vw;
    padding-right: 6.666666666666667vw;
  }
  .u-vw2of15\@sm {
    width: 13.333333333333334vw;
  }
  .u-vw8of15\@sm {
    width: 53.333333333333336vw;
  }
  .u-vw10of15\@sm {
    width: 66.66666666666667vw;
  }
  .u-pad-x-vw1of18\@sm {
    padding-left: 5.555555555555555vw;
    padding-right: 5.555555555555555vw;
  }
  .u-pad-b-vh2of18\@sm {
    padding-bottom: 11.11111111111111vh;
  }
  .u-vh10of18\@sm {
    height: 55.55555555555556vh;
  }
  .u-vh9of20\@sm {
    height: 45vh;
  }
  .u-vh11of20\@sm {
    height: 55vh;
  }
  .u-vw14of32\@sm {
    width: 43.75vw;
  }
  .u-marg-b-vh1of36\@sm {
    margin-bottom: 2.777777777777778vh;
  }
  .u-pad-x-vw1of36\@sm {
    padding-left: 2.777777777777778vw;
    padding-right: 2.777777777777778vw;
  }
  .u-pad-y-vh1of36\@sm {
    padding-top: 2.777777777777778vh;
    padding-bottom: 2.777777777777778vh;
  }
  .u-vh3of36\@sm {
    height: 8.333333333333332vh;
  }
  .u-pad-t-vh3of36\@sm {
    padding-top: 8.333333333333332vh;
  }
  .u-pad-b-vh3of36\@sm {
    padding-bottom: 8.333333333333332vh;
  }
  .u-pad-y-vh3of36\@sm {
    padding-top: 8.333333333333332vh;
    padding-bottom: 8.333333333333332vh;
  }
}
.u-align-center {
  text-align: center;
}
.u-align-right {
  text-align: right;
}
.u-align-left {
  text-align: left;
}
@media all and (max-width: 767px) {
  .u-align-center\@sm {
    text-align: center;
  }
}
.u-valign-bottom {
  vertical-align: bottom;
}
.u-valign-middle {
  vertical-align: middle;
}
.u-valign-top {
  vertical-align: top;
}
@media all and (max-width: 5000px) {
  .u-valign-bottom\@default {
    vertical-align: bottom;
  }
  .u-valign-middle\@default {
    vertical-align: middle;
  }
}
@media all and (max-width: 1400px) {
  .u-valign-bottom\@md {
    vertical-align: bottom;
  }
  .u-valign-middle\@md {
    vertical-align: middle;
  }
}
@media all and (max-width: 767px) {
  .u-valign-bottom\@sm {
    vertical-align: bottom;
  }
  .u-valign-middle\@sm {
    vertical-align: middle;
  }
  .u-valign-top\@sm {
    vertical-align: top;
  }
}
.u-inline-block {
  display: inline-block;
}
.u-block {
  display: block;
}
.u-hide {
  display: none;
}
.u-flex {
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 767px) {
  .u-inline-block\@sm {
    display: inline-block;
  }
  .u-block\@sm {
    display: block;
  }
  .u-hide\@sm {
    display: none;
  }
}
@media screen and (max-width: 5000px) {
  .u-overflow-h {
    overflow: hidden;
  }
}
@media all and (max-width: 767px) {
  .u-overflow-h\@sm {
    overflow: hidden;
  }
}
@media screen and (max-width: 5000px) {
  .u-fit {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 5000px) {
  .u-fit-w {
    width: 100%;
  }
}
@media all and (max-width: 5000px) {
  .u-fit-w\@default {
    width: 100%;
  }
}
@media all and (max-width: 1400px) {
  .u-fit-w\@md {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .u-fit-w\@sm {
    width: 100%;
  }
}
@media screen and (max-width: 5000px) {
  .u-fit-h {
    height: 100%;
  }
}
@media all and (max-width: 5000px) {
  .u-fit-h\@default {
    height: 100%;
  }
}
@media all and (max-width: 1400px) {
  .u-fit-h\@md {
    height: 100%;
  }
}
@media all and (max-width: 767px) {
  .u-fit-h\@sm {
    height: 100%;
  }
}
@media screen and (max-width: 5000px) {
  .u-viewport-fit {
    width: 100vw;
    height: 100vh;
  }
}
.u-vacuum {
  line-height: 0;
}
.u-fixed {
  position: fixed;
  will-change: transform;
}
.u-absolute {
  position: absolute;
}
.u-relative {
  position: relative;
}
@media all and (max-width: 767px) {
  .u-absolute\@sm {
    position: absolute;
  }
}
@media screen and (max-width: 5000px) {
  .u-pos-tl {
    top: 0;
    left: 0;
  }
}
@media all and (max-width: 5000px) {
  .u-pos-tl\@default {
    top: 0;
    left: 0;
  }
}
@media all and (max-width: 1400px) {
  .u-pos-tl\@md {
    top: 0;
    left: 0;
  }
}
@media all and (max-width: 767px) {
  .u-pos-tl\@sm {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 5000px) {
  .u-pos-tr {
    top: 0;
    right: 0;
  }
}
@media all and (max-width: 5000px) {
  .u-pos-tr\@default {
    top: 0;
    right: 0;
  }
}
@media all and (max-width: 1400px) {
  .u-pos-tr\@md {
    top: 0;
    right: 0;
  }
}
@media all and (max-width: 767px) {
  .u-pos-tr\@sm {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 5000px) {
  .u-pos-bl {
    bottom: 0;
    left: 0;
  }
}
@media all and (max-width: 5000px) {
  .u-pos-bl\@default {
    bottom: 0;
    left: 0;
  }
}
@media all and (max-width: 1400px) {
  .u-pos-bl\@md {
    bottom: 0;
    left: 0;
  }
}
@media all and (max-width: 767px) {
  .u-pos-bl\@sm {
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 5000px) {
  .u-pos-br {
    bottom: 0;
    right: 0;
  }
}
@media all and (max-width: 5000px) {
  .u-pos-br\@default {
    bottom: 0;
    right: 0;
  }
}
@media all and (max-width: 1400px) {
  .u-pos-br\@md {
    bottom: 0;
    right: 0;
  }
}
@media all and (max-width: 767px) {
  .u-pos-br\@sm {
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 5000px) {
  .u-cursor-pointer {
    cursor: pointer;
  }
}
@media screen and (max-width: 5000px) {
  .u-pointer-none {
    pointer-events: none;
  }
}
@media screen and (max-width: 5000px) {
  .u-pointer-auto {
    pointer-events: auto;
  }
}
@media screen and (max-width: 5000px) {
  .u-force-inline {
    white-space: nowrap;
  }
}
@media screen and (max-width: 5000px) {
  .u-force-block {
    white-space: normal;
  }
}
@media screen and (max-width: 5000px) {
  .u-dir-rtl {
    direction: rtl;
  }
}
@media screen and (max-width: 5000px) {
  .u-dir-ltr {
    direction: ltr;
  }
}
@media screen and (max-width: 5000px) {
  .u-justify-space-between {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media screen and (max-width: 5000px) {
  .u-align-items-center {
    -ms-flex-align: center;
        align-items: center;
  }
}
@media all and (max-width: 767px) {
  .u-marg-r-0\@sm {
    margin-right: 0;
  }
  .u-marg-b-0\@sm {
    margin-bottom: 0;
  }
  .u-marg-l-0\@sm {
    margin-left: 0;
  }
}
@media all and (max-width: 767px) {
  .u-pad-t-0\@sm {
    padding-top: 0;
  }
  .u-pad-x-0\@sm {
    padding-left: 0;
    padding-right: 0;
  }
  .u-pad-y-0\@sm {
    padding-top: 0;
    padding-bottom: 0;
  }
}
