.choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}.choices[data-type*=select-one]::after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open::after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]::after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0-4px 0 8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown,.choices__list[aria-expanded]{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{visibility:visible}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#b7b7b7}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable,.choices__list[aria-expanded] .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable::after,.choices__list[aria-expanded] .choices__item--selectable::after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable::after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted::after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear,.choices__input::-ms-reveal{display:none;width:0;height:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}/**
 * Swiper 10.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 3, 2023
 */

/* FONT_START */
@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');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 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: flex;
  align-items: 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.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.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;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-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: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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: flex;
  justify-content: 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%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
body.page-template-template-content_page main ul,body.page-template-template-content_page main ol,body.page-template-template-content_page main .mfn-preamble ul,body.page-template-template-content_page main .mfn-preamble ol,body.page-template-template-content_page main .mfn-body ul,body.page-template-template-content_page main .mfn-body ol,body.page-template-template-content_page main .mfn-footer ul,body.page-template-template-content_page main .mfn-footer ol,body.mfn_news-template-default main .mfn-preamble ul,body.mfn_news-template-default main .mfn-body ul,body.mfn_news-template-default main .mfn-footer ul,body.search-results .search__posts,.social,.navbar__nav,.navbar__nav .sub-menu,.footer__navbar ul,.footer__bottom-list,.brands__list,.media__card-body ul,.experience__circles,.makes-steps__list,.sellers__chart-list,.sellers__chart-item-slide ul,.culture__tab-list,.position__dropdowns .dropdown ul,.position__card ul,.goals__item ul,.dive__list,.releases__post-info,.calendar__list,.ir-contact__box ul,.investor-box__wrap ul,.opportunity-work__box ul,.founder__item-text ul,.operator__card ul,.investment-strategy ul{margin:0;padding:0;list-style:none}.clearfix:after{content:'';display:block;clear:both}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}html{box-sizing:border-box}*,*:before,*:after{box-sizing:border-box}*{max-height:1000000px}body{color:#004253;background:#fff;font:16px/1.5 "Nekst","Helvetica Neue","Helvetica",sans-serif;min-width:320px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input,input[type="search"],textarea,button{outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent}img{max-width:100%;max-height:100%;height:auto;vertical-align:top}.gm-style img{max-width:none}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.h{font-family:"Nekst","Helvetica Neue","Helvetica",sans-serif;font-weight:700;line-height:1.2;margin:0 0 0.5em;color:#000}h1,.h1{font-size:46px}h2,.h2{font-size:32px}h3,.h3{font-size:22px}h4,.h4{font-size:20px}h5,.h5{font-size:18px}h6,.h6{font-size:16px}p{margin:0 0 1em}a{color:#00ff7a;outline:none;-webkit-tap-highlight-color:transparent}a:hover,a:focus{text-decoration:none}form,fieldset{margin:0;padding:0;border-style:none}input[type='text'],input[type='tel'],input[type='email'],input[type='search'],input[type='password'],textarea{-webkit-appearance:none;-webkit-border-radius:0;box-sizing:border-box;outline:none;border:1px solid #000;padding:0.4em 0.7em}input[type='text']::-webkit-input-placeholder,input[type='tel']::-webkit-input-placeholder,input[type='email']::-webkit-input-placeholder,input[type='search']::-webkit-input-placeholder,input[type='password']::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#000}input[type='text']::-moz-placeholder,input[type='tel']::-moz-placeholder,input[type='email']::-moz-placeholder,input[type='search']::-moz-placeholder,input[type='password']::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#000}input[type='text']:-moz-placeholder,input[type='tel']:-moz-placeholder,input[type='email']:-moz-placeholder,input[type='search']:-moz-placeholder,input[type='password']:-moz-placeholder,textarea:-moz-placeholder{color:#000}input[type='text']:-ms-input-placeholder,input[type='tel']:-ms-input-placeholder,input[type='email']:-ms-input-placeholder,input[type='search']:-ms-input-placeholder,input[type='password']:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#000}input[type='text'].placeholder,input[type='tel'].placeholder,input[type='email'].placeholder,input[type='search'].placeholder,input[type='password'].placeholder,textarea.placeholder{color:#000}select{-webkit-border-radius:0}textarea{resize:vertical;vertical-align:top}button,input[type="button"],input[type="reset"],input[type="file"],input[type="submit"]{-webkit-appearance:none;cursor:pointer}/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media (min-width: 1024px){body.theme-about .header.fixed .navbar__nav li.current-menu-item a{color:#ffed59}}@media (min-width: 1024px){body.theme-about .header.fixed .navbar__nav a:hover{color:#ffed59}}@media (min-width: 1024px){body.theme-about .navbar__nav li.current-menu-item a{color:#004253}}@media (min-width: 1024px){body.theme-about .full-img{padding:0 0 200px}}body.theme-brands{background:#6696ff}@media (min-width: 1024px){body.theme-brands .header.fixed .navbar__nav li.current-menu-item a{color:#ffed59}}@media (min-width: 1024px){body.theme-brands .header.fixed .navbar__nav a:hover{color:#ffed59}}body.theme-brands .logo svg path{fill:#ffed59}@media (min-width: 1024px){body.theme-brands .navbar__nav li.current-menu-item a{color:#004253}}@media (min-width: 1024px){body.theme-brands .navbar__nav a{color:#eeffea}}@media (min-width: 1024px){body.theme-brands .navbar__nav a:hover{color:#004253}}body.theme-brands .social a svg path{fill:#6696ff}body.theme-brands .social a:hover svg path{fill:#004253}@media (min-width: 1024px){body.theme-brands .orbits{padding-bottom:230px}}body.theme-brands .orbits__item-text{color:#004253}body.theme-brands .orbits__item-title{color:#6696ff}body.theme-brands .footer{background:#eeffea}body.theme-brands .footer .logo svg path{fill:#6696ff}body.theme-brands .footer__row{border-color:#6696ff}body.theme-brands .footer__navbar ul li:first-child a:before{background:#004253}body.theme-brands .footer__navbar ul li:first-child a:hover:before{background:#6696ff}body.theme-brands .footer__navbar ul a{color:#004253}body.theme-brands .footer__navbar ul a:hover{color:#6696ff}body.theme-brands .footer__info a{color:#6696ff}body.theme-brands .footer__info a:hover{color:#004253}body.theme-brands .footer__bottom-list a:hover{color:#004253}body.theme-brands .nav-opener:before,body.theme-brands .nav-opener:after,body.theme-brands .nav-opener span{background:#ffed59}body.theme-press{background:#eeffea}body.theme-press.nav-active .logo svg path{fill:#eeffea}body.theme-press .header.fixed .logo path{fill:#ffed59}@media (min-width: 1024px){body.theme-press .header.fixed .navbar__nav li.current-menu-item a{color:#ffed59}}@media (min-width: 1024px){body.theme-press .header.fixed .navbar__nav a:hover{color:#ffed59}}body.theme-press .header.fixed .nav-opener:before,body.theme-press .header.fixed .nav-opener:after,body.theme-press .header.fixed .nav-opener span{background:#ffed59}body.theme-press .logo svg path{fill:#004253}@media (min-width: 1024px){body.theme-press .navbar__nav li.current-menu-item a{color:#004253}}@media (min-width: 1024px){body.theme-press .navbar__nav a{color:#bed0d4}}@media (min-width: 1024px){body.theme-press .navbar__nav a:hover{color:#004253}}body.theme-press .nav-opener:before,body.theme-press .nav-opener:after,body.theme-press .nav-opener span{background:#004253}body.theme-press.nav-active .nav-opener:before,body.theme-press.nav-active .nav-opener:after,body.theme-press.nav-active .nav-opener span{background:#eeffea}body.theme-press .social a svg path{fill:#b882ff}body.theme-press .social a:hover svg path{fill:#004253}body.theme-press .footer .logo svg path{fill:#b882ff}body.theme-press .footer__row{border-color:#b882ff}body.theme-press .footer__navbar ul li:first-child a:before{background:#004253}body.theme-press .footer__navbar ul li:first-child a:hover:before{background:#b882ff}body.theme-press .footer__navbar ul a{color:#004253}body.theme-press .footer__navbar ul a:hover{color:#b882ff}body.theme-press .footer__info a{color:#b882ff}body.theme-press .footer__info a:hover{color:#004253}body.theme-press .footer__bottom-list a{color:#bed0d4}body.theme-press .footer__bottom-list a:hover{color:#b882ff}@media (min-width: 1024px){body.theme-contact .navbar__nav li:hover>a{color:#eeffea}}body.theme-contact .navbar__nav li.current-menu-item a{color:#eeffea}@media (min-width: 1024px){body.theme-contact .navbar__nav a:hover{color:#eeffea}}@media (min-width: 1024px){body.theme-seller-home .header.fixed .navbar__nav li.current-menu-item>a{color:#ffed59}}@media (min-width: 1024px){body.theme-seller-home .header.fixed .navbar__nav li.current-menu-parent>a{color:#ffed59}}@media (min-width: 1024px){body.theme-seller-home .header.fixed .navbar__nav li.current-menu-parent>a:hover{color:#ffed59}}@media (min-width: 1024px){body.theme-seller-home .header.fixed .navbar__nav a:hover{color:#ffed59}}@media (min-width: 1024px){body.theme-seller-home .header .navbar__nav li.current-menu-item>a{color:#004253}}body.theme-seller-home .logo svg path{fill:#ffed59}@media (min-width: 1024px){body.theme-seller-home .navbar__nav li.current-menu-parent>a{color:#004253}}@media (min-width: 1024px){body.theme-seller-home .navbar__nav li.current-menu-parent>a:hover{color:#004253}}@media (min-width: 1024px){body.theme-seller-home .navbar__nav a{color:#eeffea}}@media (min-width: 1024px){body.theme-seller-home .navbar__nav a:hover{color:#004253}}body.theme-seller-home .nav-opener:before,body.theme-seller-home .nav-opener:after,body.theme-seller-home .nav-opener span{background:#ffed59}@media (min-width: 1024px){body.theme-seller-home .searching{padding-top:60px}}body.theme-seller-home .searching h2{color:#6696ff}body.theme-seller-home .searching .apply-link:before{background:#ffed59}body.theme-seller-home .social svg path{fill:#ffed59}@media (min-width: 1024px){body.theme-seller-home .orbits{padding-bottom:398px}}@media (min-width: 1024px){body.theme-seller-home .testimonials{padding-bottom:200px}}body.theme-seller-home .testimonials__text-title{color:#bfb243}body.theme-seller-home .testimonials blockquote .blockquote-pos{color:#bfb243}body.theme-seller-home .testimonials .swiper-pagination .swiper-pagination-bullet{background:#bfb243}body.theme-seller-home .testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#6696ff}@media (min-width: 1024px){body.theme-seller-home .brands-video h2{margin:0 0 48px}}body.theme-seller-home .brands-video+.testimonials blockquote{font-size:16px;line-height:1.5;letter-spacing:0.5px}body.theme-seller-home .brands-video+.testimonials blockquote span{letter-spacing:0}body.theme-seller-home .brands-video+.testimonials blockquote .blockquote-pos{color:#7f762c}body.theme-seller-home .footer__row{border-color:#ffed59}body.theme-seller-home .footer__navbar ul li:first-child a:hover:before{background:#ffed59}body.theme-seller-home .footer__navbar ul a:hover{color:#ffed59}body.theme-seller-home .footer__info a{color:#ffed59}body.theme-seller-home .footer__info a:hover{color:#fff}body.theme-seller-working{background:#eeffea}@media (min-width: 1024px){body.theme-seller-working .header.fixed .navbar__nav li.current-menu-item a{color:#ffed59}}@media (min-width: 1024px){body.theme-seller-working .header.fixed .navbar__nav li.current-menu-parent>a{color:#ffed59}}@media (min-width: 1024px){body.theme-seller-working .header.fixed .navbar__nav li.current-menu-parent>a:hover{color:#ffed59}}@media (min-width: 1024px){body.theme-seller-working .header.fixed .navbar__nav a:hover{color:#ffed59}}body.theme-seller-working .logo svg path{fill:#6696ff}@media (min-width: 1024px){body.theme-seller-working .navbar__nav li.current-menu-parent>a{color:#004253}}@media (min-width: 1024px){body.theme-seller-working .navbar__nav li.current-menu-parent>a:hover{color:#004253}}@media (min-width: 1024px){body.theme-seller-working .navbar__nav a{color:#bfb243}}@media (min-width: 1024px){body.theme-seller-working .navbar__nav a:hover{color:#004253}}body.theme-seller-working .nav-opener:before,body.theme-seller-working .nav-opener:after,body.theme-seller-working .nav-opener span{background:#6696ff}body.theme-seller-working .social a svg path{fill:#6696ff}body.theme-seller-working .social a:hover svg path{fill:#004253}body.theme-seller-working .footer .logo svg path{fill:#6696ff}body.theme-seller-working .footer__row{border-color:#6696ff}body.theme-seller-working .footer__navbar ul li:first-child a:before{background:#004253}body.theme-seller-working .footer__navbar ul li:first-child a:hover:before{background:#6696ff}body.theme-seller-working .footer__navbar ul a{color:#004253}body.theme-seller-working .footer__navbar ul a:hover{color:#6696ff}body.theme-seller-working .footer__info a{color:#6696ff}body.theme-seller-working .footer__info a:hover{color:#004253}body.theme-seller-working .footer__bottom-list a{color:rgba(0,66,83,0.25)}body.theme-seller-working .footer__bottom-list a:hover{color:#004253}body.theme-seller-working .lines{position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);height:100vh;width:100%}body.theme-seller-working .lines img{width:100%}body.theme-seller-working .stories h2{transition:color .15s ease-in-out;color:#004253}body.theme-seller-working .stories .video .btn-play svg path{fill:#ffed59}body.theme-seller-success-stories{background:#6696ff}@media (min-width: 1024px){body.theme-seller-success-stories .header.fixed .navbar__nav li.current-menu-item a{color:#ffed59}}@media (min-width: 1024px){body.theme-seller-success-stories .header.fixed .navbar__nav li.current-menu-parent>a{color:#ffed59}}@media (min-width: 1024px){body.theme-seller-success-stories .header.fixed .navbar__nav li.current-menu-parent>a:hover{color:#ffed59}}@media (min-width: 1024px){body.theme-seller-success-stories .header.fixed .navbar__nav a:hover{color:#ffed59}}@media (min-width: 1024px){body.theme-seller-success-stories .navbar__nav li.current-menu-parent>a{color:#004253}}@media (min-width: 1024px){body.theme-seller-success-stories .navbar__nav li.current-menu-parent>a:hover{color:#004253}}@media (min-width: 1024px){body.theme-career .navbar__nav li.current-menu-item>a{color:#eeffea}}@media (min-width: 1024px){body.theme-career .navbar__nav li.current-menu-item>a:hover{color:#eeffea}}body.theme-career .full-img{margin-top:-70px;position:relative;z-index:12}@media (min-width: 1024px){body.theme-career .full-img{margin-top:-140px}}@media (min-width: 1024px){body.theme-career .full-img{padding:0 0 200px}}@media (min-width: 1024px){body.theme-career .testimonials{padding:0 0 180px}}body.theme-career .testimonials .container{max-width:966px}@media (min-width: 1024px){body.theme-career .testimonials .testimonials__img{width:264px}}@media (min-width: 1024px){body.theme-career .testimonials .testimonials__text{width:calc(100% - 264px)}}body.theme-career .testimonials .testimonials__text blockquote{font-size:16px;line-height:1.5;letter-spacing:0.5px}body.theme-career .testimonials .testimonials__text blockquote span{letter-spacing:0}body.theme-career .testimonials .testimonials__text blockquote span.blockquote-author{font-size:20px}body.theme-how-we-work .logo svg path{fill:#ffed59}@media (min-width: 1024px){body.theme-how-we-work .navbar__nav li.current-menu-parent>a{color:#ffed59}}@media (min-width: 1024px){body.theme-how-we-work .navbar__nav li.current-menu-parent>a:hover{color:#ffed59}}@media (min-width: 1024px){body.theme-how-we-work .navbar__nav a{color:#eeffea}}@media (min-width: 1024px){body.theme-how-we-work .navbar__nav a:hover{color:#ffed59}}@media (min-width: 1024px){body.theme-how-we-work .navbar__nav .sub-menu li.current-menu-item a{color:#ffed59}}@media (min-width: 1024px){body.theme-how-we-work .navbar__nav .sub-menu li.current-menu-item a:hover{color:#ffed59}}body.theme-how-we-work .nav-opener:before,body.theme-how-we-work .nav-opener:after,body.theme-how-we-work .nav-opener span{background:#ffed59}body.theme-how-we-work .where-work .testimonials .container{padding-left:0;padding-right:0}@media (min-width: 1024px){body.theme-how-we-work .where-work .testimonials{padding-bottom:120px}}@media (min-width: 1024px){body.theme-how-we-work .testimonials{padding:0 0 156px}}@media (min-width: 1024px){body.theme-how-we-work .testimonials .container{max-width:936px;padding:0}}@media (min-width: 1024px){body.theme-how-we-work .testimonials__img{width:264px}}@media (min-width: 1024px){body.theme-how-we-work .testimonials__text{width:calc(100% - 264px)}}body.theme-how-we-work .testimonials__text blockquote{margin:0;letter-spacing:0.5px}@media (min-width: 768px){body.theme-how-we-work .testimonials__text blockquote{font-size:16px;line-height:1.5}}body.theme-how-we-work .testimonials__text span{letter-spacing:0}body.theme-how-we-work .testimonials__text span.blockquote-author{font-size:20px;line-height:1.4;color:#ffed59}body.theme-how-we-work .testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#ffed59}body.theme-how-we-work .map{padding:0 0 120px}@media (min-width: 1024px){body.theme-how-we-work .map{padding:24px 0 212px}}body.theme-how-we-work .social a svg path{fill:#ffed59}body.theme-how-we-work .social a:hover svg path{fill:#eeffea}body.theme-how-we-work .footer .logo svg path{fill:#ffed59}body.theme-how-we-work .footer__row{border-color:#ffed59}body.theme-how-we-work .footer__navbar ul li:first-child a:before{background:#eeffea}body.theme-how-we-work .footer__navbar ul li:first-child a:hover:before{background:#ffed59}body.theme-how-we-work .footer__navbar ul a{color:#eeffea}body.theme-how-we-work .footer__navbar ul a:hover{color:#ffed59}body.theme-how-we-work .footer__info a{color:#ffed59}body.theme-how-we-work .footer__info a:hover{color:#eeffea}body.theme-how-we-work .footer__bottom-list a{color:rgba(255,255,255,0.5)}body.theme-how-we-work .footer__bottom-list a:hover{color:#ffed59}body.theme-sustainability{background:#eeffea}body.theme-sustainability .header.fixed .logo svg path{fill:#eeffea}@media (min-width: 1024px){body.theme-sustainability .header.fixed .navbar__nav li.current-menu-item a{color:#ffed59}}@media (min-width: 1024px){body.theme-sustainability .header.fixed .navbar__nav li.current-menu-parent>a{color:#ffed59}}@media (min-width: 1024px){body.theme-sustainability .header.fixed .navbar__nav li.current-menu-parent>a:hover{color:#ffed59}}@media (min-width: 1024px){body.theme-sustainability .header.fixed .navbar__nav a:hover{color:#ffed59}}body.theme-sustainability .header.fixed .nav-opener:before,body.theme-sustainability .header.fixed .nav-opener:after,body.theme-sustainability .header.fixed .nav-opener span{background:#eeffea}body.theme-sustainability .logo svg path{fill:#004253}@media (min-width: 1024px){body.theme-sustainability .navbar__nav li.current-menu-parent>a{color:#004253}}@media (min-width: 1024px){body.theme-sustainability .navbar__nav li.current-menu-parent>a:hover{color:#004253}}@media (min-width: 1024px){body.theme-sustainability .navbar__nav a{color:#bfd0d4}}@media (min-width: 1024px){body.theme-sustainability .navbar__nav a:hover{color:#004253}}body.theme-sustainability .nav-opener:before,body.theme-sustainability .nav-opener:after,body.theme-sustainability .nav-opener span{background:#004253}body.theme-sustainability .social a svg path{fill:#6696ff}body.theme-sustainability .social a:hover svg path{fill:#004253}body.theme-sustainability .footer .logo svg path{fill:#6696ff}body.theme-sustainability .footer__row{border-color:#6696ff}body.theme-sustainability .footer__navbar ul li:first-child a:before{background:#004253}body.theme-sustainability .footer__navbar ul li:first-child a:hover:before{background:#6696ff}body.theme-sustainability .footer__navbar ul a{color:#004253}body.theme-sustainability .footer__navbar ul a:hover{color:#6696ff}body.theme-sustainability .footer__info a{color:#6696ff}body.theme-sustainability .footer__info a:hover{color:#004253}body.theme-sustainability .footer__bottom-list a{color:rgba(0,66,83,0.25)}body.theme-sustainability .footer__bottom-list a:hover{color:#004253}@media (min-width: 1024px){body.theme-sustainability .testimonials{padding:0 0 180px}}body.theme-sustainability .testimonials.in-viewport .testimonials__box-decor{left:0}body.theme-sustainability .testimonials__box{position:relative;background:#bfffde}@media (min-width: 768px){body.theme-sustainability .testimonials__box{padding-bottom:22px}}body.theme-sustainability .testimonials__box-decor{transition:left .15s ease-in-out,.6s .15s ease-in-out;position:absolute;bottom:-70px;left:-100%;width:100px;height:100px;border-radius:50%;z-index:10;animation:flySatellite 5s linear 0.7s infinite}@media (min-width: 768px){body.theme-sustainability .testimonials__box-decor{bottom:-86px}}body.theme-sustainability .testimonials__box-decor img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:130px;max-width:none;max-height:none}@media (min-width: 768px){body.theme-sustainability .testimonials__box-decor img{width:186px}}@media (min-width: 1024px){body.theme-sustainability .testimonials__box-decor img{width:235px}}@media (min-width: 1024px){body.theme-sustainability .testimonials__img{width:324px}}body.theme-sustainability .testimonials blockquote{color:#004253}body.theme-sustainability .testimonials blockquote span{color:#80a1a9}body.theme-sustainability .testimonials blockquote span.blockquote-author{font-size:20px;line-height:1.4;color:#004253}@media (min-width: 768px){body.theme-investor-home .hero{min-height:1338px}}body.theme-investor-home .team h2{color:#004253}@media (min-width: 768px){body.theme-investor-home .team__box-photo{width:32%}}@media (min-width: 768px){body.theme-investor-home .team__box-text{width:64%}}@media (min-width: 1024px){body.theme-investor-home .team__box-text{padding:62px 24px 62px 8px}}body.theme-investor-opportunity .experience__text{color:#004253}body.theme-investor-opportunity .experience__text-title{color:#004253}body.theme-investor-opportunity .experience__circles li.blured span{background:#6696ff}body.theme-investor-opportunity .experience__circles li span{background:#eeffea}body.theme-investor-about .values--about:before{display:none}.resize-active *{transition:none !important}html{height:100%}body{transition:background .15s ease-in-out,.3s .15s ease-in-out;display:flex;background:#004253}body.nav-active{overflow:hidden}body.theme-about .logo svg path,body.theme-seller-success-stories .logo svg path{fill:#ffed59}@media (min-width: 1024px){body.theme-about .navbar__nav a,body.theme-seller-success-stories .navbar__nav a{color:#eeffea}}@media (min-width: 1024px){body.theme-about .navbar__nav a:hover,body.theme-seller-success-stories .navbar__nav a:hover{color:#004253}}body.theme-about .footer__row,body.theme-seller-success-stories .footer__row{border-color:#ffed59}body.theme-about .footer__navbar ul li:first-child a:hover:before,body.theme-seller-success-stories .footer__navbar ul li:first-child a:hover:before{background:#ffed59}body.theme-about .footer__navbar ul a:hover,body.theme-seller-success-stories .footer__navbar ul a:hover{color:#ffed59}body.theme-about .footer__info a,body.theme-seller-success-stories .footer__info a{color:#ffed59}body.theme-about .footer__info a:hover,body.theme-seller-success-stories .footer__info a:hover{color:#fff}body.theme-about .footer__bottom-list a:hover,body.theme-seller-success-stories .footer__bottom-list a:hover{color:#ffed59}body.theme-about .social svg path,body.theme-seller-success-stories .social svg path{fill:#ffed59}body.theme-about .nav-opener:before,body.theme-about .nav-opener:after,body.theme-about .nav-opener span,body.theme-seller-success-stories .nav-opener:before,body.theme-seller-success-stories .nav-opener:after,body.theme-seller-success-stories .nav-opener span{background:#ffed59}@media (min-width: 1024px){body.post-type-archive-jobs .navbar__nav li.current-menu-parent>a{color:#eeffea}}@media (min-width: 1024px){body.post-type-archive-jobs .navbar__nav li.current-menu-parent>a:hover{color:#eeffea}}@media (min-width: 1024px){body.post-type-archive-jobs .navbar__nav .sub-menu li.current-menu-item a{color:#eeffea}}@media (min-width: 1024px){body.post-type-archive-jobs .navbar__nav .sub-menu li.current-menu-item a:hover{color:#eeffea}}body.theme-investor-relation,body.theme-investor-home,body.theme-investor-opportunity,body.theme-investor-about,body.theme-investor-brands{background:#eeffea}@media (min-width: 1024px){body.theme-investor-relation .header.fixed .navbar__nav li.current-menu-item a,body.theme-investor-home .header.fixed .navbar__nav li.current-menu-item a,body.theme-investor-opportunity .header.fixed .navbar__nav li.current-menu-item a,body.theme-investor-about .header.fixed .navbar__nav li.current-menu-item a,body.theme-investor-brands .header.fixed .navbar__nav li.current-menu-item a{color:#00ff7a}}@media (min-width: 1024px){body.theme-investor-relation .header.fixed .navbar__nav li.current-menu-parent>a,body.theme-investor-home .header.fixed .navbar__nav li.current-menu-parent>a,body.theme-investor-opportunity .header.fixed .navbar__nav li.current-menu-parent>a,body.theme-investor-about .header.fixed .navbar__nav li.current-menu-parent>a,body.theme-investor-brands .header.fixed .navbar__nav li.current-menu-parent>a{color:#00ff7a}}@media (min-width: 1024px){body.theme-investor-relation .header.fixed .navbar__nav li.current-menu-parent>a:hover,body.theme-investor-home .header.fixed .navbar__nav li.current-menu-parent>a:hover,body.theme-investor-opportunity .header.fixed .navbar__nav li.current-menu-parent>a:hover,body.theme-investor-about .header.fixed .navbar__nav li.current-menu-parent>a:hover,body.theme-investor-brands .header.fixed .navbar__nav li.current-menu-parent>a:hover{color:#00ff7a}}@media (min-width: 1024px){body.theme-investor-relation .header.fixed .navbar__nav a:hover,body.theme-investor-home .header.fixed .navbar__nav a:hover,body.theme-investor-opportunity .header.fixed .navbar__nav a:hover,body.theme-investor-about .header.fixed .navbar__nav a:hover,body.theme-investor-brands .header.fixed .navbar__nav a:hover{color:#00ff7a}}@media (min-width: 1024px){body.theme-investor-relation .navbar__nav li.current-menu-item>a,body.theme-investor-home .navbar__nav li.current-menu-item>a,body.theme-investor-opportunity .navbar__nav li.current-menu-item>a,body.theme-investor-about .navbar__nav li.current-menu-item>a,body.theme-investor-brands .navbar__nav li.current-menu-item>a{color:#00ff7a}}@media (min-width: 1024px){body.theme-investor-relation .navbar__nav li.current-menu-item>a:hover,body.theme-investor-home .navbar__nav li.current-menu-item>a:hover,body.theme-investor-opportunity .navbar__nav li.current-menu-item>a:hover,body.theme-investor-about .navbar__nav li.current-menu-item>a:hover,body.theme-investor-brands .navbar__nav li.current-menu-item>a:hover{color:#00ff7a}}@media (min-width: 1024px){body.theme-investor-relation .navbar__nav li.current-menu-parent>a,body.theme-investor-home .navbar__nav li.current-menu-parent>a,body.theme-investor-opportunity .navbar__nav li.current-menu-parent>a,body.theme-investor-about .navbar__nav li.current-menu-parent>a,body.theme-investor-brands .navbar__nav li.current-menu-parent>a{color:#00ff7a}}@media (min-width: 1024px){body.theme-investor-relation .navbar__nav li.current-menu-parent>a:hover,body.theme-investor-home .navbar__nav li.current-menu-parent>a:hover,body.theme-investor-opportunity .navbar__nav li.current-menu-parent>a:hover,body.theme-investor-about .navbar__nav li.current-menu-parent>a:hover,body.theme-investor-brands .navbar__nav li.current-menu-parent>a:hover{color:#00ff7a}}@media (min-width: 1024px){body.theme-investor-relation .navbar__nav li a,body.theme-investor-home .navbar__nav li a,body.theme-investor-opportunity .navbar__nav li a,body.theme-investor-about .navbar__nav li a,body.theme-investor-brands .navbar__nav li a{color:#eeffea}}@media (min-width: 1024px){body.theme-investor-relation .navbar__nav li a:hover,body.theme-investor-home .navbar__nav li a:hover,body.theme-investor-opportunity .navbar__nav li a:hover,body.theme-investor-about .navbar__nav li a:hover,body.theme-investor-brands .navbar__nav li a:hover{color:#00ff7a}}body.theme-investor-relation .social a svg path,body.theme-investor-home .social a svg path,body.theme-investor-opportunity .social a svg path,body.theme-investor-about .social a svg path,body.theme-investor-brands .social a svg path{fill:#004253}body.theme-investor-relation .social a:hover svg path,body.theme-investor-home .social a:hover svg path,body.theme-investor-opportunity .social a:hover svg path,body.theme-investor-about .social a:hover svg path,body.theme-investor-brands .social a:hover svg path{fill:#6696ff}body.theme-investor-relation .footer .logo svg path,body.theme-investor-home .footer .logo svg path,body.theme-investor-opportunity .footer .logo svg path,body.theme-investor-about .footer .logo svg path,body.theme-investor-brands .footer .logo svg path{fill:#004253}body.theme-investor-relation .footer__row,body.theme-investor-home .footer__row,body.theme-investor-opportunity .footer__row,body.theme-investor-about .footer__row,body.theme-investor-brands .footer__row{border-color:#00ff7a}body.theme-investor-relation .footer__navbar ul li:first-child a:before,body.theme-investor-home .footer__navbar ul li:first-child a:before,body.theme-investor-opportunity .footer__navbar ul li:first-child a:before,body.theme-investor-about .footer__navbar ul li:first-child a:before,body.theme-investor-brands .footer__navbar ul li:first-child a:before{background:#004253}body.theme-investor-relation .footer__navbar ul li:first-child a:hover:before,body.theme-investor-home .footer__navbar ul li:first-child a:hover:before,body.theme-investor-opportunity .footer__navbar ul li:first-child a:hover:before,body.theme-investor-about .footer__navbar ul li:first-child a:hover:before,body.theme-investor-brands .footer__navbar ul li:first-child a:hover:before{background:#6696ff}body.theme-investor-relation .footer__navbar ul a,body.theme-investor-home .footer__navbar ul a,body.theme-investor-opportunity .footer__navbar ul a,body.theme-investor-about .footer__navbar ul a,body.theme-investor-brands .footer__navbar ul a{color:#004253}body.theme-investor-relation .footer__navbar ul a:hover,body.theme-investor-home .footer__navbar ul a:hover,body.theme-investor-opportunity .footer__navbar ul a:hover,body.theme-investor-about .footer__navbar ul a:hover,body.theme-investor-brands .footer__navbar ul a:hover{color:#6696ff}body.theme-investor-relation .footer__info a,body.theme-investor-home .footer__info a,body.theme-investor-opportunity .footer__info a,body.theme-investor-about .footer__info a,body.theme-investor-brands .footer__info a{color:#004253}body.theme-investor-relation .footer__info a:hover,body.theme-investor-home .footer__info a:hover,body.theme-investor-opportunity .footer__info a:hover,body.theme-investor-about .footer__info a:hover,body.theme-investor-brands .footer__info a:hover{color:#6696ff}body.theme-investor-relation .footer__bottom-list a,body.theme-investor-home .footer__bottom-list a,body.theme-investor-opportunity .footer__bottom-list a,body.theme-investor-about .footer__bottom-list a,body.theme-investor-brands .footer__bottom-list a{color:#004253}body.theme-investor-relation .footer__bottom-list a:hover,body.theme-investor-home .footer__bottom-list a:hover,body.theme-investor-opportunity .footer__bottom-list a:hover,body.theme-investor-about .footer__bottom-list a:hover,body.theme-investor-brands .footer__bottom-list a:hover{color:#6696ff}body.bg-secondary-blue{background:#6696ff}body.bg-secondary-blue .sellers__wrap-content:before{background:#6696ff}body.bg-secondary-blue .searching h2{color:#ffed59}body.bg-secondary-blue .ready h2{color:#ffed59}body.bg-secondary-blue .ready .btn--secondary-blue{border-color:#eeffea;color:#eeffea}body.bg-secondary-blue .ready .btn--secondary-blue:hover{box-shadow:0px 0px 16px 4px #eeffea inset}body.bg-secondary-blue .stories[data-bg-color="light-yellow"] h2{color:#eeffea}body.bg-light-yellow{background:#eeffea}body.bg-light-yellow .case-study__article-text{color:#004253}body.bg-light-yellow .case-study__article-text h3,body.bg-light-yellow .case-study__article-text strong{color:#004253}body.bg-light-yellow .case-study__article-text .blockquote-author{color:#ffc176}body.bg-light-yellow .case-study__article-text .blockquote-pos{color:rgba(0,66,83,0.5)}body.bg-light-yellow .category .brands__list li:nth-child(6n+4) a{background:#daf4ff}body.bg-light-yellow .category .brands__list li:nth-child(6n+4) a:hover{background:#a7e5ff}body.bg-light-yellow .investor-mantras__item-text{color:#004253}body.bg-blue{background:#004253}body.bg-blue .founder h2{color:#eeffea}body.bg-blue .founder__item-text{color:#eeffea}body.bg-blue .founder__item-text h3{color:#eeffea}body.bg-blue .operator h3{color:#eeffea}body.bg-yellow{background:#ffed59}body.theme-default h1,body.theme-default h2,body.theme-default h3,body.theme-default h4{font-weight:600;color:#eeffea}body.theme-default .financial .container>.mfn-archive .mfn-archive{margin:0;max-width:100%;display:block;background:#eeffea;overflow-x:auto}@media (max-width: 767px){body.theme-default .financial .container>.mfn-archive .mfn-archive table{width:768px}}@media (min-width: 768px){body.post-type-archive-mfn_news .news .row{display:flex;flex-wrap:wrap;margin:0 -12px}}body.post-type-archive-mfn_news .news .col{padding:0 0 16px}@media (min-width: 768px){body.post-type-archive-mfn_news .news .col{display:flex;width:50%;padding:0 12px 24px}}body.post-type-archive-mfn_news .news .card{padding:16px}@media (min-width: 1024px){body.post-type-archive-mfn_news .news .card{padding:32px}}body.post-type-archive-mfn_news .news .card__body{display:flex;flex-direction:column;align-items:flex-start;height:100%}body.post-type-archive-mfn_news .news .card__title{color:#004253;font-weight:600}body.post-type-archive-mfn_news .news .card .mfn-attachments-container{margin:0 0 24px}body.post-type-archive-mfn_news .news .card .mfn-attachment-link{color:#004253;text-decoration:none;font-weight:600}body.post-type-archive-mfn_news .news .card .mfn-attachment-link:hover{color:#00ff7a}body.post-type-archive-mfn_news .news .card .btn{margin-top:auto}body.page-template-template-content_page main{padding-top:110px;padding-bottom:100px}@media (min-width: 1024px){body.page-template-template-content_page main{padding-top:180px}}body.page-template-template-content_page main figure{margin:24px 0}body.page-template-template-content_page main p,body.page-template-template-content_page main h2,body.page-template-template-content_page main h3,body.page-template-template-content_page main h4,body.page-template-template-content_page main h5,body.page-template-template-content_page main table{color:#eeffea}body.page-template-template-content_page main h1{font-size:48px;color:#eeffea}@media (min-width: 768px){body.page-template-template-content_page main h1{font-size:64px}}@media (min-width: 1024px){body.page-template-template-content_page main h1{font-size:96px}}body.page-template-template-content_page main h2{font-size:32px}@media (min-width: 768px){body.page-template-template-content_page main h2{font-size:46px}}@media (min-width: 1024px){body.page-template-template-content_page main h2{font-size:64px}}body.page-template-template-content_page main ul,body.page-template-template-content_page main ol{margin:16px 0;color:#eeffea}body.page-template-template-content_page main ul li,body.page-template-template-content_page main ol li{position:relative}body.page-template-template-content_page main ul li:before,body.page-template-template-content_page main ol li:before{content:"";position:absolute;top:11px;left:-10px;width:4px;height:4px;background:#eeffea;border-radius:50%}@media (min-width: 1200px){body.page-template-template-content_page main ul li:before,body.page-template-template-content_page main ol li:before{left:-14px}}body.page-template-template-content_page main .mfn-preamble,body.page-template-template-content_page main .mfn-body,body.page-template-template-content_page main .mfn-footer{color:#eeffea}body.page-template-template-content_page main .mfn-preamble ul li,body.page-template-template-content_page main .mfn-preamble ol li,body.page-template-template-content_page main .mfn-body ul li,body.page-template-template-content_page main .mfn-body ol li,body.page-template-template-content_page main .mfn-footer ul li,body.page-template-template-content_page main .mfn-footer ol li{position:relative}body.page-template-template-content_page main .mfn-preamble ul li:before,body.page-template-template-content_page main .mfn-preamble ol li:before,body.page-template-template-content_page main .mfn-body ul li:before,body.page-template-template-content_page main .mfn-body ol li:before,body.page-template-template-content_page main .mfn-footer ul li:before,body.page-template-template-content_page main .mfn-footer ol li:before{content:"";position:absolute;top:11px;left:-10px;width:4px;height:4px;background:#eeffea;border-radius:50%}@media (min-width: 1200px){body.page-template-template-content_page main .mfn-preamble ul li:before,body.page-template-template-content_page main .mfn-preamble ol li:before,body.page-template-template-content_page main .mfn-body ul li:before,body.page-template-template-content_page main .mfn-body ol li:before,body.page-template-template-content_page main .mfn-footer ul li:before,body.page-template-template-content_page main .mfn-footer ol li:before{left:-14px}}body.page-template-template-content_page main .mfn-preamble blockquote,body.page-template-template-content_page main .mfn-body blockquote,body.page-template-template-content_page main .mfn-footer blockquote{margin:16px 0 0;padding:0}body.mfn_news-template-default main .container{padding-top:110px;padding-bottom:100px}@media (min-width: 1024px){body.mfn_news-template-default main .container{padding-top:180px}}body.mfn_news-template-default main h1{font-size:32px;color:#eeffea}@media (min-width: 768px){body.mfn_news-template-default main h1{font-size:46px}}@media (min-width: 1024px){body.mfn_news-template-default main h1{font-size:64px}}body.mfn_news-template-default main .mfn-preamble,body.mfn_news-template-default main .mfn-body,body.mfn_news-template-default main .mfn-footer{color:#eeffea}body.mfn_news-template-default main .mfn-preamble ul li,body.mfn_news-template-default main .mfn-body ul li,body.mfn_news-template-default main .mfn-footer ul li{position:relative}body.mfn_news-template-default main .mfn-preamble ul li:before,body.mfn_news-template-default main .mfn-body ul li:before,body.mfn_news-template-default main .mfn-footer ul li:before{content:"";position:absolute;top:11px;left:-10px;width:4px;height:4px;background:#eeffea;border-radius:50%}@media (min-width: 1200px){body.mfn_news-template-default main .mfn-preamble ul li:before,body.mfn_news-template-default main .mfn-body ul li:before,body.mfn_news-template-default main .mfn-footer ul li:before{left:-14px}}body.mfn_news-template-default main .mfn-preamble blockquote,body.mfn_news-template-default main .mfn-body blockquote,body.mfn_news-template-default main .mfn-footer blockquote{margin:16px 0 0;padding:0}body.search-results main .container{padding-top:160px;padding-bottom:160px}body.search-results .page-title{font-size:48px;color:#eeffea}@media (min-width: 768px){body.search-results .page-title{font-size:64px}}@media (min-width: 1024px){body.search-results .page-title{font-size:96px}}body.search-results .search-form{position:relative;max-width:640px;margin:0 0 48px}body.search-results .search-form input[type="search"]{font-size:16px;line-height:24px;padding:8px 36px 8px 10px;height:40px;background:transparent;border:none;border-bottom:1px solid #eeffea;color:#eeffea;width:100%}body.search-results .search-form input[type="search"]::-webkit-input-placeholder{color:#eeffea}body.search-results .search-form input[type="search"]::-moz-placeholder{opacity:1;color:#eeffea}body.search-results .search-form input[type="search"]:-moz-placeholder{color:#eeffea}body.search-results .search-form input[type="search"]:-ms-input-placeholder{color:#eeffea}body.search-results .search-form input[type="search"].placeholder{color:#eeffea}body.search-results .search-form button{position:absolute;top:50%;right:5px;transform:translateY(-50%);padding:0}body.search-results .search-form button svg{fill:#eeffea;width:20px;height:20px}@media (min-width: 768px){body.search-results .search__posts li{margin:0 0 24px}}body.search-results .search__posts a{color:#eeffea;text-decoration:none}body.search-results .search__posts a:hover{color:#00ff7a}body.search-results .search__posts a *{color:inherit}body.search-results .navigation{margin-top:48px}body.search-results .navigation .page-numbers{color:#004253}body.search-results .navigation .page-numbers:hover{color:#6696ff}body.search-results .navigation .page-numbers.current:hover{color:#004253}body.rocket-down .rocket{transform:translateX(-50%) translateY(-500%);opacity:0;visibility:hidden}body.astronaut-down .astronaut-img{bottom:200vw;left:200vw}@media (min-width: 768px){body.astronaut-down .astronaut-img{left:280vw}}@media (min-width: 1024px){body.astronaut-down .astronaut-img{left:400vw}}#wrapper{min-height:100vh;width:100%;display:flex;flex-direction:column;overflow:hidden;position:relative}a{transition:color .15s ease-in-out}.btn{transition:background .15s ease-in-out,box-shadow .15s ease-in-out;display:inline-block;font-size:12px;font-weight:700;line-height:1.143;text-align:center;text-decoration:none;vertical-align:middle;padding:10px 16px;color:#00ff7a;min-width:140px;border:2px solid #00ff7a;letter-spacing:0.5px;border-radius:10px;text-transform:uppercase;background:#004253}@media (min-width: 768px){.btn{font-size:14px;min-width:160px}}.btn:hover{box-shadow:0 0 16px 4px #00ff7a inset}.btn:active{background:#00ff7a;color:#004253}.btn--yellow{border:2px solid #6696ff;color:#6696ff;background:#ffed59}.btn--yellow:hover{box-shadow:0 0 16px 4px #6696ff inset}.btn--yellow:active{background:#6696ff;color:#ffed59}.btn--secondary-blue{background:transparent;border-color:#6696ff;color:#6696ff}.btn--secondary-blue:hover{box-shadow:0 0 16px 4px #6696ff inset}.btn--secondary-blue:active{background:#6696ff;color:#eeffea}.btn--blue{background:transparent;border-color:#004253;color:#004253}.btn--blue:hover{box-shadow:0 0 16px 4px #004253 inset}.btn--blue:active{background:#004253;color:#eeffea}.btn--purple{background:transparent;border-color:#b882ff;color:#b882ff}.btn--purple:hover{box-shadow:0 0 16px 4px #b882ff inset}.btn--purple:active{background:#b882ff;color:#eeffea}.container{position:relative;z-index:9;max-width:1158px;margin:0 auto;padding:0 15px}main{flex-grow:1}button{background:transparent;border:none;outline:none}h1,.h1{line-height:1}@media (min-width: 768px){h1,.h1{font-size:80px}}@media (min-width: 1024px){h1,.h1{font-size:100px}}@media (min-width: 1200px){h1,.h1{font-size:120px}}h2{line-height:1.15625}@media (min-width: 768px){h2{font-size:48px}}@media (min-width: 1024px){h2{font-size:64px}}h3{line-height:1.23}@media (min-width: 768px){h3{font-size:28px}}@media (min-width: 1024px){h3{font-size:44px}}h4{line-height:1.236}@media (min-width: 768px){h4{font-size:24px}}@media (min-width: 1024px){h4{font-size:34px}}@media (min-width: 768px){h5{font-size:20px}}@media (min-width: 768px){h6{font-size:16px}}.orb{position:absolute;width:298px;height:298px;border-radius:50%;filter:blur(35px);z-index:5}@media (min-width: 1024px){.orb{width:498px;height:498px;filter:blur(55px)}}.orb:before{content:"";position:absolute;top:84px;right:32px;width:125px;height:125px;background:#eeffea;border-radius:50%;filter:blur(20px)}@media (min-width: 1024px){.orb:before{top:104px;right:105px;width:150px;height:150px;filter:blur(30px)}}.full-img{position:relative;z-index:8;padding:0 0 80px}@media (min-width: 1024px){.full-img{padding:0 0 180px}}.full-img.in-viewport .full-img__decor{left:25px}@media (min-width: 768px){.full-img.in-viewport .full-img__decor{left:50px}}@media (min-width: 1024px){.full-img.in-viewport .full-img__decor{left:168px}}.full-img__decor{transition:left .15s ease-in-out,.6s .15s ease-in-out;position:absolute;top:-65px;left:-100%;width:100px;height:100px;border-radius:50%;animation:flySatellite 5s linear 0.7s infinite}@media (min-width: 768px){.full-img__decor{top:-75px}}@media (min-width: 1024px){.full-img__decor{top:-154px}}.full-img__decor-icon{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:120px;max-width:none;max-height:none}@media (min-width: 768px){.full-img__decor-icon{width:180px}}@media (min-width: 1024px){.full-img__decor-icon{width:244px}}.full-img .orb--md{top:-170px;left:25px;width:296px;height:296px;filter:blur(33px);background:#6696ff;box-shadow:-48px -48px 48px 4px #ffc176 inset, -12px -12px 16px 4px #fff inset, 24px 24px 24px 12px #00ff7a inset;z-index:-1}@media (min-width: 768px){.full-img .orb--md{left:68px}}.full-img .orb--md:before{top:62px;right:62px;width:90px;height:90px;filter:blur(18px)}.full-img .orb.orb-seller-home{top:-190px;left:-49px;background:#b882ff;box-shadow:-80px -80px 80px 8px #ffed59 inset, -20px -20px 24px 8px #fff inset, 40px 40px 40px 16px #004253 inset;z-index:-1}@media (min-width: 1024px){.full-img .orb.orb-seller-home{top:-356px}}.full-img img:not([class]):not([id]){width:100%;object-fit:cover}.video{position:relative;border-radius:20px;overflow:hidden}@media (min-width: 1024px){.video{border-radius:40px}}.video__placeholder{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.video__placeholder:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.4)}.video__placeholder img{width:100%;height:100%;object-fit:cover}.video__placeholder h3{font-size:16px;font-weight:600;color:#eeffea;position:absolute;bottom:16px;left:16px;right:16px;margin:0}@media (min-width: 768px){.video__placeholder h3{font-size:32px;line-height:1.23;bottom:24px;left:24px;right:24px}}@media (min-width: 1024px){.video__placeholder h3{font-size:44px;bottom:60px;left:60px;right:60px}}.video__text{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center;z-index:99}.video__text strong{display:block;font-size:24px;line-height:1.23;font-weight:600;color:#eeffea;margin:0 0 12px}@media (min-width: 768px){.video__text strong{font-size:44px;margin:0 0 40px}}.video__text .btn{background:transparent}.video [data-video] iframe,.video [data-video] video{display:block}.video .fluid-video{position:relative;padding-bottom:56.25%;height:0}.video .fluid-video iframe,.video .fluid-video video{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden}.video [data-video].playing iframe,.video [data-video].playing video{opacity:1;visibility:visible}.video [data-video].playing .video__placeholder,.video [data-video].playing .btn-play{display:none}.video [data-video].playing .btn-play em,.video [data-video].playing.paused .btn-play span{display:inline}.video [data-video] .btn-play{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:11}@media (min-width: 1024px){.video [data-video] .btn-play{margin:4px 0 0 10px}}.video [data-video] .btn-play svg{width:32px}@media (min-width: 768px){.video [data-video] .btn-play svg{width:46px}}@media (min-width: 1024px){.video [data-video] .btn-play svg{width:78px}}.video [data-video] .btn-play svg path{transition:fill .15s ease-in-out}.video [data-video] .btn-play:hover svg path{fill:#eeffea}.stars-animate,.lines{position:fixed;top:0;left:0;right:0;bottom:0;z-index:7}.stars-animate img,.lines img{width:100%}.social{display:flex;flex-wrap:wrap;align-items:center;margin:0 -10px}.social li{padding:0 10px}.social a{position:relative;display:block}.social a:hover svg path{fill:#eeffea}.social a svg path{transition:fill .15s ease-in-out}.brands-video{padding:0 0 100px}@media (min-width: 1024px){.brands-video{padding:0 0 182px}}.brands-video[data-bg-color="secondary-blue"] h2{color:#eeffea}.brands-video .container{z-index:12}.brands-video h2{text-align:center;color:#004253}.brands-video .video .btn-play:hover svg path{fill:#eeffea}.brands-video .video .btn-play svg path{fill:#ffed59}.press-logos{padding:0 0 60px}@media (min-width: 1024px){.press-logos{padding:0 0 120px}}.press-logos .container{max-width:1116px}.strokes{position:absolute;top:0;left:50%;transform:translateX(-50%);width:1226px}.navigation{display:flex;flex-wrap:wrap;font-weight:600;margin:24px 0}@media (min-width: 768px){.navigation{font-size:18px}}@media (min-width: 1024px){.navigation{font-size:20px}}.navigation .page-numbers{display:flex;align-items:center;justify-content:center;color:#004253;text-decoration:none;width:40px;height:40px;background:#eeffea;margin-right:6px;border-radius:6px}@media (min-width: 1024px){.navigation .page-numbers{width:50px;height:50px;margin-right:12px}}.navigation .page-numbers.current{background:#ffc176;color:#eeffea}.error__wrapper{padding:160px 0;color:#eeffea}.error__wrapper .error__title{display:block;font-size:56px;line-height:1;font-weight:700;text-align:center}@media (min-width: 768px){.error__wrapper .error__title{font-size:96px}}@media (min-width: 1024px){.error__wrapper .error__title{font-size:120px}}.error__wrapper .error__subtitle{display:block;text-align:center;font-size:28px;line-height:1.2;font-weight:600}@media (min-width: 768px){.error__wrapper .error__subtitle{font-size:56px}}@media (min-width: 1024px){.error__wrapper .error__subtitle{font-size:64px}}.error__wrapper .search-form{position:relative;max-width:720px;margin:0 auto}.error__wrapper .search-form input[type="search"]{font-size:16px;line-height:24px;padding:8px 36px 8px 10px;height:40px;background:transparent;border:none;border-bottom:1px solid #00ff7a;color:#eeffea;width:100%}.error__wrapper .search-form input[type="search"]::-webkit-input-placeholder{color:#eeffea}.error__wrapper .search-form input[type="search"]::-moz-placeholder{opacity:1;color:#eeffea}.error__wrapper .search-form input[type="search"]:-moz-placeholder{color:#eeffea}.error__wrapper .search-form input[type="search"]:-ms-input-placeholder{color:#eeffea}.error__wrapper .search-form input[type="search"].placeholder{color:#eeffea}.error__wrapper .search-form button{position:absolute;top:50%;right:5px;transform:translateY(-50%);padding:0}.error__wrapper .search-form button svg{fill:#eeffea;width:20px;height:20px}@keyframes flySatellite{0%{transform:rotate(0deg) translateX(25px) rotate(0deg)}100%{transform:rotate(360deg) translateX(25px) rotate(-360deg)}}.cta{z-index:9;position:relative}.cta__btn{text-align:center}.header{transition:background .15s ease-in-out,padding .15s ease-in-out;position:fixed;top:0;left:0;right:0;z-index:99;padding:25px 0;flex-shrink:0}@media (min-width: 1024px){.header{padding:40px 0}}.header.fixed{background:#004253;padding:15px 0}@media (min-width: 1024px){.header.fixed{padding:25px 0}}@media (max-width: 1023px){.header.fixed .navbar{top:-15px}}@media (min-width: 1024px){.header.fixed .navbar__nav .sub-menu:before{background:#004253}}@media (min-width: 1024px){.header .container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:1420px}}.header .logo{position:relative}@media (min-width: 1024px){.header .logo{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);margin-top:3px}}@media (min-width: 1024px){.header--investor .navbar__nav{font-size:14px;justify-content:flex-end;padding:0 30px 0 0}}@media (min-width: 1024px){.header--investor .navbar__nav:last-child{justify-content:flex-start;padding:0 0 0 30px}}@media (min-width: 1024px){.header--investor .navbar__nav li{padding:0 26px}}@media (min-width: 1200px){.header--investor .navbar__nav li{padding:0 36px}}.logo{z-index:99;display:block;width:180px}@media (min-width: 1024px){.logo{width:160px}}@media (min-width: 1440px){.logo{width:210px}}.logo a{display:block}.logo a svg{width:100%}.navbar{transition:opacity .15s ease-in-out,visibility .15s ease-in-out}@media (max-width: 1023px){.navbar{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;top:-25px;left:0;right:0;padding:90px 0 30px;height:100vh;background:#004253;opacity:0;visibility:hidden}}@media (min-width: 1024px){.navbar{width:100%}}.nav-active .navbar{opacity:1;visibility:visible}@media (max-width: 1023px){.navbar__wrap{overflow:hidden;overflow-y:auto;max-height:calc(100vh - 120px);width:100%}}@media (min-width: 1024px){.navbar__wrap{display:flex;justify-content:space-between;align-items:center}}.navbar__nav{font-size:24px;font-weight:600;letter-spacing:0.5px;text-align:center;width:100%}@media (min-width: 1024px){.navbar__nav{font-size:12px;display:flex;margin:0 -12px;width:calc(50% - 80px);text-align:left;justify-content:space-between}}@media (min-width: 1200px){.navbar__nav{font-size:14px;width:calc(50% - 105px)}}@media (min-width: 1440px){.navbar__nav{margin:0 -27px}}.navbar__nav li{padding:6px 15px}@media (min-width: 1024px){.navbar__nav li{padding:0 12px}}@media (min-width: 1440px){.navbar__nav li{padding:0 27px}}@media (min-width: 1024px){.navbar__nav li:hover .sub-menu{opacity:1;visibility:visible;z-index:9}}@media (min-width: 1024px){.navbar__nav li.current-menu-parent:not(.hidden-submenu) .sub-menu{opacity:1;visibility:visible}}@media (max-width: 1023px){.navbar__nav li.current-menu-parent:not(.hidden-submenu)>a{color:#6696ff}}@media (max-width: 1023px){.navbar__nav li.current-menu-item>a{color:#6696ff}}@media (min-width: 1024px){.navbar__nav li.current-menu-item .sub-menu{opacity:1;visibility:visible}}@media (min-width: 1024px){.navbar__nav li.hidden-submenu .sub-menu{opacity:0;visibility:hidden}}.navbar__nav a{display:block;text-transform:uppercase;text-decoration:none;color:#eeffea}@media (min-width: 1024px){.navbar__nav a{color:#7aa5b6}}.navbar__nav a:hover{color:#6696ff}@media (min-width: 1024px){.navbar__nav a:hover{color:#eeffea}}@media (max-width: 1023px){.navbar__nav .sub-menu{font-size:20px;background:#eeffea;margin:12px -15px 0;padding:4px 0}}@media (min-width: 1024px){.navbar__nav .sub-menu{opacity:0;visibility:hidden;display:flex;flex-wrap:wrap;position:absolute;top:100%;left:50%;transform:translateX(-50%);justify-content:center;padding-top:50px;padding-bottom:15px;width:100%}}@media (min-width: 1024px){.navbar__nav .sub-menu:before{content:"";position:absolute;top:0;bottom:0;padding:0 9999px;margin:0 -9999px;z-index:-1}}.navbar__nav .sub-menu li{padding:4px 15px}@media (min-width: 1024px){.navbar__nav .sub-menu li{padding:0 27px}}.navbar__nav .sub-menu li.current-menu-item>a{color:#6696ff}@media (min-width: 1024px){.navbar__nav .sub-menu li.current-menu-item>a{color:#004253}}@media (max-width: 1023px){.navbar__nav .sub-menu a{color:#004253}}.nav-opener{position:absolute;top:50%;right:15px;width:42px;height:37px;transform:translateY(-50%);text-indent:-9999px;overflow:hidden;text-decoration:none;z-index:99}@media (min-width: 1024px){.nav-opener{display:none}}.nav-opener:before,.nav-opener:after,.nav-opener span{background:#00ff7a;position:absolute;top:19px;left:20%;right:20%;height:3px;margin-top:-2px;transition:all 0.2s linear}.nav-opener:before,.nav-opener:after{content:"";top:10px}.nav-opener:after{top:28px}.nav-active .nav-opener:before,.nav-active .nav-opener:after{transform:rotate(45deg);top:18px;left:15%;right:15%}.nav-active .nav-opener span{opacity:0}.nav-active .nav-opener:after{transform:rotate(-45deg)}.footer{flex-shrink:0;padding:0 0 54px}@media (min-width: 768px){.footer{padding:0 0 72px}}.footer .logo{margin:0 0 14px;width:240px}@media (min-width: 768px){.footer .logo{width:380px}}@media (min-width: 1024px){.footer .logo{width:456px}}.footer__row{padding:22px 0 32px;border-top:1px solid #00ff7a}@media (min-width: 768px){.footer__row{display:flex;flex-wrap:wrap;padding:22px 12px 54px 14px}}.footer__navbar{display:flex;flex-wrap:wrap}@media (min-width: 768px){.footer__navbar{width:70%}}.footer__navbar ul{font-size:14px;line-height:1.143;letter-spacing:0.5px;text-transform:uppercase;padding:0 48px 12px 0}@media (min-width: 768px){.footer__navbar ul{padding:0 32px 12px 0}}@media (min-width: 1024px){.footer__navbar ul{padding:0 64px 0 0}}.footer__navbar ul li{margin:0 0 14px}@media (min-width: 768px){.footer__navbar ul li{margin:0 0 17px}}.footer__navbar ul li:first-child a{font-weight:700}.footer__navbar ul li:first-child a:hover:before{background:#00ff7a}.footer__navbar ul li:first-child a:before{transition:background .15s ease-in-out;content:"";position:absolute;bottom:-4px;left:-2px;right:-2px;height:1px;background:#eeffea}.footer__navbar ul a{position:relative;font-weight:600;color:#eeffea;text-decoration:none}.footer__navbar ul a:hover{color:#00ff7a}@media (min-width: 768px){.footer__right{display:flex;flex-wrap:wrap;justify-content:flex-end;width:30%}}.footer__right-img{width:180px;margin:0 0 22px}@media (min-width: 1024px){.footer__right-img{width:264px}}@media (min-width: 768px){.footer__info{text-align:right}}.footer__info a{font-size:14px;line-height:1.143;font-weight:600;text-decoration:none;letter-spacing:0.5px;margin:0 0 10px}.footer__info a:hover{color:#eeffea}.footer .social{padding:14px 0 0}.footer__bottom-list{font-size:12px;line-height:1.2;font-weight:600;letter-spacing:0.5px;display:flex;flex-wrap:wrap;margin:0 -8px}@media (min-width: 768px){.footer__bottom-list{padding:0 6px;margin:0}}.footer__bottom-list li{padding:0 8px}.footer__bottom-list a{color:rgba(255,255,255,0.5);text-decoration:none}.footer__bottom-list a:hover{color:#00ff7a}body.theme-investor-brands .stats__box-head{background:#004253}body.theme-investor-brands .stats__box-text{color:#004253}body.theme-investor-brands .makes__box{background:#eeffea}body.theme-investor-brands .makes__box-decor{display:none}@media (min-width: 1024px){body.theme-investor-brands .makes-steps{padding:0 0 182px}}body.theme-investor-brands .makes-steps .orb{display:none}@media (min-width: 1024px){body.theme-investor-brands .case-study__article{padding:0 0 200px}}@media (min-width: 1024px){body.theme-investor-brands .case-study__article:last-child{padding:0 0 98px}}body.theme-investor-brands .case-study__article-text .blockquote-author{color:#004253}body.theme-investor-brands .case-study__article-box{background:#6696ff}body.theme-investor-brands .case-study__article-item{color:#004253}body.theme-investor-brands .case-study__article-stats-number{color:#004253}body.theme-investor-brands .case-study .orb{display:none}.charts{position:relative;padding:0 0 80px;margin:-197px 0 0}@media (min-width: 1024px){.charts{padding:0 0 200px}}.charts:before{content:"";position:absolute;top:-200px;left:0;right:0;background:linear-gradient(to bottom, rgba(0,66,83,0) 0%, #004253 100%);height:400px}.charts__box{padding:40px 20px 12px;border-radius:20px;background:#eeffea}@media (min-width: 768px){.charts__box{padding:60px 40px;border-radius:40px}}@media (min-width: 1024px){.charts__box{padding:60px 96px}}.charts__box-text{font-size:24px;line-height:1.23;font-weight:600;text-align:center}@media (min-width: 768px){.charts__box-text{font-size:32px}}@media (min-width: 1024px){.charts__box-text{font-size:44px}}.charts__box-text p{margin:0 0 58px}@media (min-width: 768px){.diagonal-chart{display:flex;flex-wrap:wrap;margin:0 -18px 36px}}@media (min-width: 1024px){.diagonal-chart{margin:0 -36px 40px}}.diagonal-chart__item{padding:0 0 25px}@media (min-width: 768px){.diagonal-chart__item{width:50%;padding:0 18px}}@media (min-width: 1024px){.diagonal-chart__item{padding:0 36px}}.diagonal-chart__item-box{font-size:20px;line-height:1.4;font-weight:600;background:#004253;border-radius:20px;padding:24px 16px;color:#00ff7a}@media (min-width: 768px){.diagonal-chart__item-box{padding:18px 32px 32px;border-radius:40px}}.diagonal-chart__item-box p{margin:0}.diagonal-chart__item-box>img{width:100%}@media (min-width: 1200px){.diagonal-chart__item-box>img{margin-top:-64px}}.diagonal-chart__number{display:block;font-size:48px;line-height:1;color:#00ff7a;margin:0 0 2px}@media (min-width: 768px){.diagonal-chart__number{font-size:64px}}@media (min-width: 768px){.circle-chart{display:flex;flex-wrap:wrap;justify-content:center;margin:0 -36px}}@media (min-width: 1024px){.circle-chart{margin:0 -60px}}@media (min-width: 1200px){.circle-chart{margin:0 -36px}}.circle-chart__item{width:280px;height:280px;margin:0 auto 32px}@media (min-width: 768px){.circle-chart__item{width:365px;height:341px;padding:0 12px;margin:0}}@media (min-width: 1024px){.circle-chart__item{width:461px;height:437px}}@media (min-width: 1200px){.circle-chart__item{width:50%;height:480px}}.circle-chart__item-box{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#004253;border-radius:50%;padding:28px;height:100%}.circle-chart__item-value{font-size:12px;font-weight:600;text-align:center;color:#eeffea;max-width:145px;margin:0 auto}@media (min-width: 768px){.circle-chart__item-value{font-size:14px;max-width:175px}}@media (min-width: 1024px){.circle-chart__item-value{font-size:16px;max-width:195px}}.circle-chart__item-value:last-of-type{margin:12px 0}@media (min-width: 1024px){.circle-chart__item-value:last-of-type{margin:22px 0 14px}}.circle-chart__item-value p{margin:0}.circle-chart__percent{display:block;font-size:46px;line-height:1;font-weight:700;color:#6696ff}@media (min-width: 1024px){.circle-chart__percent{font-size:64px}}.circle-chart svg{overflow:visible;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) rotate(-90deg)}.circle-orange{height:240px}@media (min-width: 768px){.circle-orange{height:260px}}@media (min-width: 1024px){.circle-orange{height:314px}}@media (min-width: 1200px){.circle-orange{height:364px}}.circle-orange .progress-bar{stroke:#ffc176}.circle-secondary-blue{height:280px}@media (min-width: 768px){.circle-secondary-blue{height:300px}}@media (min-width: 1024px){.circle-secondary-blue{height:374px}}@media (min-width: 1200px){.circle-secondary-blue{height:428px}}.circle-secondary-blue .progress-bar{stroke:#6696ff}.circle-yellow{height:240px}@media (min-width: 768px){.circle-yellow{height:260px}}@media (min-width: 1024px){.circle-yellow{height:314px}}@media (min-width: 1200px){.circle-yellow{height:364px}}.circle-yellow .progress-bar{stroke:#ffed59}.circle-purple{height:280px}@media (min-width: 768px){.circle-purple{height:300px}}@media (min-width: 1024px){.circle-purple{height:374px}}@media (min-width: 1200px){.circle-purple{height:428px}}.circle-purple .progress-bar{stroke:#b882ff}[data-percent="circle-orange"]{color:#ffc176}[data-percent="circle-secondary-blue"]{color:#6696ff}[data-percent="circle-purple"]{color:#b882ff}[data-percent="circle-yellow"]{color:#ffed59}.shadow{position:relative;display:flex;align-items:center;justify-content:center;z-index:3;min-height:360px;margin:0 0 120px}@media (min-width: 768px){.shadow{min-height:544px;margin:0 0 200px}}@media (min-width: 1024px){.shadow{min-height:720px}}.shadow__title{position:relative;z-index:4;display:block;font-size:32px;line-height:1;font-weight:900;text-align:center;color:#eeffea;margin-top:-8px}@media (min-width: 768px){.shadow__title{font-size:64px;margin-top:-16px}}@media (min-width: 1024px){.shadow__title{font-size:84px;margin-top:-24px}}@media (min-width: 1200px){.shadow__title{font-size:110px;margin-top:-32px}}.shadow__item{position:absolute;top:50%;transform:translate(-50%, -50%);left:50%;border-radius:20px}@media (min-width: 768px){.shadow__item{border-radius:40px}}.shadow__item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:20px;box-shadow:0 0 24px 12px #ffed59 inset;opacity:0;z-index:4}@media (min-width: 768px){.shadow__item:before{border-radius:40px}}.shadow__item.animate:before{animation:is-shadow 1.2s ease}.shadow__item:nth-child(1){width:53.439vw;height:8px;box-shadow:0 0 12px 6px #ffed59 inset;transition-delay:0s}.shadow__item:nth-child(2){width:57.672vw;height:40px;box-shadow:0 0 12px 6px #ffed59 inset;transition-delay:.08s}.shadow__item:nth-child(3){width:61.905vw;height:72px;box-shadow:0 0 12px 6px #f0e46a inset;transition-delay:.16s}.shadow__item:nth-child(4){width:66.138vw;height:104px;box-shadow:0 0 12px 6px #e0dc7a inset;transition-delay:.24s}.shadow__item:nth-child(5){width:70.371vw;height:136px;box-shadow:0 0 12px 6px #d1d38b inset;transition-delay:.32s}.shadow__item:nth-child(6){width:74.604vw;height:168px;box-shadow:0 0 12px 6px #c2ca9b inset;transition-delay:.4s}.shadow__item:nth-child(7){width:78.837vw;height:200px;box-shadow:0 0 12px 6px #b3c2ac inset;transition-delay:.48s}.shadow__item:nth-child(8){width:83.07vw;height:232px;box-shadow:0 0 12px 6px #a3b9bd inset;transition-delay:.56s}.shadow__item:nth-child(9){width:87.303vw;height:264px;box-shadow:0 0 12px 6px #94b0cd inset;transition-delay:.64s}.shadow__item:nth-child(10){width:91.536vw;height:296px;box-shadow:0 0 12px 6px #85a7de inset;transition-delay:.72s}.shadow__item:nth-child(11){width:95.769vw;height:328px;box-shadow:0 0 12px 6px #759fee inset;transition-delay:.8s}.shadow__item:nth-child(12){width:100.002vw;height:360px;box-shadow:0 0 12px 6px #6696ff inset;transition-delay:.88s}@media (min-width: 768px){.shadow__item:nth-child(1){width:53.439vw;height:16px;box-shadow:0 0 12px 6px #ffed59 inset;transition-delay:0s}.shadow__item:nth-child(2){width:57.672vw;height:64px;box-shadow:0 0 12px 6px #ffed59 inset;transition-delay:.08s}.shadow__item:nth-child(3){width:61.905vw;height:112px;box-shadow:0 0 12px 6px #f0e46a inset;transition-delay:.16s}.shadow__item:nth-child(4){width:66.138vw;height:160px;box-shadow:0 0 12px 6px #e0dc7a inset;transition-delay:.24s}.shadow__item:nth-child(5){width:70.371vw;height:208px;box-shadow:0 0 12px 6px #d1d38b inset;transition-delay:.32s}.shadow__item:nth-child(6){width:74.604vw;height:256px;box-shadow:0 0 12px 6px #c2ca9b inset;transition-delay:.4s}.shadow__item:nth-child(7){width:78.837vw;height:304px;box-shadow:0 0 12px 6px #b3c2ac inset;transition-delay:.48s}.shadow__item:nth-child(8){width:83.07vw;height:352px;box-shadow:0 0 12px 6px #a3b9bd inset;transition-delay:.56s}.shadow__item:nth-child(9){width:87.303vw;height:400px;box-shadow:0 0 12px 6px #94b0cd inset;transition-delay:.64s}.shadow__item:nth-child(10){width:91.536vw;height:448px;box-shadow:0 0 12px 6px #85a7de inset;transition-delay:.72s}.shadow__item:nth-child(11){width:95.769vw;height:496px;box-shadow:0 0 12px 6px #759fee inset;transition-delay:.8s}.shadow__item:nth-child(12){width:100.002vw;height:544px;box-shadow:0 0 12px 6px #6696ff inset;transition-delay:.88s}}@media (min-width: 1024px){.shadow__item:nth-child(1){width:53.439vw;height:16px;box-shadow:0 0 12px 6px #ffed59 inset;transition-delay:0s}.shadow__item:nth-child(2){width:57.672vw;height:80px;box-shadow:0 0 12px 6px #ffed59 inset;transition-delay:.08s}.shadow__item:nth-child(3){width:61.905vw;height:144px;box-shadow:0 0 12px 6px #f0e46a inset;transition-delay:.16s}.shadow__item:nth-child(4){width:66.138vw;height:208px;box-shadow:0 0 12px 6px #e0dc7a inset;transition-delay:.24s}.shadow__item:nth-child(5){width:70.371vw;height:272px;box-shadow:0 0 12px 6px #d1d38b inset;transition-delay:.32s}.shadow__item:nth-child(6){width:74.604vw;height:336px;box-shadow:0 0 12px 6px #c2ca9b inset;transition-delay:.4s}.shadow__item:nth-child(7){width:78.837vw;height:400px;box-shadow:0 0 12px 6px #b3c2ac inset;transition-delay:.48s}.shadow__item:nth-child(8){width:83.07vw;height:464px;box-shadow:0 0 12px 6px #a3b9bd inset;transition-delay:.56s}.shadow__item:nth-child(9){width:87.303vw;height:528px;box-shadow:0 0 12px 6px #94b0cd inset;transition-delay:.64s}.shadow__item:nth-child(10){width:91.536vw;height:592px;box-shadow:0 0 12px 6px #85a7de inset;transition-delay:.72s}.shadow__item:nth-child(11){width:95.769vw;height:656px;box-shadow:0 0 12px 6px #759fee inset;transition-delay:.8s}.shadow__item:nth-child(12){width:100.002vw;height:720px;box-shadow:0 0 12px 6px #6696ff inset;transition-delay:.88s}}@keyframes is-shadow{50%{opacity:1}}.seller{padding:0 0 80px}@media (min-width: 768px){.seller{padding:0 0 190px}}@media (min-width: 1024px){.seller{padding:0 0 242px}}.seller.in-viewport .seller__box-decor{right:5px}@media (min-width: 768px){.seller.in-viewport .seller__box-decor{right:30px}}@media (min-width: 1024px){.seller.in-viewport .seller__box-decor{right:50px}}@media (min-width: 1200px){.seller.in-viewport .seller__box-decor{right:-28px}}.seller__box{position:relative;padding:60px 20px;border-radius:20px;background:#004253}@media (min-width: 768px){.seller__box{border-radius:40px;padding:62px 42px 70px}}.seller__box h2{color:#00ff7a;max-width:320px;margin:0 auto 16px}@media (min-width: 768px){.seller__box h2{max-width:640px;margin:0 auto 24px}}@media (min-width: 1024px){.seller__box h2{margin:0 auto 48px}}.seller__box-head{max-width:936px;margin:0 auto 60px;text-align:center;color:#eeffea}@media (min-width: 768px){.seller__box-head{font-size:20px;line-height:1.6}}.seller__box-head strong{font-weight:600}.seller__box-decor{transition:right .15s ease-in-out,.6s .15s ease-in-out;position:absolute;top:-75px;right:-100%;width:100px;height:100px;border-radius:50%;animation:flySatellite 5s linear 0.7s infinite}@media (min-width: 768px){.seller__box-decor{top:-22px}}.seller__box-decor img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:130px;max-width:none;max-height:none}@media (min-width: 768px){.seller__box-decor img{width:186px}}@media (min-width: 1024px){.seller__box-decor img{width:249px}}.orbits{position:relative;padding:0 0 80px}@media (min-width: 768px){.orbits{padding:0 0 168px}}@media (min-width: 1024px){.orbits{padding:0 0 232px}}.orbits .orb{top:-190px;left:-70px;background:#6696f6;box-shadow:-80px -80px 80px 8px #ffed59 inset, -20px -20px 24px 8px #fff inset, 40px 40px 40px 16px #004253 inset}@media (min-width: 1024px){.orbits .orb{top:-298px}}@media (min-width: 768px){.orbits .row{display:flex;flex-wrap:wrap;margin:0 -12px}}.orbits .col{padding:0 0 32px}@media (min-width: 768px){.orbits .col{width:50%;padding:0 12px}}.orbits .col:last-child .orbits__item-img svg{width:240px}@media (min-width: 1024px){.orbits .col:last-child .orbits__item-img svg{width:360px}}@media (min-width: 1200px){.orbits .col:last-child .orbits__item-img svg{width:416px}}.orbits__item{position:relative}@media (max-width: 767px){.orbits__item{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:250px}}.orbits__item-text{position:relative;font-size:18px;line-height:1.2353;font-weight:600;text-align:center;color:#eeffea;max-width:240px;margin:0 auto}@media (min-width: 768px){.orbits__item-text{font-size:20px}}@media (min-width: 1024px){.orbits__item-text{font-size:30px;max-width:350px}}@media (min-width: 1200px){.orbits__item-text{font-size:34px;max-width:385px}}.orbits__item-title{font-size:42px;line-height:0.8;font-weight:900;display:block;color:#00ff7a;text-align:center;margin:0 0 8px}@media (min-width: 768px){.orbits__item-title{font-size:64px;margin:0 0 16px}}@media (min-width: 1024px){.orbits__item-title{font-size:86px}}@media (min-width: 1200px){.orbits__item-title{font-size:200px;margin:0 0 42px}}.orbits__item-img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:4;width:100%;text-align:center;margin-top:7px}@media (min-width: 1024px){.orbits__item-img{margin-top:14px}}@media (max-width: 1023px){.orbits__item-img img{max-height:320px}}.orbits__item-img svg{width:340px}@media (min-width: 1024px){.orbits__item-img svg{width:490px}}@media (min-width: 1200px){.orbits__item-img svg{width:559px}}.values{position:relative;padding:0 0 80px}@media (min-width: 1024px){.values{padding:0 0 248px}}.values:before{content:"";position:absolute;top:-680px;left:50%;transform:translateX(-50%);width:2000px;height:1700px;background-image:url(./52e4b90942076e2f605aeeb6e0871334.png);background-size:2000px 1700px;background-position:50% 50%}@media (min-width: 768px){.values:before{top:-540px;width:249.74vw;height:208.333vw;background-size:249.74vw 208.333vw}}@media (min-width: 1024px){.values:before{top:-644px;width:237.109vw;height:209.961vw;background-size:237.109vw 209.961vw}}@media (min-width: 1200px){.values:before{width:2678px;height:2400px;background-size:2678px 2400px}}.values__box{text-align:center;padding:32px 16px 42px;border-radius:20px;background:#ffed59}@media (min-width: 768px){.values__box{font-size:18px;padding:32px 32px 42px}}@media (min-width: 1024px){.values__box{font-size:20px;line-height:1.6;border-radius:40px;padding:54px 96px 60px}}.values__box>svg{width:64px}@media (min-width: 1024px){.values__box>svg{width:78px;margin-top:4px}}.values__box h2{font-size:40px;line-height:1;font-weight:900;color:#6696ff;max-width:315px;margin:-22px auto 18px}@media (min-width: 768px){.values__box h2{font-size:64px;max-width:520px;margin:-22px auto 28px}}@media (min-width: 1024px){.values__box h2{font-size:120px;max-width:820px}}.values__box p{margin:0 0 24px}@media (min-width: 1024px){.values__box .btn{margin:36px 0 40px}}@media (min-width: 768px){.values .row{display:flex;flex-wrap:wrap;margin:0 -24px}}@media (min-width: 1024px){.values .row{margin:18px -80px 0}}@media (min-width: 1200px){.values .row{margin:28px -36px 0}}.values .col{padding:0 0 15px}@media (min-width: 768px){.values .col{display:flex;width:50%;padding:24px 12px 0}}@media (min-width: 1024px){.values .col{width:33.332%;padding:32px 16px 0}}.values .card{font-size:14px;line-height:1.43;background:#6696ff;color:#eeffea;padding:18px 20px 8px}@media (min-width: 768px){.values .card{padding:18px 20px 22px}}.values .card__icon{display:flex;align-items:center;min-height:60px}.values .card__icon img{width:60px}.values .card.creativity img{width:54px}.values .card.sustainability img{width:68px}.values .card svg{margin:0 0 2px}.values .card h3{color:#ffed59}@media (min-width: 1024px){.values--about{padding:0 0 200px}}.values--about:before{background-image:url(./2753c7604ead904c8b007f694c7d244b.png)}@media (min-width: 1200px){.values--about:before{top:-499px;width:2350px;height:2106px;background-size:2350px 2106px}}.values--about .values__box{font-size:16px;line-height:1.5;letter-spacing:0.5px}.values--about .values__box h2{letter-spacing:0}.brands{padding:0 0 80px}@media (min-width: 1024px){.brands{padding:94px 0 216px}}.brands h2{font-size:30px;text-align:center;color:#eeffea;max-width:460px;margin:0 auto 24px}@media (min-width: 768px){.brands h2{font-size:36px;max-width:630px;margin:0 auto 32px}}@media (min-width: 1024px){.brands h2{font-size:64px;margin:0 auto 88px;max-width:1120px}}.brands__list{font-weight:600;display:flex;flex-wrap:wrap;justify-content:center;max-width:535px;margin:0 auto}@media (min-width: 768px){.brands__list{font-size:22px;line-height:1.236;max-width:680px}}@media (min-width: 1024px){.brands__list{font-size:30px;max-width:100%}}@media (min-width: 1200px){.brands__list{font-size:34px}}.brands__list li{padding:0 5px 10px}@media (min-width: 1024px){.brands__list li{padding:0 12px 24px}}.brands__list li:nth-child(6n+1) a{background:#b4cbff}.brands__list li:nth-child(6n+1) a:hover{background:#6896ff}.brands__list li:nth-child(6n+2) a{background:#ffc176}.brands__list li:nth-child(6n+2) a:hover{background:#ff9e2a}.brands__list li:nth-child(6n+3) a{background:#ffee5a}.brands__list li:nth-child(6n+3) a:hover{background:#ffe60e}.brands__list li:nth-child(6n+4) a{background:#eeffea}.brands__list li:nth-child(6n+4) a:hover{background:#b0ff9e}.brands__list li:nth-child(6n+5) a{background:#b882fe}.brands__list li:nth-child(6n+5) a:hover{background:#8d36fd}.brands__list li:nth-child(6n+6) a{background:#6697ff}.brands__list li:nth-child(6n+6) a:hover{background:#1a63ff}.brands__list a{transition:background .15s ease-in-out;display:block;text-align:center;border-radius:12px;text-decoration:none;color:#004253;padding:10px 12px}@media (min-width: 768px){.brands__list a{padding:12px 16px}}@media (min-width: 1024px){.brands__list a{border-radius:24px;padding:24px 36px}}.stories{position:relative;padding:0 0 80px}@media (min-width: 1024px){.stories{padding:0 0 180px}}.stories .orb{top:-180px;right:-60px;background:#ffed59;box-shadow:-40px -40px 40px 8px #b882ff inset, -20px -20px 24px 8px #fff inset, 40px 40px 40px 16px #004253 inset}@media (min-width: 1024px){.stories .orb{top:-274px;right:-114px;box-shadow:-80px -80px 80px 8px #b882ff inset, -20px -20px 24px 8px #fff inset, 40px 40px 40px 16px #004253 inset}}.stories .orb--seller{background:#ffed59;box-shadow:-40px -40px 40px 8px #b882ff inset, -20px -20px 24px 8px #fff inset, 40px 40px 40px 16px #00ff7a inset}@media (min-width: 1024px){.stories .orb--seller{box-shadow:-80px -80px 80px 8px #b882ff inset, -20px -20px 24px 8px #fff inset, 40px 40px 40px 16px #00ff7a inset;top:-185px;right:-136px}}.stories h2{text-align:center;color:#eeffea;margin:0 0 16px}@media (min-width: 768px){.stories h2{margin:0 0 24px}}@media (min-width: 1024px){.stories h2{margin:0 0 30px}}.media{position:relative;z-index:8;padding:0 0 100px}@media (min-width: 1024px){.media{padding:0 0 240px}}.media h2{max-width:320px;margin:0 auto 16px;color:#eeffea;text-align:center}@media (min-width: 768px){.media h2{max-width:760px;margin:0 auto 24px}}@media (min-width: 1024px){.media h2{max-width:1128px;margin:0 auto 48px}}.media__slider{padding:0 64px 60px}@media (min-width: 1024px){.media__slider{padding:0 24px 60px}}@media (min-width: 1440px){.media__slider{padding:0 95px 60px}}.media__slider .swiper-slide{display:flex;height:auto}.media__card{border-radius:20px;padding:16px 16px 42px;background:#01313f}@media (min-width: 1200px){.media__card{padding:20px 20px 72px;border-radius:40px}}.media__card a{display:block;text-decoration:none}.media__card-img{border-radius:10px;margin:0 0 20px;width:100%;object-fit:cover}.media__card-body{color:#eeffea}.media__card-body h4{font-size:18px;line-height:1.4;font-weight:600;color:#eeffea;margin:0 0 8px}@media (min-width: 768px){.media__card-body h4{font-size:20px}}.media__card-body ul{font-size:14px;line-height:1.5;font-weight:400;display:flex;flex-wrap:wrap;letter-spacing:0.5px;margin:0 -7px}@media (min-width: 1200px){.media__card-body ul{font-size:16px;margin:0 -10px}}.media__card-body ul li{position:relative;padding:0 7px}@media (min-width: 1200px){.media__card-body ul li{padding:0 10px}}.media__card-body ul li:after{content:"";position:absolute;top:5px;right:0;height:15px;width:1px;background:#eeffea}@media (min-width: 768px){.media__card-body ul li:after{right:2px}}.media__card-body ul li:last-child:after{display:none}.media__logos{border-radius:20px;background:#eeffea;padding:32px 16px}@media (min-width: 768px){.media__logos{padding:60px 21px}}@media (min-width: 1024px){.media__logos{border-radius:40px}}.team{padding:0 0 80px}@media (min-width: 1024px){.team{padding:42px 0 200px}}.team .container{z-index:10}.team h2{text-align:center;margin:0 0 16px;color:#eeffea}@media (min-width: 768px){.team h2{margin:0 0 24px}}@media (min-width: 1024px){.team h2{margin:0 0 48px}}.team__box{display:flex;flex-wrap:wrap;border-radius:20px;padding:0 20px;background:#01313f;margin:0 0 30px}@media (min-width: 1024px){.team__box{border-radius:40px;padding:0 42px 0 54px;margin:0 0 60px}}.team__box-text{padding:24px 0}@media (min-width: 768px){.team__box-text{padding:48px 0;width:56.3%}}@media (min-width: 1024px){.team__box-text{padding:85px 0}}.team__box blockquote{font-weight:600;margin:0;padding:0;color:#eeffea}@media (min-width: 768px){.team__box blockquote{font-size:22px;line-height:1.4}}@media (min-width: 1024px){.team__box blockquote{font-size:26px}}.team__box blockquote p{position:relative;margin:0 0 12px}.team__box blockquote p:only-of-type:before{content:'"';position:absolute;top:0;left:-9px}.team__box blockquote p:only-of-type:after{content:'"';position:absolute}.team__box blockquote p:first-of-type:before{content:'"';position:absolute;top:0;left:-9px}.team__box blockquote p:last-of-type:after{content:'"';position:absolute}.team__box blockquote span{display:block;font-weight:600}@media (min-width: 768px){.team__box blockquote span{font-size:18px;line-height:1.4}}@media (min-width: 1024px){.team__box blockquote span{font-size:20px}}.team__box blockquote .blockquote-author{font-size:18px;color:#00ff7a;margin:0 0 2px}@media (min-width: 768px){.team__box blockquote .blockquote-author{font-size:22px;line-height:1.4}}@media (min-width: 1024px){.team__box blockquote .blockquote-author{font-size:26px}}.team__box blockquote .blockquote-pos{color:rgba(255,255,255,0.5);max-width:340px}.team__box-photo{display:flex;align-items:flex-end}@media (min-width: 768px){.team__box-photo{width:43.7%}}@media (min-width: 375px){.team__row{display:flex;flex-wrap:wrap;margin:0 -10px}}@media (min-width: 1024px){.team__row{margin:0 -16px;justify-content:center}}@media (min-width: 1200px){.team__row{margin:0 -28px}}.team__col{padding:0 0 20px}@media (min-width: 375px){.team__col{display:flex;width:50%;padding:0 10px 20px}}@media (min-width: 768px){.team__col{width:25%}}@media (min-width: 1024px){.team__col{padding:0 16px 32px}}@media (min-width: 1200px){.team__col{padding:0 28px 60px}}.team__card{border-radius:16px;overflow:hidden;background:#01313f;font-weight:600;color:#eeffea;width:100%}@media (min-width: 1024px){.team__card{border-radius:24px}}.team__card-photo{transition:filter .15s ease-in-out;border-radius:16px;overflow:hidden;width:100%;filter:grayscale(100%)}@media (min-width: 1024px){.team__card-photo{border-radius:24px}}.team__card-photo:hover{filter:grayscale(0%)}.team__card h3{font-size:16px;font-weight:600;color:#00ff7a;margin:0 0 4px}@media (min-width: 1024px){.team__card h3{font-size:20px;line-height:1.4}}.team__card-body{font-size:14px;line-height:1.3;padding:8px 12px 24px}@media (min-width: 1024px){.team__card-body{font-size:16px;line-height:1.5}}@media (min-width: 1200px){.team__card-body{padding:12px 12px 20px}}.team__card-body p{margin:0}.team__btn{text-align:center}.team .shooting{position:absolute;top:50px;left:0;right:0}@media (min-width: 768px){.team .shooting{top:0}}.life{padding:0 0 80px}@media (min-width: 1024px){.life{padding:0 0 190px}}.life .orb{top:-175px;left:-95px;background:#00ff7a;box-shadow:-40px -40px 40px 8px #b882ff inset, -20px -20px 24px 8px #fff inset, 40px 40px 40px 16px #004253 inset;z-index:-1}@media (min-width: 1024px){.life .orb{top:-389px;left:-171px;box-shadow:-80px -80px 80px 8px #b882ff inset, -20px -20px 24px 8px #fff inset, 40px 40px 40px 16px #004253 inset}}.life .orb:before{top:194px}.life .video{margin:0 0 30px}@media (min-width: 1024px){.life .video{margin:0 0 60px}}.life [data-video].playing iframe{pointer-events:none}.life__slider{width:100%;height:100%;position:relative;z-index:8}@media (min-width: 768px){.life__slider{padding:0 64px}}@media (min-width: 1024px){.life__slider{padding:0 155px}}@media (min-width: 1200px){.life__slider{padding:0 12.917vw}}.life__slider--top{padding-bottom:30px}@media (min-width: 1024px){.life__slider--top{padding-bottom:60px}}.life__slider .swiper-wrapper{transition-timing-function:linear}.life__slider .swiper-slide{display:flex;justify-content:center;align-items:center;width:auto;position:relative;overflow:hidden;padding:0 6px;cursor:grab}@media (min-width: 768px){.life__slider .swiper-slide{padding:0 12px}}@media (min-width: 1024px){.life__slider .swiper-slide{padding:0 20px}}.life__slider .swiper-slide img{width:100%;border-radius:16px;overflow:hidden}@media (min-width: 1024px){.life__slider .swiper-slide img{border-radius:24px}}.about-hero__circle{position:relative}.about-hero__circle .circle{position:absolute;left:50%;transform:translateX(-50%);border-radius:50%;background:#6696ff}.about-hero__circle .circle--sm{top:-340px;width:1000px;height:1000px;box-shadow:0px 0px 54px 27px #ffed59 inset;z-index:6}@media (min-width: 1024px){.about-hero__circle .circle--sm{top:-218px;width:1036px;height:1036px}}.about-hero__circle .circle--md{top:-600px;width:1344px;height:1344px;opacity:0.75;box-shadow:0px 0px 72px 36px #ffed59 inset;filter:blur(10px);z-index:5}@media (min-width: 1024px){.about-hero__circle .circle--md{top:-390px;width:1380px;height:1380px}}.about-hero__circle .circle--lg{top:-830px;width:1688px;height:1688px;opacity:0.5;box-shadow:0px 0px 96px 48px #ffed59 inset;filter:blur(20px);z-index:4}@media (min-width: 1024px){.about-hero__circle .circle--lg{top:-562px;width:1724px;height:1724px}}.about-hero__circle .circle--xl{top:-1060px;width:2032px;height:2032px;opacity:0.25;box-shadow:0px 0px 96px 48px #ffed59 inset;filter:blur(30px);z-index:3}@media (min-width: 1024px){.about-hero__circle .circle--xl{top:-734px;width:2068px;height:2068px}}.about-hero .hero-text{padding:150px 0 50px;max-width:940px;margin:0 auto}@media (min-width: 768px){.about-hero .hero-text{padding:196px 0 96px}}.about-hero .hero-text h1{color:#ffed59;font-weight:900;margin:0 0 28px}.experience{padding:0 0 80px}@media (min-width: 1024px){.experience{padding:32px 0 170px}}.experience__wrap{position:relative}.experience__text{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-size:18px;line-height:1.23;font-weight:600;text-align:center;color:#ffed59;width:100%;z-index:10}@media (min-width: 768px){.experience__text{font-size:30px;margin:-8px 0 0}}@media (min-width: 1024px){.experience__text{font-size:36px;margin:-18px 0 0}}@media (min-width: 1200px){.experience__text{font-size:44px}}.experience__text-title{display:block;font-size:56px;line-height:0.94;font-weight:900}@media (min-width: 768px){.experience__text-title{font-size:150px}}@media (min-width: 1024px){.experience__text-title{font-size:220px}}@media (min-width: 1200px){.experience__text-title{font-size:300px}}.experience__circles{display:flex;flex-wrap:wrap;margin:0 -6px}.experience__circles li{width:20%;padding:0 6px 12px}.experience__circles li.blured span{background:#6696ff;filter:blur(40px);box-shadow:none}.experience__circles li span{transition:filter 1.2s ease-in-out,background 1.2s ease-in-out,box-shadow 1.2s ease-in-out;display:block;width:18vw;height:18vw;border-radius:50%;background:#004253;box-shadow:0 0 24px 12px #6696ff inset}@media (min-width: 768px){.experience__circles li span{box-shadow:0 0 30px 20px #6696ff inset}}@media (min-width: 1024px){.experience__circles li span{box-shadow:0 0 60px 40px #6696ff inset}}@media (min-width: 768px){.experience__circles li span{width:140px;height:140px}}@media (min-width: 1024px){.experience__circles li span{width:180px;height:180px}}@media (min-width: 1200px){.experience__circles li span{width:216px;height:216px}}.experience__btn{text-align:center;padding:50px 0 80px}@media (min-width: 768px){.experience__btn{padding:68px 0 110px}}.experience__btn .btn{min-width:120px}.leadership{padding:0 0 80px}@media (min-width: 1024px){.leadership{padding:0 0 140px}}.leadership h2{text-align:center;color:#eeffea;margin:0 0 16px}@media (min-width: 768px){.leadership h2{margin:0 0 24px}}@media (min-width: 1024px){.leadership h2{margin:0 0 46px}}.leadership .team__row{position:relative;z-index:10}.leadership .team__card-body h3{color:#ffed59}.leadership .orb{top:205px;left:-95px;background:#b882ff;box-shadow:-40px -40px 40px 8px #ffed59 inset, -20px -20px 24px 8px #fff inset, 40px 40px 40px 16px #004253 inset}@media (min-width: 1024px){.leadership .orb{top:250px;left:-250px;box-shadow:-80px -80px 80px 8px #ffed59 inset, -20px -20px 24px 8px #fff inset, 40px 40px 40px 16px #004253 inset}}.cards{padding:0 0 80px}@media (min-width: 1024px){.cards{padding:0 0 176px}}@media (min-width: 768px){.cards .row{display:flex;flex-wrap:wrap;margin:0 -6px}}@media (min-width: 1024px){.cards .row{margin:0 -12px}}.cards .col{padding:0 0 15px}@media (min-width: 768px){.cards .col{display:flex;width:33.332%;padding:0 6px 12px}}@media (min-width: 1024px){.cards .col{padding:0 12px 24px}}.card{letter-spacing:0.5px;border-radius:20px;text-align:left;background:#ffc176;padding:16px 16px 12px;color:#004253}@media (min-width: 1024px){.card{border-radius:40px;padding:24px 22px 12px 24px}}.card h3{font-size:22px;line-height:1.1;font-weight:600;color:#004253;letter-spacing:0;margin:0 0 7px}@media (min-width: 1024px){.card h3{font-size:26px}}.card__icon{display:flex;align-items:center;min-height:62px;margin:0 0 5px}.card__icon img{width:98px}.card--purple{background:#caa1ff}.card--purple .card__icon img{width:54px}.card--yellow{background:#ffed59}.card--yellow .card__icon img{width:50px}.map{padding:0 0 100px}@media (min-width: 1024px){.map{padding:24px 0 212px}}.map h2{text-align:center;color:#eeffea;margin:0 0 48px}@media (min-width: 1024px){.map h2{max-width:1060px;margin:0 auto 48px}}#map{width:100%}#map g[data-id]{cursor:pointer}#map g[data-id] path{transition:fill .15s ease-in-out}#map g[data-id]:hover path{fill:#ffed59}#map text{transition:opacity .15s ease-in-out,visibility .15s ease-in-out;font-size:26px;font-weight:600;fill:#ffed59;opacity:0;visibility:hidden}#map text.hover{opacity:1;visibility:visible}.brands-hero{position:relative}.brands-hero:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:1200px;height:600px;background-image:url(./18c8971910188826468cfd6de107566c.svg);background-size:1200px 600px;background-position:50% 50%;background-repeat:no-repeat}@media (min-width: 768px){.brands-hero:before{width:1600px;height:800px;background-size:1400px 800px}}@media (min-width: 1024px){.brands-hero:before{width:1920px;height:990px;background-size:1920px 990px}}.brands-hero .hero-text{padding:150px 0 50px;max-width:350px;margin:0 auto}@media (min-width: 768px){.brands-hero .hero-text{padding:225px 0 80px;max-width:630px}}@media (min-width: 1024px){.brands-hero .hero-text{max-width:940px}}.brands-hero h1{font-size:36px;line-height:1.042;color:#ffed59}@media (min-width: 768px){.brands-hero h1{font-size:56px}}@media (min-width: 1024px){.brands-hero h1{font-size:96px}}.stats{padding:42px 0 80px}@media (min-width: 1024px){.stats{padding:42px 0 160px}}@media (min-width: 375px){.stats__row{display:flex;flex-wrap:wrap;margin:0 -6px}}@media (min-width: 768px){.stats__row{margin:0 -12px}}.stats__col{padding:0 0 15px}@media (min-width: 375px){.stats__col{width:50%;padding:0 6px 20px}}@media (min-width: 768px){.stats__col{width:33.332%;padding:0 12px 40px}}.stats__box-head{display:flex;align-items:center;justify-content:center;position:relative;padding:16px;border-radius:20px;min-height:140px;background:#4b6fbd}@media (min-width: 375px){.stats__box-head{padding:6px}}@media (min-width: 768px){.stats__box-head{min-height:160px;padding:12px}}@media (min-width: 1024px){.stats__box-head{padding:19px 24px 25px;border-radius:40px;min-height:200px}}.stats__box-number{font-size:50px;line-height:1.042;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#eeffea;margin-top:-6px}@media (min-width: 768px){.stats__box-number{font-size:64px}}@media (min-width: 1024px){.stats__box-number{font-size:96px}}.stats__box-text{font-weight:600;padding:8px 12px 0;color:#eeffea}@media (min-width: 768px){.stats__box-text{font-size:18px;line-height:1.4;max-width:205px}}@media (min-width: 1024px){.stats__box-text{font-size:20px;max-width:290px;padding:16px 24px 0}}.stats__box-text p{margin:0}.makes{padding:0 0 80px}@media (min-width: 1024px){.makes{padding:0 0 100px}}.makes.in-viewport .makes__box-decor{right:0}@media (min-width: 768px){.makes.in-viewport .makes__box-decor{right:20px}}@media (min-width: 1024px){.makes.in-viewport .makes__box-decor{right:20px}}@media (min-width: 1200px){.makes.in-viewport .makes__box-decor{right:-57px}}.makes__box{position:relative;padding:24px 16px;border-radius:20px;background:#6696ff}@media (min-width: 768px){.makes__box{padding:32px 24px}}@media (min-width: 1024px){.makes__box{border-radius:40px;padding:42px 44px 0}}.makes__box h2{text-align:center;color:#004253;margin:0 0 16px}@media (min-width: 768px){.makes__box h2{font-size:44px;margin:0 0 24px}}@media (min-width: 1024px){.makes__box h2{font-size:56px;margin:0 0 48px}}@media (min-width: 1200px){.makes__box h2{font-size:64px}}.makes__box-decor{transition:right .15s ease-in-out,.6s .15s ease-in-out;position:absolute;top:-55px;right:-100%;width:100px;height:100px;border-radius:50%;animation:flySatellite 5s linear 0.7s infinite}@media (min-width: 1024px){.makes__box-decor{top:120px}}@media (min-width: 1200px){.makes__box-decor{top:150px}}.makes__box-decor img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:95px;max-width:none;max-height:none}@media (min-width: 768px){.makes__box-decor img{width:140px}}@media (min-width: 1024px){.makes__box-decor img{width:190px}}@media (min-width: 1200px){.makes__box-decor img{width:247px}}.makes .orb{bottom:26px;left:-124px;width:296px;height:296px;border-radius:50%;box-shadow:-48px -48px 48px 4px #ffc176 inset, -12px -12px 16px 4px #fff inset, 24px 24px 24px 12px #eeffeb inset;background:#b882ff;filter:blur(33px);z-index:-1}.makes .orb:before{top:62px;right:62px;width:90px;height:90px;filter:blur(18px)}@media (min-width: 768px){.makes__row{display:flex;flex-wrap:wrap;justify-content:center;margin:0 -10px}}@media (min-width: 1024px){.makes__row{margin:0 -20px}}.makes__col{padding:0 0 15px}@media (min-width: 768px){.makes__col{display:flex;width:50%;padding:0 6px 12px}}@media (min-width: 768px){.makes__col{width:33.332%;padding:0 10px 30px}}@media (min-width: 1024px){.makes__col{padding:0 20px 60px}}.makes__col:nth-child(2) .makes__card-icon img{width:110px}.makes__col:nth-child(3) .makes__card-icon img{width:96px}.makes__col:nth-child(4) .makes__card-icon img{width:72px}.makes__col:nth-child(5) .makes__card-icon img{width:72px}.makes__card{font-weight:600;width:100%;padding:16px;border-radius:16px;background:#daf4ff}@media (min-width: 768px){.makes__card{font-size:18px;line-height:1.4}}@media (min-width: 1024px){.makes__card{font-size:20px;padding:21px 24px 24px;border-radius:24px}}.makes__card--orange{background:#ffc176}.makes__card--purple{background:#dbc1fe}.makes__card--yellow{background:#ffed59}.makes__card--green{background:#81ffbd}.makes__card-icon{margin:0 0 12px}@media (min-width: 768px){.makes__card-icon{margin:0 0 15px -3px}}.makes__card-icon img{width:66px}.makes__card p{margin:0}@media (max-width: 767px){.makes__card p br{display:none}}.makes-steps{padding:0 0 80px}@media (min-width: 768px){.makes-steps{padding:0 0 140px}}@media (min-width: 1024px){.makes-steps{padding:0 0 244px}}.makes-steps h2{text-align:center;color:#004253;margin:0 0 16px}@media (min-width: 1024px){.makes-steps h2{margin:0 0 24px}}@media (min-width: 1024px){.makes-steps h2{margin:0 0 48px}}.makes-steps__list{counter-reset:counter}.makes-steps__list li{padding:16px;margin:16px 0 0;border-radius:20px;counter-increment:counter}@media (min-width: 768px){.makes-steps__list li{display:flex;flex-wrap:wrap;align-items:center;padding:24px 36px 34px 24px;margin:24px 0 0}}@media (min-width: 1024px){.makes-steps__list li{padding:38px 64px 34px 48px;border-radius:40px}}@media (min-width: 1200px){.makes-steps__list li{padding:38px 84px 34px 50px}}@media (min-width: 768px){.makes-steps__list li:nth-child(even){flex-direction:row-reverse;padding:24px 24px 32px 36px}}@media (min-width: 1024px){.makes-steps__list li:nth-child(even){padding:22px 52px 18px 52px}}@media (min-width: 1024px){.makes-steps__list li:nth-child(even) .makes-steps__list-icon{margin-top:12px}}.makes-steps__list li:nth-child(even) .makes-steps__list-text{letter-spacing:0}@media (min-width: 768px){.makes-steps__list li:nth-child(even) .makes-steps__list-text{padding:0 24px 0 0}}@media (min-width: 1024px){.makes-steps__list li:nth-child(even) .makes-steps__list-text{font-size:20px;line-height:1.5;padding:0 65px 0 0}}@media (min-width: 768px){.makes-steps__list li:nth-child(even) .makes-steps__list-text h3{padding:16px 0 0 0}}.makes-steps__list li:nth-child(3n+1){background:#ffc176}.makes-steps__list li:nth-child(3n+2){background:#dbc1fe}.makes-steps__list li:nth-child(3n+3){background:#ffed59}@media (min-width: 1024px){.makes-steps__list li:nth-child(2) .makes-steps__list-icon img{width:266px}}@media (min-width: 1024px){.makes-steps__list li:nth-child(3) .makes-steps__list-icon img{width:248px}}.makes-steps__list-icon{max-width:200px;margin:0 0 12px}@media (min-width: 768px){.makes-steps__list-icon{max-width:240px;min-width:240px;margin:0}}@media (min-width: 1024px){.makes-steps__list-icon{margin-top:8px;max-width:300px;min-width:300px}}@media (min-width: 1024px){.makes-steps__list-icon img{width:300px}}.makes-steps__list-text{letter-spacing:0.5px}@media (min-width: 768px){.makes-steps__list-text{flex:1 1 0;padding:0 0 0 24px}}@media (min-width: 1024px){.makes-steps__list-text{padding:0 0 0 46px}}@media (min-width: 1200px){.makes-steps__list-text{padding:0 0 0 50px}}.makes-steps__list-text h3{display:flex;align-items:center;position:relative;font-size:22px;line-height:1.23;font-weight:600;color:#004253;padding:6px 0 0 0;letter-spacing:0;margin:0 0 12px}@media (min-width: 768px){.makes-steps__list-text h3{font-size:30px;padding:12px 0 0 0;margin:0 0 16px}}@media (min-width: 1024px){.makes-steps__list-text h3{font-size:40px}}@media (min-width: 1200px){.makes-steps__list-text h3{font-size:44px}}.makes-steps__list-text h3:before{content:"0" counter(counter);font-size:54px;line-height:0.95;font-weight:900;color:#6696ff;margin:-8px 12px 0 0}@media (min-width: 768px){.makes-steps__list-text h3:before{font-size:76px;margin:-10px 16px 0 0}}@media (min-width: 1024px){.makes-steps__list-text h3:before{font-size:120px;margin:-14px 20px 0 0}}.makes-steps .orb{top:-60px;left:-95px;background:#b882ff;box-shadow:-40px -40px 40px 8px #ffed59 inset, -20px -20px 24px 8px #fff inset, 40px 40px 40px 16px #004253 inset;z-index:-1}@media (min-width: 1024px){.makes-steps .orb{left:-200px;box-shadow:-80px -80px 80px 8px #ffed59 inset, -20px -20px 24px 8px #fff inset, 40px 40px 40px 16px #004253 inset}}.case-study__article{position:relative;padding:0 0 50px}@media (min-width: 1024px){.case-study__article{padding:0 0 100px}}.case-study__article .orb{top:-120px;right:-95px;background:#ffed59;box-shadow:-40px -40px 40px 8px #b882ff inset, -20px -20px 24px 8px #fff inset, 40px 40px 40px 16px #00ff7a inset;z-index:-1}@media (min-width: 1024px){.case-study__article .orb{right:-328px;box-shadow:-80px -80px 80px 8px #b882ff inset, -20px -20px 24px 8px #fff inset, 40px 40px 40px 16px #00ff7a inset}}.case-study__article .orb--small{top:-216px;right:auto;left:-62px;width:296px;height:296px;filter:blur(33px);background:#b882ff;box-shadow:-48px -48px 48px 4px #ffc176 inset, -12px -12px 16px 4px #fff inset, 24px 24px 24px 12px #eeffeb inset}@media (min-width: 1200px){.case-study__article .orb--small{left:-124px}}.case-study__article .orb--small:before{top:62px;right:62px;width:90px;height:90px;filter:blur(18px)}.case-study__article:nth-child(even) .case-study__article-img:before{background:rgba(0,0,0,0.2)}.case-study__article-img{position:relative;border-radius:20px;overflow:hidden;margin:0 0 16px}@media (min-width: 1024px){.case-study__article-img{border-radius:40px;margin:0 0 24px}}.case-study__article-img:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.4)}.case-study__article-img-logo{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}@media (max-width: 767px){.case-study__article-img-logo{width:50%}}@media (min-width: 768px){.case-study__article-row{display:flex}}.case-study__article-text{color:#eeffea;padding:0 0 24px}@media (min-width: 768px){.case-study__article-text{width:45%;padding:0 16px 0 0}}@media (min-width: 1024px){.case-study__article-text{width:42%;padding:0 24px 0 0}}.case-study__article-text h3{color:#eeffea;font-weight:600;margin:0 0 3px}.case-study__article-text strong{display:block;font-size:18px;line-height:1.4;font-weight:600;margin:0 0 12px}@media (min-width: 768px){.case-study__article-text strong{font-size:20px}}@media (min-width: 1024px){.case-study__article-text strong{margin:0 0 20px}}.case-study__article-text blockquote{letter-spacing:0.5px;margin:0;padding:0}.case-study__article-text blockquote p{position:relative;margin:0 0 8px}.case-study__article-text blockquote p:only-of-type:before{content:"\201C";position:absolute;top:0;left:-9px}.case-study__article-text blockquote p:only-of-type:after{content:"\201D";position:absolute}.case-study__article-text blockquote p:first-of-type:before{content:"\201C";position:absolute;top:0;left:-9px}.case-study__article-text blockquote p:last-of-type:after{content:"\201D";position:absolute}.case-study__article-text blockquote span{display:block;font-weight:600;color:rgba(255,255,255,0.5);letter-spacing:0}.case-study__article-text blockquote span.blockquote-author{color:#ffed59}.case-study__article-stats{display:flex;flex-wrap:wrap}@media (min-width: 768px){.case-study__article-stats{width:55%}}@media (min-width: 1024px){.case-study__article-stats{width:58%}}.case-study__article-stats-number{display:block;font-size:30px;line-height:0.8;font-weight:700}@media (min-width: 768px){.case-study__article-stats-number{font-size:36px}}@media (min-width: 1024px){.case-study__article-stats-number{font-size:64px}}.case-study__article-col{display:flex;width:26%}@media (min-width: 768px){.case-study__article-col{display:block}}.case-study__article-col:last-child{width:74%;padding:0 0 0 12px}@media (min-width: 768px){.case-study__article-col:last-child{padding:0 0 0 24px}}.case-study__article-col:last-child .case-study__article-box{background:#ffc176}.case-study__article-col:last-child .case-study__article-item{width:50%}@media (min-width: 1024px){.case-study__article-col:last-child .case-study__article-item{width:45%}}.case-study__article-box{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;background:#8cafff;border-radius:16px;width:100%}@media (min-width: 768px){.case-study__article-box{align-items:flex-start}}@media (min-width: 1024px){.case-study__article-box{border-radius:24px}}.case-study__article-item{font-size:14px;font-weight:600;color:#eeffea;text-align:center;width:100%;padding:16px 10px}@media (min-width: 768px){.case-study__article-item{font-size:16px;padding:24px 10px 32px}}@media (min-width: 1024px){.case-study__article-item{font-size:20px;line-height:1.4;padding:36px 10px 53px}}.case-study__article-item p{margin:0}.category{padding:40px 0 100px}@media (min-width: 1024px){.category{padding:80px 0 194px}}.category h2{text-align:center;color:#004253;margin:0 0 16px}@media (min-width: 768px){.category h2{margin:0 0 24px}}@media (min-width: 1024px){.category h2{margin:0 0 48px}}.category .brands__list li:nth-child(6n+1) a{background:#00ff7a}.category .brands__list li:nth-child(6n+1) a:hover{background:#4dffa2}.category__logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;max-width:1072px;margin:0 auto}.category__logos-item{padding:32px 24px 0;text-align:center;width:50%}@media (min-width: 640px){.category__logos-item{width:25%}}@media (min-width: 1024px){.category__logos-item{padding:35px 50px 0;width:auto;text-align:left}}@media (min-width: 1200px){.category__logos-item{padding:35px 60px 0}}.news{padding:200px 0 100px}.news.in-viewport .news__post-decor{left:0}@media (min-width: 768px){.news.in-viewport .news__post-decor{left:10px}}@media (min-width: 1024px){.news.in-viewport .news__post-decor{left:20px}}@media (min-width: 1200px){.news.in-viewport .news__post-decor{left:0}}@media (min-width: 1440px){.news.in-viewport .news__post-decor{left:-50px}}.news__post{display:flex;align-items:flex-end;position:relative;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;border-radius:20px;min-height:420px}@media (min-width: 768px){.news__post{min-height:480px}}@media (min-width: 1024px){.news__post{min-height:640px;border-radius:40px}}.news__post:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);border-radius:20px}@media (min-width: 1024px){.news__post:after{border-radius:40px}}.news__post-text{position:relative;z-index:10;font-weight:600;padding:32px 16px;color:#eeffea}@media (min-width: 768px){.news__post-text{font-size:20px;line-height:1.4;padding:48px 24px}}@media (min-width: 1024px){.news__post-text{padding:80px 72px 84px}}.news__post-text:after{content:"";position:absolute;bottom:32px;left:16px;right:16px;height:2px;background:linear-gradient(to right, #00ff7a 0%, #eeffea 100%)}@media (min-width: 768px){.news__post-text:after{left:24px;right:24px;bottom:48px}}@media (min-width: 1024px){.news__post-text:after{left:72px;right:72px;bottom:80px}}.news__post-category,.news__post time{display:block;font-size:16px;line-height:1.5}.news__post time{margin:0 0 6px}.news__post h1{font-size:32px;line-height:1.15625;color:#00ff7a;margin:0 0 12px}@media (min-width: 768px){.news__post h1{font-size:42px}}@media (min-width: 1024px){.news__post h1{font-size:56px}}@media (min-width: 1200px){.news__post h1{font-size:64px}}.news__post-decor{transition:left .15s ease-in-out,.6s .15s ease-in-out;position:absolute;bottom:0;left:-100%;z-index:10;width:100px;animation:flySatellite 5s linear 0.7s infinite}@media (min-width: 768px){.news__post-decor{bottom:15px}}.news__post-decor img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100px;max-width:none;max-height:none}@media (min-width: 768px){.news__post-decor img{width:120px}}@media (min-width: 1024px){.news__post-decor img{width:196px}}@media (min-width: 768px){.press-cards .row{display:flex;flex-wrap:wrap;margin:0 -12px}}.press-cards .col{padding:0 0 15px}@media (min-width: 768px){.press-cards .col{width:50%;padding:0 12px 24px}}@media (min-width: 1024px){.press-cards .col{width:33.332%}}.press-cards .media__card{background:#bed0d4}@media (min-width: 768px){.press-cards .media__card{height:100%}}.press-cards .media__card-body{color:#004253}.press-cards .media__card-body h4{color:#004253}.press-cards .media__card-body ul li:after{background:#004253}.press-more{position:relative;padding:100px 0}@media (min-width: 768px){.press-more{padding:200px 0 100px}}@media (min-width: 1024px){.press-more{padding:146px 0 218px}}.press-more h2{position:relative;z-index:12;text-align:center;color:#004253;margin:0;padding:50px 0}@media (min-width: 768px){.press-more h2{padding:100px 0}}@media (min-width: 1024px){.press-more h2{padding:210px 0}}.press-more h2:hover:after{filter:blur(120px)}@media (min-width: 768px){.press-more h2:hover:after{filter:blur(150px)}}.press-more h2:after{transition:filter .15s ease-in-out;content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:360px;height:360px;border-radius:50%;background:#b882ff;filter:blur(80px);z-index:-1}@media (min-width: 768px){.press-more h2:after{width:480px;height:480px;filter:blur(100px)}}@media (min-width: 1024px){.press-more h2:after{width:660px;height:660px}}.press-more__btn{position:relative;z-index:10;text-align:center;padding:42px 0}.press-more__btn .btn{font-size:18px;line-height:1.3;font-weight:700;text-transform:none;border-radius:12px;max-width:360px;width:100%;background:#eeffea;padding:9px 12px;margin:16px 0 0;letter-spacing:0}@media (min-width: 768px){.press-more__btn .btn{font-size:26px;max-width:540px;border-radius:24px;margin:24px 0 0}}@media (min-width: 1024px){.press-more__btn .btn{font-size:34px;max-width:600px}}.press-more__btn .btn--blue:active{color:#004253}.press-more__btn .btn--secondary-blue:active{color:#6696ff}.press-more__btn .btn--purple:active{color:#b882ff}.press-more__btn-row{margin:16px 0 0}@media (min-width: 768px){.press-more__btn-row{display:flex;flex-wrap:wrap;justify-content:center;margin:16px auto 0;max-width:640px}}@media (min-width: 1024px){.press-more__btn-row{max-width:716px}}.press-more__btn-col{max-width:200px;margin:0 auto;padding:0 0 12px}@media (min-width: 768px){.press-more__btn-col{max-width:100%;margin:0;width:33.332%;padding:0 8px}}.press-more__btn-col .btn{font-size:16px;line-height:1.4;font-weight:600;margin:0;border-radius:16px;padding:10px 16px}@media (min-width: 768px){.press-more__btn-col .btn{font-size:18px}}@media (min-width: 1024px){.press-more__btn-col .btn{font-size:20px}}.press-more__btn-circle{position:absolute;bottom:-16px;left:50%;transform:translateX(-50%);border-radius:50%;width:640px;height:640px;border:1px solid #b882ff;z-index:-1}@media (min-width: 768px){.press-more__btn-circle{width:988px;height:988px}}.press-more__btn-circle:before,.press-more__btn-circle:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:496px;height:496px;border-radius:50%;border:1px solid #b882ff}@media (min-width: 768px){.press-more__btn-circle:before,.press-more__btn-circle:after{width:696px;height:696px}}.press-more__btn-circle:after{width:364px;height:364px}@media (min-width: 768px){.press-more__btn-circle:after{width:464px;height:464px}}.press-more .orb{bottom:25px;left:-112px;width:260px;height:260px;box-shadow:-53px -53px 53px 5px #b882ff inset, -13px -13px 16px 5px #fff inset, 26px 26px 26px 10px #6696ff inset;background:#ffed59;filter:blur(36px)}@media (min-width: 1024px){.press-more .orb{width:364px;height:364px;bottom:164px}}.press-more .orb:before{top:50px;right:15px;filter:blur(20px);width:110px;height:110px}@media (min-width: 1024px){.press-more .orb:before{top:76px;right:77px}}.contact-map{padding:0 0 120px}@media (min-width: 1024px){.contact-map{padding:0 0 188px}}.contact-map.in-viewport .contact-map__decor{right:0}@media (min-width: 768px){.contact-map.in-viewport .contact-map__decor{right:30px}}@media (min-width: 1024px){.contact-map.in-viewport .contact-map__decor{right:50px}}@media (min-width: 1440px){.contact-map.in-viewport .contact-map__decor{right:-10px}}.contact-map__decor{transition:left .15s ease-in-out,.6s .15s ease-in-out;position:absolute;top:-30px;right:-100%;width:100px;height:100px;border-radius:50%;animation:flySatellite 5s linear 0.7s infinite}@media (min-width: 1200px){.contact-map__decor{top:35px}}@media (min-width: 1440px){.contact-map__decor{top:78px}}.contact-map__decor img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:90px;max-width:none;max-height:none}@media (min-width: 768px){.contact-map__decor img{width:160px}}@media (min-width: 1200px){.contact-map__decor img{width:246px}}.contact-map #map g[data-id]:hover path{fill:#00ff7a}.contact-map #map text{fill:#00ff7a}.get-in-touch{padding:156px 0 98px}@media (min-width: 1024px){.get-in-touch{padding:184px 0 98px}}@media (min-width: 1024px){.get-in-touch__row{position:relative;display:flex;flex-wrap:wrap;margin:0 -12px;padding:0 0 82px}}@media (min-width: 1024px){.get-in-touch__col{width:50%;padding:0 12px}}.get-in-touch h1{font-size:30px;line-height:1.23;font-weight:600;color:#eeffea;margin:0 0 24px}@media (min-width: 768px){.get-in-touch h1{font-size:36px}}@media (min-width: 1024px){.get-in-touch h1{font-size:44px}}.get-in-touch form input[type="text"],.get-in-touch form input[type="tel"],.get-in-touch form input[type="email"],.get-in-touch form input[type="search"],.get-in-touch form input[type="password"],.get-in-touch form input[type="url"],.get-in-touch form input[type="date"],.get-in-touch form textarea{font-size:14px;line-height:20px;font-weight:600;width:100%;background:transparent;height:40px;padding:6px;border:none;border-bottom:1px solid #00ff7a;color:#eeffea}.get-in-touch form input[type="text"]::-webkit-input-placeholder,.get-in-touch form input[type="tel"]::-webkit-input-placeholder,.get-in-touch form input[type="email"]::-webkit-input-placeholder,.get-in-touch form input[type="search"]::-webkit-input-placeholder,.get-in-touch form input[type="password"]::-webkit-input-placeholder,.get-in-touch form input[type="url"]::-webkit-input-placeholder,.get-in-touch form input[type="date"]::-webkit-input-placeholder,.get-in-touch form textarea::-webkit-input-placeholder{text-transform:uppercase;color:#80a1a9}.get-in-touch form input[type="text"]::-moz-placeholder,.get-in-touch form input[type="tel"]::-moz-placeholder,.get-in-touch form input[type="email"]::-moz-placeholder,.get-in-touch form input[type="search"]::-moz-placeholder,.get-in-touch form input[type="password"]::-moz-placeholder,.get-in-touch form input[type="url"]::-moz-placeholder,.get-in-touch form input[type="date"]::-moz-placeholder,.get-in-touch form textarea::-moz-placeholder{opacity:1;text-transform:uppercase;color:#80a1a9}.get-in-touch form input[type="text"]:-moz-placeholder,.get-in-touch form input[type="tel"]:-moz-placeholder,.get-in-touch form input[type="email"]:-moz-placeholder,.get-in-touch form input[type="search"]:-moz-placeholder,.get-in-touch form input[type="password"]:-moz-placeholder,.get-in-touch form input[type="url"]:-moz-placeholder,.get-in-touch form input[type="date"]:-moz-placeholder,.get-in-touch form textarea:-moz-placeholder{text-transform:uppercase;color:#80a1a9}.get-in-touch form input[type="text"]:-ms-input-placeholder,.get-in-touch form input[type="tel"]:-ms-input-placeholder,.get-in-touch form input[type="email"]:-ms-input-placeholder,.get-in-touch form input[type="search"]:-ms-input-placeholder,.get-in-touch form input[type="password"]:-ms-input-placeholder,.get-in-touch form input[type="url"]:-ms-input-placeholder,.get-in-touch form input[type="date"]:-ms-input-placeholder,.get-in-touch form textarea:-ms-input-placeholder{text-transform:uppercase;color:#80a1a9}.get-in-touch form input[type="text"].placeholder,.get-in-touch form input[type="tel"].placeholder,.get-in-touch form input[type="email"].placeholder,.get-in-touch form input[type="search"].placeholder,.get-in-touch form input[type="password"].placeholder,.get-in-touch form input[type="url"].placeholder,.get-in-touch form input[type="date"].placeholder,.get-in-touch form textarea.placeholder{text-transform:uppercase;color:#80a1a9}@media (min-width: 768px){.get-in-touch form input[type="text"],.get-in-touch form input[type="tel"],.get-in-touch form input[type="email"],.get-in-touch form input[type="search"],.get-in-touch form input[type="password"],.get-in-touch form input[type="url"],.get-in-touch form input[type="date"],.get-in-touch form textarea{font-size:16px;line-height:24px;padding:8px 10px}}.get-in-touch form textarea{resize:none;height:90px}@media (min-width: 768px){.get-in-touch form textarea{height:112px}}.get-in-touch form .wpcf7-form-control-wrap{display:block;margin:0 0 24px}@media (min-width: 460px){.get-in-touch form .row{display:flex;flex-wrap:wrap;margin:0 -12px}}@media (min-width: 460px){.get-in-touch form .col{width:50%;padding:0 12px}}.get-in-touch form .choices.is-open:after{border-color:#eeffea transparent transparent;margin-top:-2.5px}.get-in-touch form .choices:after{border-color:#80a1a9 transparent transparent}.get-in-touch form .choices__placeholder{opacity:1}.get-in-touch form .choices__inner{font-size:14px;line-height:20px;font-weight:600;color:#80a1a9;background:transparent;border:none;border-bottom:1px solid #00ff7a;min-height:40px;padding:6px;border-radius:0}@media (min-width: 768px){.get-in-touch form .choices__inner{font-size:16px;line-height:24px;padding:8px 10px}}.get-in-touch form .choices__list--single{padding:0}.get-in-touch form .choices__list--dropdown{background:#004253;border:none;margin-top:0}.get-in-touch form .choices__item--disabled{display:none}.get-in-touch form .choices__item--selectable:not(.choices__placeholder){color:#eeffea}.get-in-touch form .choices__list--dropdown .choices__item--selectable.is-highlighted,.get-in-touch form .choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background:#004253}.get-in-touch form .choices__list--dropdown .choices__item,.get-in-touch form .choices__list[aria-expanded] .choices__item{font-size:14px;line-height:1.3;font-weight:600;padding:8px 6px;color:#eeffea;border-bottom:1px solid #00ff7a}@media (min-width: 768px){.get-in-touch form .choices__list--dropdown .choices__item,.get-in-touch form .choices__list[aria-expanded] .choices__item{font-size:16px;line-height:1.438;padding:8px 10px}}.get-in-touch form .submit-block{font-size:14px;line-height:1.43;color:#80a1a9;letter-spacing:0.5px}@media (min-width: 768px){.get-in-touch form .submit-block{display:flex;align-items:flex-start;padding:0 24px 0 0}}@media (min-width: 1024px){.get-in-touch form .submit-block{align-items:center;position:absolute;bottom:0;left:0;right:0;padding:0 100px 0 11px}}.get-in-touch form .submit-block .btn{margin:0 0 16px}@media (min-width: 768px){.get-in-touch form .submit-block .btn{margin:0 24px 0 0}}@media (min-width: 1024px){.get-in-touch form .submit-block .btn{min-width:168px}}.get-in-touch form .submit-block p{margin:0}.get-in-touch form .submit-block p a{color:inherit}.get-in-touch form .submit-block p a:hover{color:#00ff7a}.get-in-touch form .wpcf7-spinner{display:none !important}.get-in-touch .video{margin:46px 0 0}@media (min-width: 768px){.get-in-touch .video{margin:78px 0 0}}.get-in-touch .wpcf7-response-output{color:#fff}.get-in-touch--yellow form input[type="text"],.get-in-touch--yellow form input[type="tel"],.get-in-touch--yellow form input[type="email"],.get-in-touch--yellow form input[type="search"],.get-in-touch--yellow form input[type="password"],.get-in-touch--yellow form input[type="url"],.get-in-touch--yellow form input[type="date"],.get-in-touch--yellow form textarea{border-color:#ffed59}.get-in-touch--yellow form .choices__inner{border-color:#ffed59}.seller-hero h1{color:#ffed59;max-width:960px;font-weight:900;margin:0 auto 16px}@media (min-width: 1024px){.seller-hero h1{max-width:920px;margin:0 auto 28px}}@media (min-width: 1200px){.seller-hero h1{max-width:960px}}@media (min-width: 1024px){.seller-hero .hero-text{padding:205px 0}}.seller-hero .hero-text p{margin:0 auto 16px}@media (min-width: 768px){.seller-hero .hero-text p{margin-bottom:24px;max-width:790px}}@media (min-width: 1024px){.seller-hero .hero-text p{margin-bottom:38px}}.sellers{padding:0 0 80px}@media (min-width: 768px){.sellers{padding:0 0 190px}}@media (min-width: 1024px){.sellers{padding:0 0 232px}}.sellers__text{margin:0 auto;max-width:940px;color:#eeffea;text-align:center}@media (min-width: 768px){.sellers__text{font-size:20px;line-height:1.6}}.sellers__text h2{max-width:780px;margin:0 auto 16px;color:#eeffea}@media (min-width: 768px){.sellers__text h2{margin:0 auto 32px}}@media (min-width: 1024px){.sellers__text h2{margin:0 auto 48px}}.sellers__text p strong{font-weight:600}.sellers__wrap{position:relative;margin:48px auto 0}@media (min-width: 1024px){.sellers__wrap{max-width:1040px;margin:-34px auto 0}}.sellers__wrap:before{content:"";position:absolute;left:-3px;bottom:46px;width:5px;height:5px;border-radius:50%;background:#00ff7a;z-index:15}@media (min-width: 768px){.sellers__wrap:before{bottom:30px}}.sellers__wrap:after{content:"";position:absolute;width:0;height:0;border-style:solid;bottom:46px;right:-3px;border-width:3px 0 3px 5.2px;border-color:transparent transparent transparent #00ff7a}@media (min-width: 768px){.sellers__wrap:after{bottom:30px}}.sellers__wrap h3{color:#00ff7a;font-weight:600;margin:0 0 16px;position:relative;z-index:16}@media (min-width: 1024px){.sellers__wrap h3{max-width:320px;transform:translateY(80px);margin:0 0 0 52px}}.sellers__chart{position:relative;padding:48px 0}@media (min-width: 768px){.sellers__chart{padding:32px 0}}@media (min-width: 1024px){.sellers__chart{overflow:hidden;padding:0 0 32px}}.sellers__chart-hold{background:linear-gradient(to bottom, rgba(0,255,122,0.8) 0%, rgba(0,255,122,0) 100%)}@media (min-width: 1024px){.sellers__chart-hold{background:linear-gradient(to bottom, #00ff7a 0%, rgba(0,255,122,0) 100%)}}.sellers__chart-hold:before{transition:background .15s ease-in-out,.3s .15s ease-in-out}@media (min-width: 1024px){.sellers__chart-hold:before{content:"";position:absolute;top:-813px;left:418px;width:1040px;height:1040px;border:2px solid #00ff7a;transform:skewX(-63deg);background:#004253;border-radius:65px;z-index:15}}@media (max-width: 1023px){.sellers__chart-wrap{overflow:hidden;overflow-x:auto}}@media (max-width: 1023px){.sellers__chart-frame{width:994px}}.sellers__chart-list{position:relative;z-index:10;display:flex;flex-wrap:wrap;border-bottom:1px solid #00ff7a}.sellers__chart-list>li{position:relative;width:13.8%;padding-top:230px;padding-bottom:80px;text-align:center}@media (min-width: 1024px){.sellers__chart-list>li{padding-top:304px}}.sellers__chart-list>li:before{content:"";position:absolute;right:-2px;bottom:-3px;width:5px;height:5px;border-radius:50%;background:#00ff7a;z-index:15}.sellers__chart-list>li:after{content:"";position:absolute;top:0;right:0;bottom:0;width:1px;background:#00ff7a}.sellers__chart-list>li:nth-child(2){width:14%}.sellers__chart-list>li:nth-child(3){width:14.5%}@media (min-width: 1200px){.sellers__chart-list>li:nth-child(3){width:13.8%}}.sellers__chart-list>li:nth-child(4){width:18.9%}@media (min-width: 1200px){.sellers__chart-list>li:nth-child(4){width:19.6%}}.sellers__chart-list>li:nth-child(5){width:24.2%;padding-top:130px}@media (min-width: 1024px){.sellers__chart-list>li:nth-child(5){padding-top:198px}}.sellers__chart-list>li:nth-child(5) .sellers__chart-item .sellers__chart-item-opener{margin-left:-36px}.sellers__chart-list>li:nth-child(5) .sellers__chart-item+.sellers__chart-item .sellers__chart-item-opener{margin-left:-132px}.sellers__chart-list>li:last-child{width:14.6%;padding-top:60px}@media (min-width: 1024px){.sellers__chart-list>li:last-child{padding-top:130px}}.sellers__chart-list>li:last-child:before,.sellers__chart-list>li:last-child:after{display:none}.sellers__chart-list-time{font-size:12px;font-weight:600;text-align:center;color:rgba(255,255,255,0.5);position:absolute;bottom:-28px;left:50%;transform:translateX(-50%);width:100%;letter-spacing:0.5px}.sellers__chart-item{padding:0 6px}.sellers__chart-item-opener{display:block;background:#ffed59;font-weight:600;text-decoration:none;color:#004253;border-radius:8px;padding:6px 3px}.sellers__chart-item-opener--green{background:#00ff7a}.sellers__chart-item+.sellers__chart-item{padding-top:12px}.sellers__chart-item-slide ul{text-align:left;min-width:122px;max-width:122px}.sellers__chart-item-slide ul li{padding-top:8px;text-align:center}.sellers__chart-item-slide ul li span{display:inline-block;vertical-align:middle;font-size:14px;line-height:1.43;border-radius:8px;letter-spacing:0.5px;padding:4px 6px;text-align:center;background:#7fffb9}.sellers__chart--home{overflow:visible}.sellers__chart--home .sellers__chart-hold{background:transparent}.sellers__chart--home .sellers__chart-hold:before{display:none}.sellers__chart--home .sellers__chart-wrap{padding:3px}@media (min-width: 1024px){.sellers__chart--home .sellers__chart-wrap{padding:0}}.sellers__chart--home .sellers__chart-list{border-top:1px solid #00ff7a}.sellers__chart--home .sellers__chart-list:before,.sellers__chart--home .sellers__chart-list:after{content:"";position:absolute;width:0;height:0;border-style:solid;top:-3px;right:-3px;border-width:3px 0 3px 5.2px;border-color:transparent transparent transparent #00ff7a}.sellers__chart--home .sellers__chart-list:after{top:auto;bottom:-3px}.sellers__chart--home .sellers__chart-list>li{padding-top:224px;padding-bottom:69px;border-right:1px solid #00ff7a}.sellers__chart--home .sellers__chart-list>li:nth-child(2){width:13.8%}.sellers__chart--home .sellers__chart-list>li:nth-child(5){padding-top:118px}.sellers__chart--home .sellers__chart-list>li:last-child{padding-top:50px;border:none}.sellers__chart--home .sellers__chart-list>li:last-child:before,.sellers__chart--home .sellers__chart-list>li:last-child:after{display:block}.sellers__chart--home .sellers__chart-list>li:before{right:auto;left:-3px}.sellers__chart--home .sellers__chart-list>li:after{top:-3px;left:-3px;bottom:auto;width:5px;height:5px;border-radius:50%;z-index:15}.sellers__chart--home .sellers__chart-item-opener{padding:6px 0}.sellers__ufo{position:absolute;top:64px;right:-15px;width:95px;z-index:20}@media (min-width: 768px){.sellers__ufo{top:50px}}@media (min-width: 1024px){.sellers__ufo{width:220px;top:56px;right:-24px}}@media (min-width: 1200px){.sellers__ufo{width:262px;top:0;right:-106px}}.sellers__title-process,.sellers__title-phase{position:absolute;top:0;left:0;z-index:15;font-size:18px;line-height:1.4;font-weight:600;color:#ffed59}@media (min-width: 1024px){.sellers__title-process,.sellers__title-phase{font-size:20px;position:absolute;top:185px;left:234px}}.sellers__title-phase{top:20px;color:#00ff7a}@media (min-width: 768px){.sellers__title-phase{right:66px;top:0;left:auto}}@media (min-width: 1024px){.sellers__title-phase{left:548px;transform:rotate(-26deg);top:76px;right:auto}}.searching{padding:0 0 120px;text-align:center}@media (min-width: 1024px){.searching{padding:74px 0 260px}}.searching h2{transition:color .15s ease-in-out;color:#fff;margin:0 0 30px}.searching .apply-link{position:relative;font-size:26px;line-height:1.24;font-weight:600;display:flex;align-items:center;justify-content:center;width:220px;height:220px;margin:0 auto;text-transform:uppercase;border-radius:50%;color:#004253;text-decoration:none}@media (min-width: 768px){.searching .apply-link{font-size:30px;width:264px;height:264px}}@media (min-width: 1024px){.searching .apply-link{font-size:34px}}.searching .apply-link:hover:before{filter:blur(50px)}.searching .apply-link:before{transition:filter .15s ease-in-out;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00ff7a;border-radius:50%;filter:blur(30px);z-index:-2}.ready{padding:40px 0 80px;text-align:center}@media (min-width: 1024px){.ready{padding:196px 0 160px}}.ready h2{transition:color .15s ease-in-out;color:#6696ff}@media (min-width: 768px){.ready h2{font-size:64px;line-height:1.042}}@media (min-width: 1024px){.ready h2{font-size:96px}}@media (min-width: 768px){.ready .btn{min-width:200px}}.seller-stats{padding:40px 0 80px}@media (min-width: 1024px){.seller-stats{padding:154px 0 200px}}.seller-stats .container{max-width:375px;min-height:440px}@media (min-width: 768px){.seller-stats .container{max-width:768px;min-height:700px}}@media (min-width: 1024px){.seller-stats .container{max-width:972px;min-height:797px}}.seller-stats__circle{font-size:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;border-radius:50%;text-align:center;color:#004253;text-transform:lowercase}@media (min-width: 768px){.seller-stats__circle{font-size:16px;text-transform:uppercase}}@media (min-width: 1024px){.seller-stats__circle{font-size:18px;line-height:1.3333333;letter-spacing:0.25px}}.seller-stats__circle:before{transition:filter .15s ease-in-out;content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%}.seller-stats__circle-num{position:relative;z-index:12;font-size:30px;line-height:1;letter-spacing:0}@media (min-width: 768px){.seller-stats__circle-num{font-size:64px;line-height:1.2}}@media (min-width: 1024px){.seller-stats__circle-num{font-size:100px}}.seller-stats__circle p{position:relative;z-index:12;max-width:140px;margin:0 auto}@media (min-width: 768px){.seller-stats__circle p{max-width:254px}}.seller-stats__circle p+.seller-stats__circle-num{padding-top:4px}@media (min-width: 1024px){.seller-stats__circle p+.seller-stats__circle-num{padding-top:12px}}.seller-stats__circle--orange{top:0;left:15px;width:160px;height:160px;z-index:2}@media (min-width: 768px){.seller-stats__circle--orange{left:90px;width:260px;height:260px}}@media (min-width: 1024px){.seller-stats__circle--orange{left:135px;width:287px;height:287px;z-index:2}}.seller-stats__circle--orange:hover:before{filter:blur(30px)}.seller-stats__circle--orange:before{filter:blur(14px);background:#ffc176}.seller-stats__circle--yellow{top:28px;right:-27px;width:240px;height:240px;z-index:2}@media (min-width: 768px){.seller-stats__circle--yellow{right:14px;width:370px;height:370px}}@media (min-width: 1024px){.seller-stats__circle--yellow{right:14px;width:455px;height:455px}}.seller-stats__circle--yellow:hover:before{filter:blur(60px)}.seller-stats__circle--yellow:before{background:#ffed59;filter:blur(24px)}.seller-stats__circle--green{top:133px;left:-12px;width:240px;height:240px}@media (min-width: 768px){.seller-stats__circle--green{top:240px;left:16px;width:440px;height:440px}}@media (min-width: 1024px){.seller-stats__circle--green{top:256px;left:16px;width:557px;height:557px}}.seller-stats__circle--green:hover:before{filter:blur(80px)}.seller-stats__circle--green:before{background:#00ff7a;filter:blur(30px)}.seller-stats__circle--light-blue{top:260px;right:0;width:160px;height:160px}@media (min-width: 768px){.seller-stats__circle--light-blue{top:396px;right:4px;width:240px;height:240px}}@media (min-width: 1024px){.seller-stats__circle--light-blue{top:465px;right:28px;width:263px;height:263px}}.seller-stats__circle--light-blue:hover:before{filter:blur(30px)}.seller-stats__circle--light-blue:before{background:#daf4ff;filter:blur(14px)}.seller-stats .rocket{position:absolute;top:10px;left:50%;transform:translateX(-50%);z-index:-1;width:42px;transition:transform 2s ease-in-out, opacity 1s ease-in-out 0.6s, visibility 1s ease-in-out 0.6s}@media (min-width: 768px){.seller-stats .rocket{top:42px;width:66px;margin-left:3px}}@media (min-width: 1024px){.seller-stats .rocket{top:74px}}.seller-working-hero{position:relative}.seller-working-hero .container{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:100vh}.seller-working-hero:after{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:100%;background-image:url(./f8ee5f4cd84e1cbd264190bf711c9367.svg);background-repeat:no-repeat;background-size:200%;background-position:50%}@media (min-width: 1024px){.seller-working-hero:after{background-size:100%}}.seller-working-hero h1{color:#6696ff;font-weight:900;margin:0 0 16px}@media (min-width: 1024px){.seller-working-hero h1{margin:0 0 28px}}.seller-working-hero .hero-text{color:#004253;padding:110px 0 0}@media (min-width: 1024px){.seller-working-hero .hero-text{padding:232px 0 0}}.seller-articles{padding:0 0 80px}@media (min-width: 1024px){.seller-articles{padding:0 0 200px}}.seller-articles__article{position:relative;padding-top:50px}@media (min-width: 768px){.seller-articles__article{display:flex;flex-wrap:wrap;align-items:center;padding-top:100px}}.seller-articles__article.in-viewport .seller-articles__article-decor{right:5px}@media (min-width: 768px){.seller-articles__article.in-viewport .seller-articles__article-decor{right:30px}}@media (min-width: 1024px){.seller-articles__article.in-viewport .seller-articles__article-decor{right:50px}}@media (min-width: 1200px){.seller-articles__article.in-viewport .seller-articles__article-decor{right:-22px}}@media (min-width: 768px){.seller-articles__article .video{width:55%}}@media (min-width: 1024px){.seller-articles__article .video{width:57.5%}}@media (min-width: 768px){.seller-articles__article .video .btn-play svg{width:46px}}@media (min-width: 1024px){.seller-articles__article .video .btn-play svg{width:60px}}.seller-articles__article .video .btn-play svg path{fill:#ffed59}.seller-articles__article-text{color:#eeffea;padding:16px 0 0;letter-spacing:0.5px}@media (min-width: 768px){.seller-articles__article-text{width:45%;padding:22px 16px 0 22px}}@media (min-width: 1024px){.seller-articles__article-text{width:42.5%}}.seller-articles__article-text h3{color:#eeffea;font-weight:600;letter-spacing:0;margin:0 0 6px}@media (min-width: 1024px){.seller-articles__article-text h3{margin:0 0 12px}}.seller-articles__article:nth-child(odd) .video{order:2}.seller-articles__article:nth-child(odd) .video__placeholder:before{display:none}@media (min-width: 768px){.seller-articles__article:nth-child(odd) .seller-articles__article-text{padding:22px 22px 0 0}}.seller-articles__article-decor{transition:right .15s ease-in-out,.6s .15s ease-in-out;position:absolute;top:0;z-index:12;right:-100%;width:100px;height:100px;border-radius:50%;animation:flySatellite 5s linear 0.7s infinite}@media (min-width: 768px){.seller-articles__article-decor{top:68px}}@media (min-width: 1024px){.seller-articles__article-decor{top:120px}}@media (min-width: 1200px){.seller-articles__article-decor{top:186px}}.seller-articles__article-decor img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:120px;max-width:none;max-height:none}@media (min-width: 768px){.seller-articles__article-decor img{width:180px}}@media (min-width: 1024px){.seller-articles__article-decor img{width:249px}}.seller-stories{position:relative;z-index:15;padding:0 0 80px}@media (min-width: 1024px){.seller-stories{padding:0 0 200px}}.seller-stories h2{text-align:center;padding:0 15px;margin:0 auto 16px;max-width:1158px;color:#004253}@media (min-width: 768px){.seller-stories h2{margin:0 auto 24px}}@media (min-width: 1024px){.seller-stories h2{margin:0 auto 48px}}.seller-stories__slider{margin:0 -240px}@media (min-width: 768px){.seller-stories__slider{margin:0 -140px}}@media (min-width: 1024px){.seller-stories__slider{margin:0 -200px}}@media (min-width: 1200px){.seller-stories__slider{margin:0 -336px}}.seller-stories__card-img{border-radius:20px;overflow:hidden}@media (min-width: 1024px){.seller-stories__card-img{border-radius:40px}}.seller-stories__card-img img{width:100%}@media (min-width: 1024px){.seller-stories__card .video [data-video] .btn-play svg{width:60px}}.seller-stories__card .video [data-video] .btn-play svg path{fill:#ffed59}.seller-stories__card .video [data-video] .btn-play:hover svg path{fill:#eeffea}.seller-stories__card-body{padding:12px 16px}@media (min-width: 1024px){.seller-stories__card-body{padding:20px 24px}}.seller-stories__card blockquote{margin:0}@media (min-width: 768px){.seller-stories__card blockquote{font-size:18px}}@media (min-width: 1024px){.seller-stories__card blockquote{font-size:20px;line-height:1.6}}.seller-stories__card blockquote p{position:relative;margin:0 0 12px}.seller-stories__card blockquote p:only-of-type:before{content:"\201C";position:absolute;top:0;left:-9px}.seller-stories__card blockquote p:only-of-type:after{content:"\201D";position:absolute}.seller-stories__card blockquote p:first-of-type:before{content:"\201C";position:absolute;top:0;left:-9px}.seller-stories__card blockquote p:last-of-type:after{content:"\201D";position:absolute}.seller-stories__card blockquote span{display:block;font-size:16px;line-height:1.5;font-weight:600;margin:0 0 2px}.seller-stories__card blockquote span.blockquote-author{color:#6696ff}.seller-stories__card blockquote span.blockquote-pos{color:rgba(0,66,83,0.25)}.seller-stories .orb{bottom:-40px;left:-150px;background:#b882ff;box-shadow:-40px -40px 40px 8px #ffed59 inset, -20px -20px 24px 8px #fff inset, 40px 40px 40px 16px #004253 inset;z-index:-1}@media (min-width: 1024px){.seller-stories .orb{left:-161px;bottom:-100px;box-shadow:-80px -80px 80px 8px #ffed59 inset, -20px -20px 24px 8px #fff inset, 40px 40px 40px 16px #004253 inset}}.seller-ready{position:relative;padding:74px 0 260px;text-align:center}@media (min-width: 768px){.seller-ready{padding:74px 0 320px}}.seller-ready h2{color:#004253;margin:0 0 16px}@media (min-width: 768px){.seller-ready h2{font-size:64px;line-height:1.042;margin:0 0 24px}}@media (min-width: 1024px){.seller-ready h2{font-size:96px;margin:0 0 48px}}@media (min-width: 768px){.seller-ready .btn{min-width:200px}}.seller-ready .astronaut-img{position:absolute;bottom:-130px;left:15px;width:140px;transition:bottom 2.5s ease-in-out, left 2.5s ease-in-out}@media (min-width: 768px){.seller-ready .astronaut-img{width:180px;bottom:-112px;transition:bottom 5s ease-in-out, left 5s ease-in-out}}@media (min-width: 1024px){.seller-ready .astronaut-img{width:259px;bottom:-162px}}@media (min-width: 1200px){.seller-ready .astronaut-img{left:-4px}}.section-seller{position:relative;z-index:15;padding:110px 0 0}@media (min-width: 1024px){.section-seller{padding:150px 0 0}}.seller-article{position:relative;z-index:5}.seller-article.in-viewport .seller-article__satellite{left:10%}@media (min-width: 768px){.seller-article.in-viewport .seller-article__satellite{left:60px}}@media (min-width: 1024px){.seller-article.in-viewport .seller-article__satellite{left:120px}}@media (min-width: 1200px){.seller-article.in-viewport .seller-article__satellite{left:198px}}.seller-article:nth-child(even) .seller-article__img:before{background:rgba(255,255,255,0.2)}.seller-article:nth-child(even) .seller-article__body-text{color:#004253}@media (min-width: 768px){.seller-article:nth-child(even) .seller-article__body-text{order:2;padding:0 0 0 24px}}.seller-article:nth-child(even) .seller-article__body-text h3{color:#6696ff}.seller-article:nth-child(even) .seller-article__body-text .pos{color:rgba(102,150,255,0.5)}@media (min-width: 768px){.seller-article:nth-child(even) .seller-article__body-stats{order:1}}.seller-article:nth-child(even) .seller-article__body .video [data-video] .btn-play svg:hover path{fill:#eeffea}.seller-article:nth-child(even) .seller-article__body .video [data-video] .btn-play svg path{fill:#6696ff}.seller-article__img{position:relative;height:280px;margin:0 0 16px}@media (min-width: 768px){.seller-article__img{height:420px;margin:0 0 24px}}@media (min-width: 1024px){.seller-article__img{height:auto;margin:0 0 36px}}.seller-article__img:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.4)}.seller-article__img>img{width:100%;height:100%;object-fit:cover}.seller-article__img-logo{position:absolute;top:0;left:15px;right:15px;bottom:0;display:flex;align-items:center;max-width:50%}@media (min-width: 768px){.seller-article__img-logo{max-width:40%}}@media (min-width: 1024px){.seller-article__img-logo{margin:0 auto;max-width:1128px}}.seller-article__body{padding:0 0 100px}@media (min-width: 1024px){.seller-article__body{padding:0 0 200px}}@media (min-width: 768px){.seller-article__body .container{display:flex;flex-wrap:wrap;justify-content:space-between}}.seller-article__body blockquote{margin:0;padding:0}@media (min-width: 768px){.seller-article__body blockquote{font-size:18px;line-height:1.6}}@media (min-width: 1024px){.seller-article__body blockquote{font-size:20px}}.seller-article__body blockquote p{position:relative;margin:0 0 12px}.seller-article__body blockquote p:only-of-type:before{content:"\201C";position:absolute;top:0;left:-9px}.seller-article__body blockquote p:only-of-type:after{content:"\201D";position:absolute}.seller-article__body blockquote p:first-of-type:before{content:"\201C";position:absolute;top:0;left:-9px}.seller-article__body blockquote p:last-of-type:after{content:"\201D";position:absolute}.seller-article__body-text{color:#eeffea}@media (min-width: 768px){.seller-article__body-text{width:42.5%;padding:0 24px 0 0}}.seller-article__body-text h3{line-height:1.24;color:#eeffea;font-weight:600;margin:0}@media (min-width: 1024px){.seller-article__body-text h3{font-size:34px}}.seller-article__body-text .pos{display:block;font-size:18px;font-weight:600;color:rgba(255,255,255,0.5);margin:0 0 10px}@media (min-width: 768px){.seller-article__body-text .pos{font-size:22px;line-height:1.4}}@media (min-width: 1024px){.seller-article__body-text .pos{font-size:26px}}@media (min-width: 768px){.seller-article__body-stats{width:57.5%}}.seller-article__body-stats .case-study__article-stats{width:100%;padding:16px 0 0}@media (min-width: 768px){.seller-article__body-stats .case-study__article-stats{padding:24px 0 0}}@media (min-width: 1024px){.seller-article__body-stats .case-study__article-stats{padding:36px 0 0}}@media (min-width: 1024px){.seller-article__body .video [data-video] .btn-play svg{width:60px}}.seller-article__body .video [data-video] .btn-play svg:hover path{fill:#6696ff}.seller-article__body .video [data-video] .btn-play svg path{fill:#eeffea}.seller-article__satellite{transition:left .15s ease-in-out,.6s .15s ease-in-out;position:absolute;bottom:0;left:-100%;width:100px;height:100px;border-radius:50%;animation:flySatellite 5s linear 0.7s infinite}@media (min-width: 768px){.seller-article__satellite{bottom:25px}}@media (min-width: 1024px){.seller-article__satellite{bottom:57px}}.seller-article__satellite img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:120px;max-width:none;max-height:none}@media (min-width: 768px){.seller-article__satellite img{width:180px}}@media (min-width: 1024px){.seller-article__satellite img{width:246px}}.seller-article .orb{bottom:-110px;right:-55px;background:#ffed59;box-shadow:-40px -40px 40px 8px #b882ff inset, -20px -20px 24px 8px #fff inset, 40px 40px 40px 16px #00ff7a inset;z-index:-1}@media (min-width: 1024px){.seller-article .orb{bottom:-155px;right:-124px;box-shadow:-80px -80px 80px 8px #b882ff inset, -20px -20px 24px 8px #fff inset, 40px 40px 40px 16px #00ff7a inset}}.hero-text{position:relative;z-index:3;font-size:18px;line-height:1.4;font-weight:600;text-align:center;color:#eeffea}@media (min-width: 768px){.hero-text{font-size:22px}}@media (min-width: 1024px){.hero-text{font-size:26px}}.hero-text p{margin:0 0 24px}@media (min-width: 1024px){.hero-text p{margin:0 0 58px}}.hero-arrow-link svg{width:54px}@media (min-width: 768px){.hero-arrow-link svg{width:64px}}@media (min-width: 1024px){.hero-arrow-link svg{width:103px}}.hero-arrow-link img{width:65px}@media (min-width: 768px){.hero-arrow-link img{width:75px}}@media (min-width: 1024px){.hero-arrow-link img{width:124px}}.career-hero{position:relative}.career-hero h1{color:#00ff7a;font-weight:900;margin:0 0 28px}.career-hero .hero-text{padding:200px 0}@media (min-width: 768px){.career-hero .hero-text{max-width:630px;margin:0 auto}}@media (min-width: 1024px){.career-hero .hero-text{max-width:760px;padding:274px 0}}@media (min-width: 1200px){.career-hero .hero-text{max-width:860px}}@media (min-width: 1024px){.career-hero .hero-text p{margin:0 0 56px}}.career-hero__lines{position:absolute;top:0;left:-360px;right:-50px;z-index:-1}@media (min-width: 768px){.career-hero__lines{top:-86px;left:-390px;right:-97px}}.career-intro{padding:0 0 164px}@media (min-width: 1024px){.career-intro{padding:146px 0 164px}}.career-intro__wrap{position:relative;z-index:10;font-size:24px;line-height:1.24;font-weight:600;padding:100px 0;text-align:center}@media (min-width: 768px){.career-intro__wrap{font-size:30px;padding:120px 60px}}@media (min-width: 1024px){.career-intro__wrap{font-size:34px;padding:148px 168px}}.career-intro__wrap:hover:before{filter:blur(160px)}.career-intro__wrap:before{transition:filter .15s ease-in-out;content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:1128px;background:#00ff7a;filter:blur(100px)}.career-intro__wrap *{position:relative;z-index:10}.career-video .container{z-index:15}.career-video .video__placeholder h3{bottom:40px;right:auto;left:50%;transform:translateX(-50%);padding:0 15px;width:100%;text-align:center;font-weight:700}@media (min-width: 768px){.career-video .video__placeholder h3{font-size:46px;bottom:120px}}@media (min-width: 1024px){.career-video .video__placeholder h3{font-size:64px;line-height:1.16;bottom:167px}}.career-video+.career-job{margin-top:-80px}@media (min-width: 768px){.career-video+.career-job{margin-top:-140px}}.career-job__wrap{position:relative;padding:360px 0}@media (min-width: 768px){.career-job__wrap{padding:460px 0}}.career-job__wrap.in-viewport .astronaut-img{right:25px}@media (min-width: 768px){.career-job__wrap.in-viewport .astronaut-img{right:70px}}@media (min-width: 1200px){.career-job__wrap.in-viewport .astronaut-img{right:26px}}.career-job__wrap-text{position:relative;z-index:10;text-align:center;max-width:935px;margin:0 auto}.career-job__wrap-text h3{font-weight:600;color:#eeffea;margin:0 0 30px}@media (min-width: 768px){.career-job__wrap-text h3{margin:0 0 60px}}.career-job__wrap .circle{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:50%;background:#004253;box-shadow:0 0 60px 24px #00ff7a}@media (min-width: 768px){.career-job__wrap .circle{box-shadow:0 0 80px 32px #00ff7a}}.career-job__wrap .circle--sm{width:454px;height:454px;z-index:6}@media (min-width: 768px){.career-job__wrap .circle--sm{width:554px;height:554px}}.career-job__wrap .circle--md{width:646px;height:646px;z-index:5}@media (min-width: 768px){.career-job__wrap .circle--md{width:746px;height:746px}}.career-job__wrap .circle--lg{width:838px;height:838px;z-index:4}@media (min-width: 768px){.career-job__wrap .circle--lg{width:938px;height:938px}}.career-job__wrap .circle--xl{width:1028px;height:1028px;z-index:3}@media (min-width: 768px){.career-job__wrap .circle--xl{width:1128px;height:1128px}}.career-job__btns{display:flex;flex-wrap:wrap;justify-content:center}.career-job__btns .btn{margin:0 6px 12px}@media (min-width: 768px){.career-job__btns .btn{margin:0 12px}}.career-job .astronaut-img{transition:right .15s ease-in-out,.6s .15s ease-in-out;position:absolute;bottom:224px;right:-100%;width:100px;height:100px;border-radius:50%;z-index:10;animation:flySatellite 5s linear 0.7s infinite}@media (min-width: 768px){.career-job .astronaut-img{bottom:264px}}@media (min-width: 1024px){.career-job .astronaut-img{bottom:334px}}.career-job .astronaut-img img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:160px;max-width:none;max-height:none}@media (min-width: 768px){.career-job .astronaut-img img{width:235px}}@media (min-width: 1024px){.career-job .astronaut-img img{width:257px}}.career-content{position:relative}.career-content .container{max-width:966px}.career-content__item{padding:0 0 64px}@media (min-width: 768px){.career-content__item{display:flex;flex-wrap:wrap;align-items:center;padding:0 0 100px}}@media (min-width: 1024px){.career-content__item{padding:0 0 184px}}@media (min-width: 768px){.career-content__item:nth-child(odd) .career-content__item-text{order:1;padding:0 60px 0 0}}@media (min-width: 1024px){.career-content__item:nth-child(odd) .career-content__item-text{padding:0 120px 0 0}}@media (min-width: 768px){.career-content__item:nth-child(odd) .career-content__item-img{order:2}}.career-content__item:nth-child(3n+2) .career-content__item-text{font-size:14px;line-height:1.43}.career-content__item:nth-child(3n+3) .career-content__item-text{font-size:20px;line-height:1.4;font-weight:600;letter-spacing:0}@media (min-width: 768px){.career-content__item:nth-child(3n+3) .career-content__item-text{font-size:24px}}@media (min-width: 1024px){.career-content__item:nth-child(3n+3) .career-content__item-text{font-size:26px}}.career-content__item-text{color:#eeffea;letter-spacing:0.5px}@media (min-width: 768px){.career-content__item-text{padding:0 0 0 60px;width:calc(100% - 260px)}}@media (min-width: 1024px){.career-content__item-text{padding:0 0 0 120px;width:calc(100% - 360px)}}.career-content__item-text h3,.career-content__item-text h4{color:#00ff7a;font-weight:600;letter-spacing:0;margin:0 0 12px}.career-content__item-img{width:160px;margin:0 0 24px}@media (min-width: 768px){.career-content__item-img{width:260px;margin:0 0 18px}}@media (min-width: 1024px){.career-content__item-img{width:360px}}.career-content .orb{top:auto;left:-84px;bottom:-100px;background:#00ff7a;box-shadow:-80px -80px 80px 8px #b882ff inset, -20px -20px 24px 8px #fff inset, 40px 40px 40px 16px #004253 inset}@media (min-width: 1024px){.career-content .orb{width:376px;height:376px;bottom:20px}}.career-content .orb:before{top:147px;right:79px;width:113px;height:113px}.culture{padding:0 0 200px}.culture h2{text-align:center;color:#eeffea;margin:0 0 24px}@media (min-width: 768px){.culture h2{margin:0 0 32px}}@media (min-width: 1024px){.culture h2{margin:0 0 48px}}.culture__tab-list{font-size:14px;display:flex;flex-wrap:wrap;justify-content:center;font-weight:600;margin:0 -5px 24px}@media (min-width: 768px){.culture__tab-list{font-size:22px;line-height:1.4;margin:0 -6px 24px}}@media (min-width: 1024px){.culture__tab-list{font-size:26px;margin:0 -12px 35px}}.culture__tab-list li{padding:0 5px 10px}@media (min-width: 768px){.culture__tab-list li{padding:0 6px 12px}}@media (min-width: 1024px){.culture__tab-list li{padding:0 12px 24px}}.culture__tab-list a{transition:background .15s ease-in-out,color .15s ease-in-out,border-color .15s ease-in-out;display:block;padding:8px 14px;color:#eeffea;text-decoration:none;border-radius:12px;border:1px solid transparent}@media (min-width: 768px){.culture__tab-list a{padding:10px 16px;border-width:2px}}@media (min-width: 1024px){.culture__tab-list a{padding:14px 30px;border-radius:24px}}.culture__tab-list a:hover{color:#004253}.culture__tab-list a.active{color:#004253}.culture__tab-list a.active.green{background:#00ff7a}.culture__tab-list a.active.blue{background:#6696ff}.culture__tab-list a.active.light-blue{background:#daf4ff}.culture__tab-list a.active.light-yellow{background:#eeffea}.culture__tab-list a.active.yellow{background:#ffed59}.culture__tab-list a.active.purple{background:#b882ff}.culture__tab-list a.active.light-green{background:#81ffbd}.culture__tab-list a.active.secondary-light-blue{background:#b4cbff}.culture__tab-list a.active.secondary-light-yellow{background:#fff5ad}.culture__tab-list a.active.orange{background:#ffc176}.culture__tab-list a.active.light-orange{background:#ffd098}.culture__tab-list a.active.light-purple{background:#dbc1fe}.culture__tab-list a.active.secondary-blue{background:#bfd1d5}.culture__tab-list a.active.gray{background:#bfbfbf}.culture__tab-list a.active.secondary-yellow{background:#bfb242}.culture__tab-list a.active.red{background:#ee9b97}.culture__tab-list a.green{border-color:#00ff7a}.culture__tab-list a.green:hover{background:#00ff7a}.culture__tab-list a.blue{border-color:#6696ff}.culture__tab-list a.blue:hover{background:#6696ff}.culture__tab-list a.light-blue{border-color:#daf4ff}.culture__tab-list a.light-blue:hover{background:#daf4ff}.culture__tab-list a.light-yellow{border-color:#eeffea}.culture__tab-list a.light-yellow:hover{background:#eeffea}.culture__tab-list a.yellow{border-color:#ffed59}.culture__tab-list a.yellow:hover{background:#ffed59}.culture__tab-list a.purple{border-color:#b882ff}.culture__tab-list a.purple:hover{background:#b882ff}.culture__tab-list a.light-green{border-color:#81ffbd}.culture__tab-list a.light-green:hover{background:#81ffbd}.culture__tab-list a.secondary-light-blue{border-color:#b4cbff}.culture__tab-list a.secondary-light-blue:hover{background:#b4cbff}.culture__tab-list a.secondary-light-yellow{border-color:#fff5ad}.culture__tab-list a.secondary-light-yellow:hover{background:#fff5ad}.culture__tab-list a.orange{border-color:#ffc176}.culture__tab-list a.orange:hover{background:#ffc176}.culture__tab-list a.light-orange{border-color:#ffd098}.culture__tab-list a.light-orange:hover{background:#ffd098}.culture__tab-list a.light-purple{border-color:#dbc1fe}.culture__tab-list a.light-purple:hover{background:#dbc1fe}.culture__tab-list a.secondary-blue{border-color:#bfd1d5}.culture__tab-list a.secondary-blue:hover{background:#bfd1d5}.culture__tab-list a.gray{border-color:#bfbfbf}.culture__tab-list a.gray:hover{background:#bfbfbf}.culture__tab-list a.secondary-yellow{border-color:#bfb242}.culture__tab-list a.secondary-yellow:hover{background:#bfb242}.culture__tab-list a.red{border-color:#ee9b97}.culture__tab-list a.red:hover{background:#ee9b97}.culture__box{padding:16px 16px 24px;border-radius:20px}@media (min-width: 768px){.culture__box{display:flex;flex-wrap:wrap;align-items:flex-start;padding:24px 18px 36px}}@media (min-width: 1024px){.culture__box{border-radius:40px}}.culture__box-img{border-radius:24px;overflow:hidden;margin:0 0 16px}@media (min-width: 768px){.culture__box-img{width:240px;margin:0}}@media (min-width: 1024px){.culture__box-img{width:265px}}.culture__box-img img{width:100%}.culture__box-text{padding:0 0 0 8px}@media (min-width: 768px){.culture__box-text{width:calc(100% - 240px);padding:0 0 0 24px}}@media (min-width: 1024px){.culture__box-text{width:calc(100% - 265px);padding:12px 0 0 24px}}.culture__box blockquote{margin:0;padding:0;letter-spacing:0.5px}.culture__box blockquote p{position:relative;margin:0 0 12px}.culture__box blockquote p:only-of-type:before{content:'"';position:absolute;top:0;left:-9px}.culture__box blockquote p:only-of-type:after{content:'"';position:absolute}.culture__box blockquote p:first-of-type:before{content:'"';position:absolute;top:0;left:-9px}.culture__box blockquote p:last-of-type:after{content:'"';position:absolute}.culture__box blockquote ol{padding:0;margin:-12px 0 12px}.culture__box blockquote span{display:block;font-size:16px;line-height:1.5;font-weight:600;letter-spacing:0}.culture__box blockquote .blockquote-author{font-size:20px;line-height:1.4}.culture__box.green{background:#00ff7a}.culture__box.blue{background:#6696ff}.culture__box.light-blue{background:linear-gradient(0deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%),#6696ff}.culture__box.light-yellow{background:#eeffea}.culture__box.yellow{background:#ffed59}.culture__box.purple{background:#b882ff}.culture__box.light-green{background:linear-gradient(0deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%),#00ff7a}.culture__box.secondary-light-blue{background:linear-gradient(0deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%),#6696ff}.culture__box.secondary-light-yellow{background:linear-gradient(0deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%),#ffed59}.culture__box.orange{background:#ffc176}.culture__box.light-orange{background:linear-gradient(0deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.25) 100%),#ffc176}.culture__box.light-purple{background:linear-gradient(0deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%),#b882ff}.culture__box.secondary-blue{background:#bfd1d5}.culture__box.gray{background:#bfbfbf}.culture__box.secondary-yellow{background:linear-gradient(0deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.25) 100%),#ffed59}.culture__box.red{background:#ee9b97}.culture .shooting-star-small{position:absolute;top:35px;left:0;width:90px;z-index:-1}@media (min-width: 768px){.culture .shooting-star-small{top:80px;width:116px}}@media (min-width: 1440px){.culture .shooting-star-small{top:152px;left:-52px}}.culture .shooting-star-medium{position:absolute;top:200px;right:-30px;width:180px;z-index:-1}@media (min-width: 768px){.culture .shooting-star-medium{width:200px;top:150px;right:0}}@media (min-width: 1024px){.culture .shooting-star-medium{top:170px;width:234px}}@media (min-width: 1440px){.culture .shooting-star-medium{top:208px;right:-130px}}.culture .shooting-star-medium.double{top:auto;bottom:-135px;right:40px}@media (min-width: 768px){.culture .shooting-star-medium.double{right:120px}}@media (min-width: 1024px){.culture .shooting-star-medium.double{right:184px}}.culture .shooting-star-large{position:absolute;top:410px;left:0;width:260px;z-index:1}@media (min-width: 768px){.culture .shooting-star-large{width:320px}}@media (min-width: 1024px){.culture .shooting-star-large{top:500px;width:438px}}@media (min-width: 1440px){.culture .shooting-star-large{top:532px;left:-126px}}.culture .js-tab-hidden{display:block !important;left:-9999px !important;position:absolute !important;top:-9999px !important}.career-position{padding:160px 0 56px}@media (min-width: 1024px){.career-position{padding:195px 0 56px}}.career-position h1{position:relative;font-size:54px;font-weight:900;color:#00ff7a;padding:0 105px 0 0;margin:0 0 24px}@media (min-width: 768px){.career-position h1{font-size:116px;padding:0 220px 0 40px}}@media (min-width: 1024px){.career-position h1{font-size:164px;padding:0 250px 0 40px}}@media (min-width: 1200px){.career-position h1{font-size:200px}}.career-position h1:before{content:"";position:absolute;top:-10px;right:0;width:100px;height:90px;background-image:url(./04cf948a59c674542a931fbfef833b74.png);background-size:100px 90px;background-repeat:no-repeat}@media (min-width: 768px){.career-position h1:before{top:2px;right:40px;width:150px;height:140px;background-size:150px 140px}}@media (min-width: 1024px){.career-position h1:before{width:200px;height:190px;background-size:200px 190px}}.position{padding:0 0 175px}.position__filter{margin:0 0 40px}@media (min-width: 1024px){.position__filter{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;margin:0 0 60px}}.position__filter-search{position:relative;width:100%;margin:0 0 32px}@media (min-width: 1024px){.position__filter-search{width:360px;margin:0}}.position__filter-search input[type="search"]{font-size:14px;line-height:16px;font-weight:600;letter-spacing:0.5px;background:transparent;border:none;border-bottom:1px solid #eeffea;height:40px;color:#eeffea;padding:0 16px 0 34px;width:100%}.position__filter-search input[type="search"]::-webkit-input-placeholder{color:#eeffea}.position__filter-search input[type="search"]::-moz-placeholder{opacity:1;color:#eeffea}.position__filter-search input[type="search"]:-moz-placeholder{color:#eeffea}.position__filter-search input[type="search"]:-ms-input-placeholder{color:#eeffea}.position__filter-search input[type="search"].placeholder{color:#eeffea}.position__filter-search button{position:absolute;top:50%;left:3px;transform:translateY(-50%);padding:0;margin-top:2px}.position__dropdowns{display:flex;flex-wrap:wrap}@media (min-width: 460px){.position__dropdowns{margin:0 -12px}}@media (min-width: 1024px){.position__dropdowns{justify-content:flex-end;width:calc(100% - 360px);margin:0}}.position__dropdowns .dropdown{position:relative;margin:0 0 16px;width:100%}@media (min-width: 460px){.position__dropdowns .dropdown{width:50%;padding:0 12px}}@media (min-width: 768px){.position__dropdowns .dropdown{width:20%}}@media (min-width: 1024px){.position__dropdowns .dropdown{width:auto;padding:0;margin:0 0 0 20px}}@media (max-width: 1023px){.position__dropdowns .dropdown:last-child{margin-right:0}}@media (min-width: 1024px){.position__dropdowns .dropdown.department{width:120px}}@media (min-width: 1024px){.position__dropdowns .dropdown.country{width:91px}}@media (min-width: 1024px){.position__dropdowns .dropdown.region{width:82px}}@media (min-width: 1024px){.position__dropdowns .dropdown.location{width:95px}}@media (min-width: 1024px){.position__dropdowns .dropdown.status{width:140px}}.position__dropdowns .dropdown.dropdown-active .dropdown-button:after{transform:rotate(180deg)}.position__dropdowns .dropdown.dropdown-active ul{opacity:1;visibility:visible}.position__dropdowns .dropdown ul{position:absolute;top:100%;width:200px;background:#eeffea;opacity:0;visibility:hidden;max-height:224px;overflow-y:auto;z-index:15}@media (min-width: 768px){.position__dropdowns .dropdown ul{max-height:288px}}.position__dropdowns .dropdown ul li{transition:background .15s ease-in-out,color .15s ease-in-out;cursor:pointer;padding:4px}@media (min-width: 768px){.position__dropdowns .dropdown ul li{padding:6px}}.position__dropdowns .dropdown ul li.hidden{display:none}.position__dropdowns .dropdown ul li.active{background:#b882ff;color:#eeffea}.position__dropdowns .dropdown ul li:hover{background:#b882ff;color:#eeffea}.position .dropdown-button{position:relative;font-size:14px;line-height:16px;font-weight:600;letter-spacing:0.5px;background:transparent;color:#eeffea;padding:0 20px 13px 4px;border-bottom:1px solid #eeffea;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%;text-align:left}.position .dropdown-button:after{transition:transform .15s ease-in-out;content:"";position:absolute;top:5px;right:5px;width:10px;height:8px;background-image:url(./343d3e525c1b6a0c8cbf26a3ed48c294.svg);background-size:10px 8px;background-repeat:no-repeat}.position__result{display:flex;flex-wrap:wrap;margin:0 -12px}.position__card{display:flex;flex-wrap:wrap;flex-direction:column;background:#6696ff;border-radius:20px;padding:16px 14px;min-height:200px;text-decoration:none;color:#004253;width:100%;margin:0 0 16px}@media (min-width: 460px){.position__card{width:calc(50% - 16px);margin:0 8px 16px}}@media (min-width: 768px){.position__card{width:calc(33.332% - 16px)}}@media (min-width: 1024px){.position__card{border-radius:40px;padding:24px 24px 22px;margin:0 12px 24px;width:calc(33.332% - 24px)}}.position__card.hidden,.position__card.search-hidden{display:none}.position__card.green{background:#00ff7a}.position__card.secondary-blue{background:#6696ff}.position__card.light-blue{background:#daf4ff}.position__card.light-yellow{background:#eeffea}.position__card.yellow{background:#ffed59}.position__card.purple{background:#b882ff}.position__card.light-green{background:#81ffbd}.position__card.light-secondary-blue{background:#b4cbff}.position__card.light-secondary-yellow{background:#fff6ab}.position__card.orange{background:#ffc176}.position__card.light-orange{background:#ffd098}.position__card.light-purple{background:#dbc1fe}.position__card.light-gray{background:#bed0d4}.position__card.gray{background:#bfbfbf}.position__card.dark-yellow{background:#bfb242}.position__card.red{background:#ee9b97}.position__card h3{font-size:26px;line-height:1.4;font-weight:600;color:#004253}.position__card ul{font-size:14px;line-height:1.143;font-weight:600;display:flex;flex-wrap:wrap;margin:auto -6px 0;letter-spacing:0.5px}.position__card ul li{position:relative;padding:0 6px}.position__card ul li:after{content:"";position:absolute;top:2px;right:0;bottom:1px;width:1px;background:#004253}.position__card ul li:last-child:after{display:none}.how-we-work{padding:180px 0 206px}@media (min-width: 768px){.how-we-work{padding:240px 0 206px}}@media (min-width: 1200px){.how-we-work{padding:354px 0 206px}}.how-we-work.in-viewport .ufo{right:40px}@media (min-width: 768px){.how-we-work.in-viewport .ufo{right:60px}}@media (min-width: 1024px){.how-we-work.in-viewport .ufo{right:120px}}@media (min-width: 1200px){.how-we-work.in-viewport .ufo{right:80px}}@media (min-width: 1440px){.how-we-work.in-viewport .ufo{right:-36px}}.how-we-work h1{color:#00ff7a;text-align:center;font-weight:900}.how-we-work .ufo{transition:right .15s ease-in-out,.6s .15s ease-in-out;position:absolute;bottom:-140px;right:-100%;width:100px;height:100px;border-radius:50%;animation:flySatellite 5s linear 0.7s infinite}@media (min-width: 768px){.how-we-work .ufo{bottom:-180px}}@media (min-width: 1024px){.how-we-work .ufo{bottom:-218px}}.how-we-work .ufo img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:150px;max-width:none;max-height:none}@media (min-width: 768px){.how-we-work .ufo img{width:180px}}@media (min-width: 1024px){.how-we-work .ufo img{width:264px}}.work-content{position:relative}.work-content__wrap{display:flex;flex-wrap:wrap;align-items:center;padding:0 0 80px}@media (min-width: 1024px){.work-content__wrap{padding:0 0 100px}}@media (min-width: 768px){.work-content__wrap:nth-child(even) .work-content__wrap-circle{order:2}}@media (min-width: 768px){.work-content__wrap:nth-child(even) .work-content__wrap-text{order:1;padding:20px 24px 0 0}}@media (min-width: 1024px){.work-content__wrap:nth-child(even) .work-content__wrap-text{padding:20px 120px 0 0}}.work-content__wrap:nth-child(3n+1) .work-content__wrap-circle{box-shadow:0 0 125px 50px #ffed59}.work-content__wrap:nth-child(3n+1) .work-content__wrap-circle:hover{box-shadow:0 0 125px 50px rgba(255,237,89,0.8)}@media (min-width: 768px){.work-content__wrap:nth-child(3n+1) .work-content__wrap-circle{box-shadow:0 0 250px 100px #ffed59}.work-content__wrap:nth-child(3n+1) .work-content__wrap-circle:hover{box-shadow:0 0 250px 100px rgba(255,237,89,0.8)}}.work-content__wrap:nth-child(3n+1) .work-content__wrap-circle h2{color:#ffed59}.work-content__wrap:nth-child(3n+2) .work-content__wrap-circle{box-shadow:0 0 125px 50px #00ff7a}.work-content__wrap:nth-child(3n+2) .work-content__wrap-circle:hover{box-shadow:0 0 125px 50px rgba(0,255,122,0.8)}@media (min-width: 768px){.work-content__wrap:nth-child(3n+2) .work-content__wrap-circle{box-shadow:0 0 250px 100px #00ff7a}.work-content__wrap:nth-child(3n+2) .work-content__wrap-circle:hover{box-shadow:0 0 250px 100px rgba(0,255,122,0.8)}}.work-content__wrap:nth-child(3n+2) .work-content__wrap-circle h2{color:#00ff7a}.work-content__wrap:nth-child(3n+3) .work-content__wrap-circle{box-shadow:0 0 125px 50px #b882ff}.work-content__wrap:nth-child(3n+3) .work-content__wrap-circle:hover{box-shadow:0 0 125px 50px rgba(184,130,255,0.8)}@media (min-width: 768px){.work-content__wrap:nth-child(3n+3) .work-content__wrap-circle{box-shadow:0 0 250px 100px #b882ff}.work-content__wrap:nth-child(3n+3) .work-content__wrap-circle:hover{box-shadow:0 0 250px 100px rgba(184,130,255,0.8)}}.work-content__wrap:nth-child(3n+3) .work-content__wrap-circle h2{color:#b882ff}.work-content__wrap-circle{transition:box-shadow .15s ease-in-out;display:flex;align-items:center;overflow:hidden;width:300px;height:300px;border-radius:50%;background:#004253;padding:46px 32px;margin:0 auto}@media (min-width: 768px){.work-content__wrap-circle{width:360px;height:360px;margin:0}}@media (min-width: 1024px){.work-content__wrap-circle{width:552px;height:552px;padding:64px 32px}}.work-content__wrap-circle h2{text-align:center;color:#ffed59;margin:0}@media (min-width: 768px){.work-content__wrap-circle h2{font-size:40px}}@media (min-width: 1024px){.work-content__wrap-circle h2{font-size:64px}}.work-content__wrap-text{position:relative;padding:32px 0 0;color:#eeffea;text-align:center}@media (min-width: 768px){.work-content__wrap-text{font-size:18px;line-height:1.6;width:calc(100% - 360px);padding:20px 0 0 24px;text-align:left}}@media (min-width: 1024px){.work-content__wrap-text{font-size:20px;width:calc(100% - 552px);padding:20px 0 0 120px}}.where-work{position:relative}@media (min-width: 768px){.where-work{padding:0 0 80px}}.where-work>.orb{left:auto;top:0;right:-120px;box-shadow:-40px -40px 40px 8px #ffed59 inset, -20px -20px 24px 8px #fff inset, 40px 40px 40px 16px #6696ff inset}@media (min-width: 1024px){.where-work>.orb{top:40px;right:-90px;width:376px;height:376px;background:#b882ff;box-shadow:-80px -80px 80px 8px #ffed59 inset, -20px -20px 24px 8px #fff inset, 40px 40px 40px 16px #6696ff inset}}.where-work>.orb:before{top:95px;right:84px;width:113px;height:113px}@media (min-width: 1024px){.where-work>.orb:before{top:147px;right:79px}}.where-work h2{text-align:center;color:#eeffea;margin:0 0 32px}@media (min-width: 768px){.where-work h2{margin:0 0 64px}}@media (min-width: 1024px){.where-work h2{margin:0 0 84px}}@media (min-width: 1200px){.where-work h2{margin:0 0 108px}}.where-work__wrap{padding:0 0 40px}@media (min-width: 768px){.where-work__wrap{display:flex;flex-wrap:wrap;align-items:center;padding:0 0 60px}}.where-work__wrap-img{position:relative;border-radius:20px;overflow:hidden}@media (min-width: 768px){.where-work__wrap-img{width:56%}}@media (min-width: 1024px){.where-work__wrap-img{width:57.4%;border-radius:40px}}.where-work__wrap-img:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.4)}.where-work__wrap-img img{width:100%}.where-work__wrap-img-title{font-size:36px;line-height:1.042;position:absolute;top:50%;left:50%;width:100%;transform:translate(-50%, -50%);color:#ffed59;text-align:center;padding:15px}@media (min-width: 768px){.where-work__wrap-img-title{font-size:54px}}@media (min-width: 1024px){.where-work__wrap-img-title{font-size:84px}}@media (min-width: 1200px){.where-work__wrap-img-title{font-size:96px}}.where-work__wrap-img-title span{display:block;font-size:30px;line-height:1.23;font-weight:600}@media (min-width: 768px){.where-work__wrap-img-title span{font-size:44px}}.where-work__wrap-text{color:#eeffea;padding:16px 0 0}@media (min-width: 768px){.where-work__wrap-text{width:44%;padding:20px 0 0 24px}}@media (min-width: 1024px){.where-work__wrap-text{font-size:20px;line-height:1.6;width:42%}}.where-work .testimonials__box{background:#4c70bf}.where-work .testimonials__text span.blockquote-pos{color:#8cb0ff}.full-slider{position:relative;margin:0 0 60px}.full-slider__swiper{border-radius:20px;z-index:20}@media (min-width: 1024px){.full-slider__swiper{border-radius:40px}}.full-slider__swiper .swiper-pagination{bottom:16px;left:0}@media (min-width: 1024px){.full-slider__swiper .swiper-pagination{bottom:24px}}.full-slider__swiper .swiper-pagination .swiper-pagination-bullet{width:4px;height:4px;background:#40717e;opacity:1;margin:0 4px 0 0;overflow:hidden}.full-slider__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:12px;background:#ffed59;border-radius:2px}.full-slider .orb{top:-70px;right:-160px;background:#ffed59;box-shadow:-40px -40px 40px 8px #b882ff inset, -20px -20px 24px 8px #fff inset, 40px 40px 40px 16px #00ff7a inset}@media (min-width: 1024px){.full-slider .orb{top:-148px;right:-328px;box-shadow:-80px -80px 80px 8px #b882ff inset, -20px -20px 24px 8px #fff inset, 40px 40px 40px 16px #00ff7a inset}}.remote-work{padding:0 0 80px}@media (min-width: 768px){.remote-work{padding:0 0 240px}}@media (min-width: 1024px){.remote-work{padding:0 0 380px}}.remote-work .container{max-width:894px}.remote-work__wrap{position:relative}@media (min-width: 768px){.remote-work__wrap{display:flex;align-items:center;justify-content:center;max-width:740px;min-height:969px;margin:0 auto}}@media (min-width: 1024px){.remote-work__wrap{max-width:880px}}.remote-work__wrap-text{position:relative;color:#eeffea;z-index:15;text-align:center}@media (min-width: 768px){.remote-work__wrap-text{font-size:18px;line-height:1.6;padding:150px 0 425px;margin:0 auto;max-width:580px}}@media (min-width: 1024px){.remote-work__wrap-text{font-size:20px;font-size:20px;padding:252px 0 425px;max-width:744px}}.remote-work__wrap-text h3{font-weight:600;color:#ffed59;margin:0 0 12px}.remote-work__wrap-text p{margin:0}.remote-work__wrap-line{display:none}@media (min-width: 768px){.remote-work__wrap-line{display:block;position:absolute;top:0;left:50%;transform:translateX(-50%);margin-left:-12px;width:100%}}.remote-work__img{display:none}@media (min-width: 768px){.remote-work__img{display:block;position:absolute;border-radius:50%;overflow:hidden;background:#6696ff;box-shadow:0 0 24px 8px #ffed59}}@media (min-width: 768px){.remote-work__img--sm{top:144px;right:-24px;width:96px;height:96px}}@media (min-width: 1024px){.remote-work__img--sm{right:-36px}}@media (min-width: 768px){.remote-work__img--sm-bottom{top:auto;right:auto;left:-30px;bottom:380px}}@media (min-width: 1024px){.remote-work__img--sm-bottom{left:-58px;bottom:282px}}@media (min-width: 768px){.remote-work__img--md{top:-62px;right:228px;width:140px;height:140px}}@media (min-width: 1024px){.remote-work__img--md{top:-84px;width:168px;height:168px}}@media (min-width: 768px){.remote-work__img--md-bottom{top:auto;right:auto;bottom:284px;left:214px}}@media (min-width: 1024px){.remote-work__img--md-bottom{bottom:180px;left:254px}}@media (min-width: 768px){.remote-work__img--lg{top:0;left:-40px;width:200px;height:200px}}@media (min-width: 1024px){.remote-work__img--lg{top:0;left:-130px;width:264px;height:264px}}@media (min-width: 768px){.remote-work__img--xl{left:-20px;bottom:-40px;width:260px;height:260px}}@media (min-width: 1024px){.remote-work__img--xl{left:-70px;bottom:-180px;width:360px;height:360px}}@media (min-width: 768px){.remote-work__img--xl-right{left:auto;right:-36px;bottom:205px}}@media (min-width: 1024px){.remote-work__img--xl-right{right:-168px;bottom:84px}}.technology{padding:0 0 120px}@media (min-width: 1024px){.technology{padding:0 0 200px}}.technology__box{position:relative;padding:32px 24px;background:#eeffea;border-radius:20px;z-index:20}@media (min-width: 768px){.technology__box{padding:46px 24px}}@media (min-width: 1024px){.technology__box{padding:60px 46px 50px;border-radius:40px}}@media (min-width: 1200px){.technology__box{padding:60px 95px 50px}}.technology__box h3{font-weight:600;text-align:center;color:#004253;margin:0}.technology__box-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.technology__box-logo{padding:32px 16px 0;max-width:140px}@media (min-width: 768px){.technology__box-logo{padding:50px 24px 10px;max-width:200px}}@media (min-width: 1024px){.technology__box-logo{padding:60px 24px 10px;max-width:100%}}@media (min-width: 1200px){.technology__box-logo{padding:60px 48px 10px}}.technology .orb{top:-150px;left:-124px;width:296px;height:296px;background:#b882ff;box-shadow:-48px -48px 48px 4px #ffc176 inset, -12px -12px 16px 4px #fff inset, 24px 24px 24px 12px #eeffeb inset;filter:blur(32px)}@media (min-width: 1024px){.technology .orb{top:-209px}}.technology .orb:before{top:62px;right:62px;width:90px;height:90px;filter:blur(18px)}.sustainability-hero{position:relative;padding:160px 0 180px}@media (min-width: 768px){.sustainability-hero{padding:160px 0 240px}}@media (min-width: 1024px){.sustainability-hero{padding:160px 0 340px}}@media (min-width: 1200px){.sustainability-hero{padding:160px 0 432px}}.sustainability-hero:before{content:"";position:absolute;top:-300px;left:50%;transform:translateX(-50%);background-image:url(./989a5734db507aa6f520650cc45c90bc.svg);width:1280px;height:1060px;background-size:1280px 1060px;background-repeat:no-repeat}@media (min-width: 768px){.sustainability-hero:before{top:-360px;width:1680px;height:1260px;background-size:1680px 1260px}}@media (min-width: 1024px){.sustainability-hero:before{width:2480px;height:1860px;background-size:2480px 1860px;top:-680px}}@media (min-width: 1440px){.sustainability-hero:before{top:-488px}}.sustainability-hero .container{text-align:center;color:#004253}.sustainability-hero .container:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:360px;height:280px;background:#00ff7a;filter:blur(50px)}@media (min-width: 768px){.sustainability-hero .container:before{width:640px;height:445px;filter:blur(100px)}}@media (min-width: 1024px){.sustainability-hero .container:before{width:840px;height:645px;filter:blur(180px)}}.sustainability-hero__title{position:relative;z-index:10;display:block;font-size:24px;line-height:1.23;font-weight:600}@media (min-width: 768px){.sustainability-hero__title{font-size:36px}}@media (min-width: 1024px){.sustainability-hero__title{font-size:44px}}.sustainability-hero__number{position:relative;z-index:10;display:block;font-size:140px;line-height:0.7;font-weight:900;margin:0 0 36px}@media (min-width: 768px){.sustainability-hero__number{font-size:240px}}@media (min-width: 1024px){.sustainability-hero__number{font-size:320px;margin:0 0 66px}}@media (min-width: 1200px){.sustainability-hero__number{font-size:480px}}.approach{text-align:center;color:#004253;padding:0 0 80px}@media (min-width: 1024px){.approach{padding:0 0 165px}}.approach .container{max-width:966px}.approach h3{font-weight:600;color:#004253;margin:0 0 18px}.approach h4{font-size:18px;line-height:1.4;font-weight:600;color:#004253;letter-spacing:0}@media (min-width: 768px){.approach h4{font-size:22px}}@media (min-width: 1024px){.approach h4{font-size:24px}}.approach__head{font-weight:600;margin:0 0 36px}@media (min-width: 768px){.approach__head{font-size:18px;line-height:1.4}}@media (min-width: 1024px){.approach__head{font-size:26px;margin:0 0 60px}}.approach__logo{width:146px;margin:0 auto 30px}@media (min-width: 768px){.approach__logo{width:186px}}@media (min-width: 1024px){.approach__logo{width:264px;margin-bottom:60px}}.approach__wrap{letter-spacing:0.5px}.mission{position:relative;padding:0 0 60px}.mission__decor-left,.mission__decor-right{position:absolute;width:100px}@media (min-width: 768px){.mission__decor-left,.mission__decor-right{width:160px}}@media (min-width: 1024px){.mission__decor-left,.mission__decor-right{width:240px}}@media (min-width: 1200px){.mission__decor-left,.mission__decor-right{width:360px}}.mission__decor-left{top:-200px;left:0}@media (min-width: 768px){.mission__decor-left{top:-320px}}@media (min-width: 1024px){.mission__decor-left{top:-500px}}@media (min-width: 1200px){.mission__decor-left{top:-770px}}.mission__decor-right{bottom:-178px;right:0}@media (min-width: 768px){.mission__decor-right{bottom:-285px}}@media (min-width: 1024px){.mission__decor-right{bottom:-425px}}@media (min-width: 1200px){.mission__decor-right{bottom:-648px}}.mission .container{max-width:966px}.mission h2{color:#004253;margin:0 0 16px}@media (min-width: 1024px){.mission h2{margin:0 0 30px}}.mission__text{font-size:20px;line-height:1.236;font-weight:600;color:#004253;text-align:center;margin:0 0 60px}@media (min-width: 768px){.mission__text{font-size:26px;margin:0 0 100px}}@media (min-width: 1024px){.mission__text{font-size:34px;margin:0 0 138px}}.mantras{position:relative;padding:0 0 100px}.mantras .container{max-width:966px}.mantras h2{text-align:center;color:#004253;margin:0 0 40px}@media (min-width: 768px){.mantras h2{margin:0 0 60px}}@media (min-width: 1024px){.mantras h2{margin:0 0 88px}}.mantras .orb{right:-50px;bottom:740px;background:#ffed59;box-shadow:-40px -40px 40px 8px #b882ff inset, -20px -20px 24px 8px #fff inset, 40px 40px 40px 16px #eeffea inset}@media (min-width: 1024px){.mantras .orb{right:-114px;box-shadow:-80px -80px 80px 8px #b882ff inset, -20px -20px 24px 8px #fff inset, 40px 40px 40px 16px #eeffea inset}}.mantras__wrap{position:relative}.mantras__row{margin:0 0 60px}@media (min-width: 768px){.mantras__row{display:flex;flex-wrap:wrap;align-items:flex-start}}@media (min-width: 1024px){.mantras__row{margin:0 0 98px}}@media (min-width: 768px){.mantras__row:nth-child(even) .mantras__img{order:2}}@media (min-width: 768px){.mantras__row:nth-child(even) .mantras__text{order:1;padding:0 24px 0 0}}.mantras__img{width:100%;border-radius:24px;overflow:hidden}@media (min-width: 768px){.mantras__img{width:220px}}@media (min-width: 1024px){.mantras__img{width:264px}}.mantras__text{padding:24px 0 0}@media (min-width: 768px){.mantras__text{font-size:18px;line-height:1.6;width:calc(100% - 220px);padding:0 0 0 24px}}@media (min-width: 1024px){.mantras__text{font-size:20px;width:calc(100% - 264px)}}.mantras__text h4{color:#004253;font-weight:600;margin:0 0 11px}.investment{padding:0 0 100px}@media (min-width: 1024px){.investment{padding:0 0 180px}}.investment .container{max-width:966px}.investment__box{border-radius:20px;background:#6696ff;padding:24px 20px;text-align:center;color:#eeffea;letter-spacing:0.5px}@media (min-width: 768px){.investment__box{padding:40px}}@media (min-width: 1024px){.investment__box{border-radius:40px;padding:40px 60px}}.investment__box h3{color:#ffed59;font-weight:600;letter-spacing:0;margin:0 0 20px}.investment__box p{margin:0 0 24px}.practice{padding:0 0 80px}@media (min-width: 768px){.practice{padding:0 0 180px}}.practice h2{text-align:center;color:#004253;margin:0 0 48px}@media (min-width: 768px){.practice__row{display:flex;flex-wrap:wrap;margin:0 -12px}}.practice__col{position:relative;padding:0 0 50px}@media (min-width: 768px){.practice__col{display:flex;justify-content:center;width:33.332%;padding:0 12px}}.practice__circle{font-size:16px;line-height:1.4;font-weight:600;position:relative;display:flex;flex-wrap:wrap;align-items:center;flex-direction:column;justify-content:center;width:320px;min-height:320px;text-align:center;padding:65px 0 56px;margin:0 auto}@media (min-width: 768px){.practice__circle{width:220px;min-height:220px;padding:42px 0 16px;margin:0;justify-content:flex-start}}@media (min-width: 1024px){.practice__circle{font-size:20px;width:280px;min-height:280px;padding:55px 0}}@media (min-width: 1200px){.practice__circle{width:320px;min-height:320px;padding:65px 0 56px}}.practice__circle:hover:after{filter:blur(60px)}.practice__circle:after{transition:filter .15s ease-in-out;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#6696ff;filter:blur(30px);border-radius:50%}.practice__circle--orange:after{background:#ffc176}.practice__circle--purple:after{background:#b882ff}.practice__circle *{position:relative;z-index:10}.practice__circle-number{display:block;font-size:64px;line-height:0.9;font-weight:900;color:#eeffea}@media (min-width: 768px){.practice__circle-number{font-size:64px}}@media (min-width: 1024px){.practice__circle-number{font-size:96px}}@media (min-width: 1200px){.practice__circle-number{font-size:120px}}.practice__circle p{max-width:264px;margin:0 auto}.goals{position:relative}.goals h2{text-align:center;color:#004253;margin:0 0 50px}.goals h3{line-height:1.24;font-weight:600;color:#004253;margin:0 0 20px}@media (min-width: 1024px){.goals h3{font-size:34px}}.goals h4{font-size:20px;line-height:1.4;text-align:center;color:#004253;font-weight:600}@media (min-width: 768px){.goals h4{font-size:26px}}.goals__wrap{position:relative;padding:0 0 32px}@media (min-width: 768px){.goals__wrap{padding:0 0 32px 15px}}@media (min-width: 1024px){.goals__wrap{padding:0 0 32px 192px}}.goals__wrap:before{content:"";position:absolute;top:30px;bottom:80px;left:29px;width:2px;background:#00ff7a}@media (min-width: 768px){.goals__wrap:before{left:62px}}@media (min-width: 1024px){.goals__wrap:before{left:242px}}.goals__item{position:relative;display:flex;align-items:flex-start;padding:0 0 26px}.goals__item:nth-child(2){padding:0 0 55px}.goals__item:nth-child(3){padding:0 0 76px}.goals__item-year{display:flex;align-items:center;justify-content:center;position:relative;font-size:24px;line-height:1.23;font-weight:600;color:#004253;width:60px;height:60px}@media (min-width: 768px){.goals__item-year{width:99px;height:99px;font-size:36px}}@media (min-width: 1024px){.goals__item-year{font-size:44px}}.goals__item-year:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;filter:blur(10px);background:#00ff7a;border-radius:50%;z-index:-1}@media (min-width: 768px){.goals__item-year:before{filter:blur(20px)}}.goals__item ul{font-weight:600;width:calc(100% - 60px);padding:16px 0 0 24px}@media (min-width: 768px){.goals__item ul{font-size:18px;width:calc(100% - 99px);padding:35px 0 0 37px;max-width:645px}}@media (min-width: 1024px){.goals__item ul{font-size:20px}}.goals__item ul li{position:relative;padding:0 0 0 14px}@media (min-width: 768px){.goals__item ul li{padding:0 0 0 18px}}.goals__item ul li:before{content:"";position:absolute;top:10px;left:0;width:5px;height:5px;border-radius:50%;background:#004253}@media (min-width: 1024px){.goals__item ul li:before{top:14px}}.goals__text{padding:100px 0 0;text-align:center}@media (min-width: 768px){.goals__text{font-size:18px;line-height:1.6;max-width:936px;margin:0 auto}}@media (min-width: 1024px){.goals__text{font-size:20px;padding:187px 0 0}}.goals__text p{margin:0 0 38px}.goals__text .btn{min-width:240px}.goals .orb{bottom:280px;left:-140px;background:#6696ff;box-shadow:-40px -40px 40px 8px #b882ff inset, -20px -20px 24px 8px #fff inset, 40px 40px 40px 16px #6696ff inset}@media (min-width: 768px){.goals .orb{bottom:120px;left:-100px}}@media (min-width: 1024px){.goals .orb{box-shadow:-80px -80px 80px 8px #b882ff inset, -20px -20px 24px 8px #fff inset, 40px 40px 40px 16px #6696ff inset}}@media (min-width: 1200px){.goals .orb{left:-57px}}@media (min-width: 1024px){.goals .orb:before{top:194px}}.reports{text-align:center;padding:160px 0 80px}@media (min-width: 768px){.reports{padding:200px 0 180px}}.reports.in-viewport .astronaut-img{right:25px}@media (min-width: 768px){.reports.in-viewport .astronaut-img{right:50px}}@media (min-width: 1024px){.reports.in-viewport .astronaut-img{right:94px}}.reports h4{color:#004253;font-weight:600;margin:0 0 18px}.reports__btns{max-width:552px;margin:0 auto}.reports__btns .btn{min-width:auto;width:100%;margin:0 0 10px}@media (min-width: 1024px){.reports__btns .btn{margin:0 0 20px}}.reports .astronaut-img{transition:right .15s ease-in-out,.6s .15s ease-in-out;position:absolute;top:-100px;right:-100%;width:100px;height:100px;border-radius:50%;z-index:10;animation:flySatellite 5s linear 0.7s infinite}@media (min-width: 768px){.reports .astronaut-img{top:-90px}}@media (min-width: 1024px){.reports .astronaut-img{top:-124px}}.reports .astronaut-img img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:160px;max-width:none;max-height:none}@media (min-width: 768px){.reports .astronaut-img img{width:215px}}@media (min-width: 1024px){.reports .astronaut-img img{width:257px}}.dive{display:flex;align-items:center;justify-content:center;min-height:100vh;text-align:center;padding:150px 0}.dive h1{color:#00ff7a;font-weight:900;margin:0 0 16px}@media (min-width: 768px){.dive h1{margin:0 0 24px}}@media (min-width: 1024px){.dive h1{margin:0 0 48px}}.dive__list{font-weight:600;display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto}@media (min-width: 768px){.dive__list{font-size:22px;line-height:1.236}}@media (min-width: 1024px){.dive__list{font-size:26px;max-width:100%}}.dive__list li{padding:0 5px 10px}@media (min-width: 1024px){.dive__list li{padding:0 12px 24px}}.dive__list li:nth-child(6n+1) a{background:#6696ff}.dive__list li:nth-child(6n+1) a:hover{background:#1a62ff}.dive__list li:nth-child(6n+2) a{background:#ffc176}.dive__list li:nth-child(6n+2) a:hover{background:#ff9e2a}.dive__list li:nth-child(6n+3) a{background:#b882ff}.dive__list li:nth-child(6n+3) a:hover{background:#8d36ff}.dive__list li:nth-child(6n+4) a{background:#eeffea}.dive__list li:nth-child(6n+4) a:hover{background:#b0ff9e}.dive__list li:nth-child(6n+5) a{background:#ffed59}.dive__list li:nth-child(6n+5) a:hover{background:#ffe50d}.dive__list li:nth-child(6n+6) a{background:#00ff7a}.dive__list li:nth-child(6n+6) a:hover{background:#00b355}.dive__list a{transition:background .15s ease-in-out;display:block;text-align:center;border-radius:12px;text-decoration:none;color:#004253;padding:10px 12px}@media (min-width: 768px){.dive__list a{padding:12px 16px}}@media (min-width: 1024px){.dive__list a{border-radius:16px;padding:18px 25px}}.releases{padding:0 0 100px}@media (min-width: 1024px){.releases{padding:0 0 200px}}.releases__box{background:#6696ff;border-radius:20px;padding:30px 16px}@media (min-width: 768px){.releases__box{padding:32px}}@media (min-width: 1024px){.releases__box{border-radius:40px;padding:60px 48px}}@media (min-width: 1200px){.releases__box{padding:60px 96px}}.releases__box h2{font-size:32px;line-height:1.23;font-weight:600;text-align:center;color:#004253;margin:0 0 30px}@media (min-width: 768px){.releases__box h2{font-size:36px}}@media (min-width: 1024px){.releases__box h2{font-size:44px;margin:0 0 40px}}.releases__box-btn{text-align:center}.releases__post{color:#eeffea;padding:0 0 16px;margin:0 0 24px;border-bottom:1px solid #004253}@media (min-width: 1024px){.releases__post{padding:0 0 26px;margin:0 0 40px}}.releases__post-info{display:flex;flex-wrap:wrap;font-weight:600;margin:0 -6px 8px}.releases__post-info li{position:relative;padding:0 6px}.releases__post-info li:after{content:"";position:absolute;top:6px;right:0;bottom:4px;width:1px;background:#eeffea}.releases__post-info li:last-child:after{display:none}.releases__post h3{font-size:20px;line-height:1.4;font-weight:600;color:#eeffea}@media (min-width: 768px){.releases__post h3{font-size:24px}}@media (min-width: 1024px){.releases__post h3{font-size:26px}}.releases__post h3 a{text-decoration:none;color:inherit}.financial{padding:0 0 100px}@media (min-width: 1024px){.financial{padding:0 0 200px}}.financial h3{text-align:center;color:#004253;font-weight:600;margin:0 0 16px}@media (min-width: 768px){.financial h3{margin:0 0 30px}}@media (min-width: 1024px){.financial h3{margin:0 0 60px}}@media (min-width: 576px){.financial .container>.mfn-archive .mfn-archive{display:flex;flex-wrap:wrap;justify-content:center;margin:0 -6px 20px}}@media (min-width: 768px){.financial .container>.mfn-archive .mfn-archive{max-width:962px;margin:0 auto 40px}}@media (min-width: 1024px){.financial .container>.mfn-archive .mfn-archive{margin:0 auto 60px}}.financial .container>.mfn-archive .mfn-archive div.mfn-archive-year{padding:16px;background:#ffc176;border-radius:20px;min-height:226px;margin:0 0 20px}@media (min-width: 576px){.financial .container>.mfn-archive .mfn-archive div.mfn-archive-year{display:flex;flex-wrap:wrap;flex-direction:column;width:calc(50% - 12px);margin:0 6px}}@media (min-width: 768px){.financial .container>.mfn-archive .mfn-archive div.mfn-archive-year{padding:24px;width:calc(50% - 24px);margin:0 12px;min-height:auto}}@media (min-width: 1024px){.financial .container>.mfn-archive .mfn-archive div.mfn-archive-year{padding:32px 32px 28px;border-radius:40px;width:calc(50% - 48px)}}.financial .container>.mfn-archive .mfn-archive div.mfn-archive-year-header{font-size:46px;line-height:1.042;color:#eeffea;font-weight:700;margin:0 0 12px}@media (min-width: 768px){.financial .container>.mfn-archive .mfn-archive div.mfn-archive-year-header{font-size:64px;line-height:0.7;margin:0 0 28px}}@media (min-width: 1024px){.financial .container>.mfn-archive .mfn-archive div.mfn-archive-year-header{font-size:96px}}.financial .container>.mfn-archive .mfn-archive div.mfn-archive-item{margin:0 0 8px;font-size:18px;line-height:1.4;font-weight:600}@media (min-width: 768px){.financial .container>.mfn-archive .mfn-archive div.mfn-archive-item{font-size:22px}}@media (min-width: 1024px){.financial .container>.mfn-archive .mfn-archive div.mfn-archive-item{font-size:26px}}.financial .container>.mfn-archive .mfn-archive div.mfn-archive-item a{text-decoration:none;color:inherit}.financial .container>.mfn-archive table{font-weight:600;width:100%}.financial .container>.mfn-archive table td.mfn-archive-header{background:#ffc176;color:#eeffea;font-weight:600}.financial .container>.mfn-archive table td.mfn-archive-header-item-type{font-size:16px}.financial__btn{text-align:center}.calendar{padding:0 0 100px}@media (min-width: 1024px){.calendar{padding:0 0 200px}}.calendar__box{background:#b882ff;border-radius:20px;padding:30px 15px}@media (min-width: 1024px){.calendar__box{border-radius:40px;padding:40px 20px}}.calendar__box h3{text-align:center;font-weight:600;color:#004253;margin:0}.calendar__scroll{overflow-x:auto;padding:115px 3px 92px}@media (min-width: 1024px){.calendar__scroll{padding-top:138px}}.calendar__list{display:flex;flex-wrap:wrap;width:830px}@media (min-width: 768px){.calendar__list{width:954px}}@media (min-width: 1024px){.calendar__list{width:auto}}.calendar__list li{position:relative;flex:1 0 0;border-bottom:2px solid #004253}.calendar__list li:before{content:"";position:absolute;bottom:-4px;left:-3px;width:6px;height:6px;border-radius:50%;background:#004253}.calendar__list li:last-child:after{content:"";position:absolute;bottom:-4px;right:-3px;width:6px;height:6px;border-radius:50%;background:#004253}.calendar__list-month{display:block;font-size:11px;line-height:1.2;font-weight:600;text-align:center;color:#8a61bf;margin:0 0 2px}.calendar__list-info{position:absolute;font-weight:600;width:114px;font-size:14px}@media (min-width: 1024px){.calendar__list-info{font-size:16px}}.calendar__list-info.top{top:-70px}@media (min-width: 1024px){.calendar__list-info.top{top:-78px}}.calendar__list-info.bottom{bottom:-80px}@media (min-width: 1024px){.calendar__list-info.bottom{bottom:-94px}}.calendar__list-info.start{left:10%}.calendar__list-info.middle{left:45%}.calendar__list-info.end{left:74%}.calendar__list-info time{display:block;color:#eeffea}.calendar__list-info strong{font-weight:600;color:#004253}.bond{text-align:center;padding:0 0 100px}@media (min-width: 768px){.bond{font-size:18px;line-height:1.6}}@media (min-width: 1024px){.bond{font-size:20px;padding:0 0 200px}}.bond .container{max-width:968px}.bond h3{color:#004253;font-weight:600;margin:0 0 16px}@media (min-width: 1024px){.bond h3{margin:0 0 40px}}.bond p{margin:0 0 16px}@media (min-width: 1024px){.bond p{margin:0 0 38px}}.governance h3{text-align:center;font-weight:600;color:#004253;margin:0 0 24px}@media (min-width: 1024px){.governance h3{margin:0 0 38px}}.governance__box{background:#00313e;padding:24px 15px;border-radius:20px;margin:0 0 40px}@media (min-width: 1024px){.governance__box{border-radius:40px;padding:28px 30px}}.governance__box--management .governance__card-body h5{color:#ffed59}.governance__box h4{text-align:center;color:#eeffea;font-weight:600;margin:0 0 4px}@media (min-width: 376px){.governance__box-row{display:flex;flex-wrap:wrap;margin:0 -6px}}@media (min-width: 1024px){.governance__box-row{margin:0 -18px}}.governance__box-col{padding:16px 0 0}@media (min-width: 376px){.governance__box-col{display:flex;width:50%;padding:16px 6px 0}}@media (min-width: 768px){.governance__box-col{width:25%}}@media (min-width: 1024px){.governance__box-col{padding:36px 18px 0}}.governance__card{border-radius:16px;overflow:hidden;background:#004253;color:#eeffea;font-weight:600}@media (min-width: 1024px){.governance__card{border-radius:24px}}.governance__card-img{border-radius:16px;overflow:hidden;width:100%}@media (min-width: 1024px){.governance__card-img{border-radius:24px}}.governance__card-body{padding:8px 12px 12px;font-size:14px}@media (min-width: 1024px){.governance__card-body{font-size:16px;padding:12px 14px}}.governance__card-body h5{font-size:16px;line-height:1.2;font-weight:600;color:#00ff7a;margin:0 0 4px}@media (min-width: 1024px){.governance__card-body h5{font-size:20px;line-height:1.4}}.governance__card-body p{margin:0 0 8px}.accounting{padding:0 0 80px}@media (min-width: 1024px){.accounting{padding:0 0 144px}}.accounting .container:before{content:"";position:absolute;top:0;left:15px;right:15px;height:2px;background:#bfd0d4}.accounting h4{font-weight:600;color:#004253;letter-spacing:0;margin:0 0 12px}@media (min-width: 1024px){.accounting h4{font-size:26px;line-height:1.4}}.accounting__text{max-width:940px;margin:0 auto;padding:40px 0;text-align:center;letter-spacing:0.5px}.ir-contact{padding:0 0 100px}@media (min-width: 1024px){.ir-contact{padding:0 0 200px}}.ir-contact .container{max-width:968px}.ir-contact__box{text-align:center;border-radius:20px;color:#004253;background:#00ff7a;padding:30px 20px}@media (min-width: 768px){.ir-contact__box{padding:40px 20px}}@media (min-width: 1024px){.ir-contact__box{border-radius:40px;padding:40px}}.ir-contact__box h3,.ir-contact__box h4{color:#004253;font-weight:600}.ir-contact__box h3{margin:0 0 20px}@media (min-width: 768px){.ir-contact__box h3{margin:0 0 40px}}.ir-contact__box h4{margin:0}.ir-contact__box ul{font-weight:600;display:flex;flex-wrap:wrap;justify-content:center;margin:0 0 20px}@media (min-width: 768px){.ir-contact__box ul{font-size:22px;line-height:1.236;margin:0 0 40px}}@media (min-width: 1024px){.ir-contact__box ul{font-size:34px}}.ir-contact__box ul li{position:relative;padding:0 6px}@media (min-width: 768px){.ir-contact__box ul li{padding:0 12px}}.ir-contact__box ul li:after{content:"";position:absolute;top:6px;right:-1px;bottom:4px;width:2px;background:#004253}@media (min-width: 1024px){.ir-contact__box ul li:after{width:3px}}.ir-contact__box ul li:last-child:after{display:none}.ir-contact__btns{display:flex;flex-wrap:wrap;justify-content:center;flex-direction:column;align-items:center}@media (min-width: 576px){.ir-contact__btns{flex-direction:row;align-items:flex-start}}.ir-contact__btns .btn{min-width:240px;max-width:240px;margin:0 0 12px;text-transform:none}@media (min-width: 576px){.ir-contact__btns .btn{margin:0 6px}}@media (min-width: 768px){.ir-contact__btns .btn{margin:0 12px;max-width:none}}.transform{position:relative;margin-top:-240px;padding:0 0 100px}@media (min-width: 768px){.transform{margin-top:-398px}}@media (min-width: 1024px){.transform{padding:0 0 200px}}.transform:before{content:"";position:absolute;top:0;left:0;right:0;background:linear-gradient(to bottom, rgba(238,255,234,0) 0%, rgba(238,255,234,0.3) 5%, rgba(238,255,234,0.8) 12%, #eeffea 35%);height:639px}.transform__box{background:#004253;border-radius:20px;padding:24px 16px 38px}@media (min-width: 768px){.transform__box{padding:40px 24px 38px}}@media (min-width: 1024px){.transform__box{border-radius:40px;padding:40px 96px 38px}}.transform__box h3{font-size:22px;line-height:1.235;font-weight:600;color:#00ff7a;text-align:center;margin:0 0 40px}@media (min-width: 768px){.transform__box h3{font-size:30px}}@media (min-width: 1024px){.transform__box h3{font-size:34px;margin:0 0 58px}}.transform__box-img{margin:0 0 38px}.transform__box-text{font-size:11px;line-height:1.2;font-weight:600;letter-spacing:0.5px;color:#80a1a9;word-break:break-all}.transform__box-text p{margin:0}.transform__box-text p a{text-decoration:none;color:inherit}.uniquely{padding:0 0 28px}.uniquely .container{max-width:966px}@media (min-width: 768px){.uniquely__wrap{display:flex;flex-wrap:wrap}}.uniquely__wrap h4{font-weight:600;text-align:center;color:#004253}@media (min-width: 768px){.uniquely__wrap h4{width:280px;text-align:right}}@media (min-width: 1024px){.uniquely__wrap h4{width:360px}}.uniquely__wrap-text{text-align:center}@media (min-width: 768px){.uniquely__wrap-text{font-size:18px;line-height:1.6;width:calc(100% - 280px);padding:0 0 0 24px;text-align:left}}@media (min-width: 1024px){.uniquely__wrap-text{font-size:20px;width:calc(100% - 360px)}}.uniquely__wrap-text p{margin:0 0 16px}@media (min-width: 1024px){.uniquely__wrap-text p{margin:0 0 32px}}.story{padding:0 0 100px}@media (min-width: 1024px){.story{padding:0 0 200px}}.story .container{max-width:966px}.story__box{border-radius:20px;background:#004253;padding:16px}@media (min-width: 768px){.story__box{display:flex;flex-wrap:wrap;align-items:flex-start;padding:24px}}@media (min-width: 1024px){.story__box{border-radius:40px}}.story__box-img{width:100%;border-radius:24px;overflow:hidden}@media (min-width: 768px){.story__box-img{width:260px}}@media (min-width: 1024px){.story__box-img{width:324px}}.story__box-text{padding:16px 0 0;color:#eeffea}@media (min-width: 768px){.story__box-text{font-size:18px;line-height:1.6;width:calc(100% - 260px);padding:0 0 0 24px}}@media (min-width: 1024px){.story__box-text{font-size:20px;width:calc(100% - 324px);padding:12px 32px 0 24px}}.story__box-text h3,.story__box-text h5{font-weight:600;color:#eeffea}.story__box-text h5{font-size:16px;line-height:1.5;margin:0 0 6px}@media (min-width: 1024px){.story__box-text h5{margin:0 0 12px}}.story__box-text h3{font-size:26px;line-height:1.4;margin:0 0 2px}.story__box-text strong{display:block;font-size:20px;line-height:1.4;font-weight:600;margin:0 0 12px}.story__box-text p{margin:0}.investor-box{padding:0 0 100px}@media (min-width: 1024px){.investor-box{padding:0 0 200px}}.investor-box__wrap{border-radius:20px;background:#6696ff;padding:24px 16px;color:#eeffea}@media (min-width: 768px){.investor-box__wrap{padding:40px 30px}}@media (min-width: 1024px){.investor-box__wrap{border-radius:40px;padding:60px}}.investor-box__wrap h4{color:#4c70bf;font-weight:600;margin:0 0 22px}.investor-box__wrap h2{color:#004253;margin:0 0 16px}@media (min-width: 1024px){.investor-box__wrap h2{margin:0 0 28px}}.investor-box__wrap ul{margin:0 0 24px}@media (min-width: 768px){.investor-box__wrap ul{font-size:18px;line-height:1.6}}@media (min-width: 1024px){.investor-box__wrap ul{font-size:20px;margin:0 0 40px}}.investor-box__wrap ul li{position:relative}.investor-box__wrap ul li:before{content:"";position:absolute;top:12px;left:-8px;width:3px;height:3px;border-radius:50%;background:#eeffea}@media (min-width: 768px){.investor-box__wrap ul li:before{left:-14px;width:5px;height:5px}}@media (min-width: 1024px){.investor-box__wrap ul li:before{top:16px;left:-18px}}@media (min-width: 768px){.investor-box__wrap .row{display:flex;flex-wrap:wrap;max-width:866px;margin:0 -6px}}@media (min-width: 1024px){.investor-box__wrap .row{margin:0 -12px}}@media (min-width: 768px){.investor-box__wrap .col{width:33.332%;padding:0 6px}}@media (min-width: 1024px){.investor-box__wrap .col{padding:0 12px}}.investor-box__frame{font-weight:600;background:#eeffea;border-radius:16px;color:#6696ff;padding:24px 16px;margin:0 0 12px}@media (min-width: 1024px){.investor-box__frame{border-radius:24px;padding:24px 28px;margin:0 0 24px}}.investor-box__frame-title{display:block;font-size:26px;line-height:1.2353;font-weight:600}@media (min-width: 1024px){.investor-box__frame-title{font-size:34px}}.investor-box__frame p{margin:0}.investor-box .btn{background:transparent;border-color:#eeffea;color:#eeffea;margin-top:8px}@media (min-width: 768px){.investor-box .btn{margin-top:16px}}.investor-box .btn:hover{box-shadow:0 0 16px 4px #eeffea inset}.investor-box .btn:active{background:#eeffea;color:#6696ff}.investor-box.what-we-do .investor-box__wrap{background:#004253}.investor-box.what-we-do .investor-box__wrap h4{color:#40717e}.investor-box.what-we-do .investor-box__wrap h2{color:#00ff7a}.investor-box.what-we-do .investor-box__frame{color:#004253}.investor-box.what-we-do .btn:active{color:#004253}@media (min-width: 1024px){.investor-box.why-now{padding:0 0 220px}}.investor-box.why-now .investor-box__wrap{background:#b882ff}@media (min-width: 1024px){.investor-box.why-now .investor-box__wrap{padding:40px 60px 60px}}.investor-box.why-now .investor-box__frame{color:#b882ff}.investor-box.why-now .investor-box__frame p{margin:0 0 3px}.investor-box.why-now .btn{padding:10px 9px}.investor-box.why-now .btn:active{color:#b882ff}.glance{padding:0 0 100px}@media (min-width: 1024px){.glance{padding:0 0 178px}}.glance h3{font-weight:600;color:#004253;text-align:center;margin:0 0 20px}@media (min-width: 1024px){.glance h3{margin:0 0 40px}}@media (min-width: 460px){.glance__row{display:flex;flex-wrap:wrap;margin:0 -6px}}@media (min-width: 1024px){.glance__row{margin:0 -12px}}.glance__col{padding:0 0 12px}@media (min-width: 460px){.glance__col{display:flex;width:50%;padding:0 6px 12px}}@media (min-width: 768px){.glance__col{width:33.332%;padding:0 6px 12px}}@media (min-width: 1024px){.glance__col{width:25%;padding:0 12px 22px}}.glance__box{font-weight:600;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;border-radius:16px;background:#00ff7a;width:100%;color:#004253;padding:12px 8px 8px}@media (min-width: 1024px){.glance__box{padding:8px 16px 6px;border-radius:24px}}.glance__box--secondary-blue{background:#6696ff}.glance__box--yellow{background:#ffed59}.glance__box--purple{background:#b882ff}.glance__box--orange{background:#ffc176}.glance__box--light-purple{background:#dbc0ff}.glance__box--light-green{background:#7fffbc}.glance__box--light-blue{background:#b2caff}.glance__box--gray{background:#bfd0d4}.glance__box-title{display:block;font-size:36px;line-height:1;color:#004253}@media (min-width: 768px){.glance__box-title{font-size:46px}}@media (min-width: 1024px){.glance__box-title{font-size:64px}}.glance__box img{margin:10px 0 8px}.strategy{padding:0 0 80px}@media (min-width: 1024px){.strategy{padding:0 0 172px}}.strategy h2{text-align:center;color:#004253;max-width:990px;margin:0 auto 32px}@media (min-width: 768px){.strategy h2{margin-bottom:64px}}@media (min-width: 1024px){.strategy h2{margin-bottom:100px}}.strategy__box{max-width:936px;margin:0 auto;text-align:center;background:#6696ff;color:#eeffea;letter-spacing:0.5px;border-radius:20px;padding:30px 20px 28px}@media (min-width: 1024px){.strategy__box{border-radius:40px;padding:40px 60px 48px}}.strategy__box p{margin:0 0 16px}@media (min-width: 1024px){.strategy__box p{margin:0 0 24px}}.strategy__box .btn{font-size:18px;line-height:1.4;font-weight:600;letter-spacing:0;background:#daf4ff;color:#004253;border-radius:0;border:none;text-transform:none;padding:12px 24px}@media (min-width: 768px){.strategy__box .btn{font-size:24px;margin-top:14px}}@media (min-width: 1024px){.strategy__box .btn{font-size:26px;padding:18px 32px}}.strategy__box .btn:hover{box-shadow:0 0 16px 4px #004253 inset}.strategy__box .btn:active{background:#004253;color:#eeffea}.highlights{padding:0 0 140px}@media (min-width: 768px){.highlights{padding:0 0 200px}}@media (min-width: 1024px){.highlights{padding:0 0 414px}}.highlights h2{text-align:center;color:#004253;margin:0 0 28px}@media (min-width: 768px){.highlights__row{display:flex;flex-wrap:wrap;margin:0 -6px}}@media (min-width: 1024px){.highlights__row{margin:0 -12px}}@media (min-width: 768px){.highlights__col{width:33.332%;padding:0 6px}}@media (min-width: 1024px){.highlights__col{padding:0 12px}}.highlights__box{border-radius:16px;padding:16px 16px 8px;letter-spacing:0.5px;background:#00ff7a;margin:0 0 12px}@media (min-width: 768px){.highlights__box{padding:16px 16px 10px}}@media (min-width: 1024px){.highlights__box{border-radius:24px;padding:24px 24px 10px;margin:0 0 24px}}@media (min-width: 1200px){.highlights__box{padding:24px 72px 10px 24px}}.highlights__box--secondary-blue{background:#6696ff}.highlights__box--orange{background:#ffc176}.highlights__box--purple{background:#b882ff}.highlights__box--yellow{background:#ffed59}.highlights__box--gray{background:#bfd0d4}.highlights__box h4{color:#004253;font-weight:600;letter-spacing:0;margin:0 0 7px}@media (min-width: 1024px){.highlights__box h4{margin:0 0 14px}}.opportunity-hero .container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding-top:120px;padding-bottom:30px}@media (min-width: 768px){.opportunity-hero .container{padding-top:165px;padding-bottom:55px}}.opportunity-hero__text{text-align:center}.opportunity-hero h1{font-size:32px;line-height:1.15625;color:#eeffea;max-width:345px;margin:0 auto 30px}@media (min-width: 768px){.opportunity-hero h1{font-size:46px;max-width:580px}}@media (min-width: 1024px){.opportunity-hero h1{font-size:64px;max-width:625px;margin:0 auto 60px}}.opportunity-intro{padding:0 0 100px}@media (min-width: 1024px){.opportunity-intro{padding:0 0 200px}}.opportunity-intro__wrap{font-size:20px;line-height:1.23;font-weight:600;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column;width:300px;height:300px;border-radius:50%;margin:0 auto;padding:30px}@media (min-width: 768px){.opportunity-intro__wrap{font-size:32px;width:640px;height:640px}}@media (min-width: 1024px){.opportunity-intro__wrap{font-size:44px;width:744px;height:744px}}.opportunity-intro__wrap:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#00ff7a;filter:blur(50px);z-index:-1;border-radius:50%}@media (min-width: 768px){.opportunity-intro__wrap:before{filter:blur(100px)}}.opportunity-intro__wrap strong{display:block;font-size:56px;line-height:0.7;font-weight:900;margin:0 0 12px}@media (min-width: 768px){.opportunity-intro__wrap strong{font-size:132px;margin:0 0 30px}}@media (min-width: 1024px){.opportunity-intro__wrap strong{font-size:164px;margin:0 0 36px}}@media (min-width: 1200px){.opportunity-intro__wrap strong{font-size:200px;margin:0 0 50px}}.opportunity-intro__wrap p{max-width:420px;margin:0 auto}.opportunity-work{padding:0 0 100px}@media (min-width: 1024px){.opportunity-work{padding:0 0 200px}}.opportunity-work__box{background:#004253;border-radius:20px;padding:30px 20px 50px}@media (min-width: 768px){.opportunity-work__box{padding:40px 20px 60px}}@media (min-width: 1024px){.opportunity-work__box{border-radius:40px;padding:60px 40px 80px}}@media (min-width: 1200px){.opportunity-work__box{padding:102px 96px 120px}}.opportunity-work__box h2{text-align:center;color:#eeffea;margin:0 0 30px}@media (min-width: 768px){.opportunity-work__box h2{margin:0 0 40px}}@media (min-width: 1024px){.opportunity-work__box h2{margin:0 0 88px}}.opportunity-work__box h4{color:#eeffea;font-weight:600;margin:0 0 16px}@media (min-width: 1024px){.opportunity-work__box h4{margin:0 0 24px}}.opportunity-work__box-img{width:100%;margin:0 0 50px}@media (min-width: 1024px){.opportunity-work__box-img{margin:0 0 100px}}.opportunity-work__box ul{color:#eeffea;letter-spacing:0.5px;font-weight:400}.opportunity-work__box ul li{position:relative}.opportunity-work__box ul li:before{content:"";position:absolute;top:10px;left:-11px;width:4px;height:4px;background:#eeffea;border-radius:50%}@media (min-width: 768px){.opportunity-work__box ul li:before{top:11px;left:-14px}}.opportunity-marketplace{padding:0 0 80px}@media (min-width: 1024px){.opportunity-marketplace{padding:0 0 156px}}.opportunity-marketplace__box{border-radius:20px;background:#004253;padding:30px 15px 50px}@media (min-width: 768px){.opportunity-marketplace__box{padding:40px 20px 60px}}@media (min-width: 1024px){.opportunity-marketplace__box{border-radius:40px;padding:60px 40px 80px}}@media (min-width: 1200px){.opportunity-marketplace__box{padding:102px 96px 120px}}.opportunity-marketplace__box h2,.opportunity-marketplace__box h3,.opportunity-marketplace__box h4,.opportunity-marketplace__box h5,.opportunity-marketplace__box h6{color:#eeffea;font-weight:600}.opportunity-marketplace__box h2{text-align:center;color:#eeffea;font-weight:700;margin:0 0 30px}@media (min-width: 768px){.opportunity-marketplace__box h2{margin:0 0 40px}}@media (min-width: 1024px){.opportunity-marketplace__box h2{margin:0 0 88px}}.opportunity-marketplace__box h2 strong{display:block;color:#00ff7a}.opportunity-marketplace__box h4{margin:0 0 38px}.opportunity-marketplace__box h5{font-size:26px;line-height:1.25;margin:0}.opportunity-marketplace__box h6{font-size:20px;line-height:1.4;margin:0 0 20px}.opportunity-marketplace__box-img{margin:0 0 24px -15px}@media (min-width: 768px){.opportunity-marketplace__box-img{margin-left:-35px}}@media (min-width: 1024px){.opportunity-marketplace__box-img{margin:0 0 36px -45px}}@media (min-width: 1200px){.opportunity-marketplace__box-img{margin-left:-50px}}.opportunity-marketplace__box-img img{width:100%}.opportunity-marketplace__box-notes{font-size:11px;line-height:1.2;font-weight:600;letter-spacing:0.5px;color:#80a1a9;max-width:360px;padding:0 0 50px}@media (min-width: 1024px){.opportunity-marketplace__box-notes{padding:0 0 100px}}.opportunity-marketplace__box-notes p{margin:0}.opportunity-quote{padding:0 0 120px}@media (min-width: 1024px){.opportunity-quote{padding:0 0 180px}}.opportunity-quote blockquote{font-size:32px;line-height:1.15625;font-weight:700;max-width:340px;margin:0 auto}@media (min-width: 768px){.opportunity-quote blockquote{font-size:46px;max-width:475px}}@media (min-width: 1024px){.opportunity-quote blockquote{font-size:64px;max-width:660px}}.opportunity-quote blockquote p{position:relative;margin:0 0 20px}@media (min-width: 768px){.opportunity-quote blockquote p{margin:0 0 30px}}@media (min-width: 1024px){.opportunity-quote blockquote p{margin:0 0 40px}}.opportunity-quote blockquote p:only-of-type:before{content:"\201C";position:absolute;top:0;left:-14px}@media (min-width: 768px){.opportunity-quote blockquote p:only-of-type:before{left:-29px}}.opportunity-quote blockquote p:only-of-type:after{content:"\201D";position:absolute}.opportunity-quote blockquote p:first-of-type:before{content:"\201C";position:absolute;top:0;left:-14px}@media (min-width: 768px){.opportunity-quote blockquote p:first-of-type:before{left:-29px}}.opportunity-quote blockquote p:last-of-type:after{content:"\201D";position:absolute}.opportunity-quote__title{display:block;font-size:20px;line-height:1.4;font-weight:600;text-align:center}@media (min-width: 768px){.opportunity-quote__title{font-size:26px}}.inverstor-about-hero h1{color:#eeffea;font-weight:900;margin:0 0 28px}.inverstor-about-hero .hero-text{max-width:940px;margin:0 auto;padding-bottom:60px}.inverstor-about-hero .hero-text p{margin:0 0 40px}.founder{padding:0 0 80px}@media (min-width: 1024px){.founder{padding:0 0 162px}}.founder h2{text-align:center;color:#004253;margin:0 0 40px}@media (min-width: 768px){.founder h2{margin:0 0 60px}}@media (min-width: 1024px){.founder h2{margin:0 0 88px}}.founder__item{margin:0 0 30px}@media (min-width: 768px){.founder__item{display:flex;flex-wrap:wrap;align-items:flex-start;max-width:936px;margin:0 auto 60px}}@media (min-width: 1024px){.founder__item{margin-bottom:100px}}.founder__item-img{width:100%;border-radius:24px;overflow:hidden}@media (min-width: 768px){.founder__item-img{width:220px}}@media (min-width: 1024px){.founder__item-img{width:264px}}.founder__item-text{padding:12px 0 0}@media (min-width: 768px){.founder__item-text{width:calc(100% - 220px);padding:0 0 0 24px}}@media (min-width: 1024px){.founder__item-text{width:calc(100% - 264px)}}.founder__item-text h3{font-size:24px;line-height:1.4;font-weight:600;color:#004253;margin:0 0 2px}@media (min-width: 768px){.founder__item-text h3{font-size:26px}}.founder__item-text strong{display:block;font-weight:600;color:#80a1a9;margin:0 0 6px}@media (min-width: 1024px){.founder__item-text strong{margin:0 0 12px}}.founder__item-text ul{letter-spacing:0.5px}.founder__item-text ul li{position:relative}.founder__item-text ul li:before{content:"";position:absolute;top:11px;left:-8px;width:4px;height:4px;background:#004253;border-radius:50%}@media (min-width: 768px){.founder__item-text ul li:before{left:-14px}}@media (min-width: 1024px){.founder__team{max-width:1068px;margin:0 auto}}@media (min-width: 1024px){.founder__team .team__row{margin:0 -18px}}@media (min-width: 1024px){.founder__team .team__col{padding:0 18px 36px}}.investor-mission{padding:100px 0 180px;font-size:20px;line-height:1.2353;font-weight:600;text-align:center;color:#eeffea}@media (min-width: 768px){.investor-mission{font-size:26px;padding:100px 0 260px}}@media (min-width: 1024px){.investor-mission{font-size:34px}}@media (min-width: 1200px){.investor-mission{padding:210px 0 326px}}.investor-mission .container{max-width:966px}.investor-mission h2{color:#eeffea;margin:0 0 8px}@media (min-width: 768px){.investor-mission h2{margin:0 0 16px}}@media (min-width: 1024px){.investor-mission h2{margin:0 0 28px}}.investor-mantras{padding:0 0 50px}.investor-mantras h2{text-align:center;color:#eeffea;margin:0 0 8px}@media (min-width: 768px){.investor-mantras h2{margin:0 0 16px}}@media (min-width: 1024px){.investor-mantras h2{margin:0 0 28px}}.investor-mantras__head{font-size:16px;margin:0 0 30px;color:#eeffea}@media (min-width: 768px){.investor-mantras__head{font-size:18px;max-width:936px;line-height:1.6;margin:0 auto 40px}}@media (min-width: 1024px){.investor-mantras__head{font-size:20px;margin-bottom:60px}}.investor-mantras__item{padding:0 0 24px}@media (min-width: 768px){.investor-mantras__item{padding:0 0 52px}}.investor-mantras__item img{width:100%;border-radius:20px;overflow:hidden;margin:0 0 12px}@media (min-width: 768px){.investor-mantras__item img{margin:0 0 24px}}@media (min-width: 1024px){.investor-mantras__item img{border-radius:40px;margin:0 0 32px}}.investor-mantras__item-text{line-height:1.4;font-weight:600;color:#eeffea;padding:0 12px}@media (min-width: 768px){.investor-mantras__item-text{font-size:20px;padding:0 30px}}@media (min-width: 1024px){.investor-mantras__item-text{font-size:26px;max-width:936px;margin:0 auto;padding:0}}.operator{padding:0 0 100px}@media (min-width: 768px){.operator{padding:0 0 192px}}.operator .container{max-width:1072px}.operator h3{color:#004253;font-weight:600;text-align:center;max-width:780px;margin:0 auto 20px}@media (min-width: 768px){.operator h3{max-width:780px;margin-bottom:40px}}@media (min-width: 768px){.operator__row{display:flex;flex-wrap:wrap;margin:0 -12px}}@media (min-width: 1024px){.operator__row{margin:0 -20px}}.operator__col{padding:0 0 15px}@media (min-width: 768px){.operator__col{width:50%;padding:0 12px 24px}}@media (min-width: 1024px){.operator__col{width:33.332%;padding:0 20px 40px}}.operator__card{background:#004253;color:#eeffea;border-radius:16px;padding:24px 24px 24px 16px}@media (min-width: 768px){.operator__card{padding:24px 32px 24px 24px;border-radius:24px}}.operator__card-icon{margin:0 0 14px}@media (min-width: 768px){.operator__card-icon{width:auto}}.operator__card h4{font-size:18px;line-height:1.4;font-weight:600;color:#eeffea;margin:0 0 6px}@media (min-width: 768px){.operator__card h4{font-size:20px}}.operator__card ul{font-size:14px;line-height:1.43;letter-spacing:0.5px}.operator__card ul li{position:relative}.operator__card ul li:before{content:"";position:absolute;top:9px;left:-8px;width:3px;height:3px;border-radius:50%;background:#eeffea}@media (min-width: 768px){.operator__card ul li:before{left:-11px}}.investor-brands-hero h1{color:#eeffea}.investment-strategy{padding:0 0 60px}@media (min-width: 768px){.investment-strategy{font-size:18px;line-height:1.6;padding:0 0 100px}}@media (min-width: 1024px){.investment-strategy{font-size:20px;padding:0 0 200px}}.investment-strategy .container{max-width:966px}.investment-strategy h2{text-align:center;color:#004253;margin:0 0 16px}@media (min-width: 1024px){.investment-strategy h2{margin:0 0 28px}}.investment-strategy p{margin:0}.investment-strategy__title{display:block;font-size:18px;line-height:1.4;font-weight:600;margin:0 0 16px}@media (min-width: 768px){.investment-strategy__title{font-size:20px}}@media (min-width: 1024px){.investment-strategy__title{font-size:26px;margin:0 0 35px}}.investment-strategy__title+p{margin-top:24px}@media (min-width: 1024px){.investment-strategy__title+p{margin-top:40px}}.investment-strategy ul{padding:0 0 40px}.investment-strategy ul li{position:relative}.investment-strategy ul li:before{content:"";position:absolute;top:11px;left:-10px;width:4px;height:4px;border-radius:50%;background:#004253}@media (min-width: 768px){.investment-strategy ul li:before{top:13px}}@media (min-width: 1024px){.investment-strategy ul li:before{top:16px;left:-18px;width:5px;height:5px}}.investment-strategy__logo{max-width:260px;margin:0 auto}@media (min-width: 768px){.investment-strategy__logo{max-width:420px}}@font-face{font-family:"Nekst";src:url(./dab290e2b97d23bd27d0d7f271193f67.woff) format("woff"),url(./cd0235deb59ab5c7ab534761c2f19226.woff2) format("woff2");font-weight:200;font-style:normal}@font-face{font-family:"Nekst";src:url(./15df089bba0b4149f457e7d00820a3c7.woff) format("woff"),url(./9cac16302e6e6391e3f179ee03f6404d.woff2) format("woff2");font-weight:300;font-style:normal}@font-face{font-family:"Nekst";src:url(./15998b31d75cc0fc7e5922b835eb256a.woff) format("woff"),url(./593090aa2edb3cb9f6122a8d52e98690.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:"Nekst";src:url(./585eba175cb1df175e66d5f580451af7.woff) format("woff"),url(./0d729f29022d837232f68640bb044584.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:"Nekst";src:url(./da0e89e07415d7abc9fe319ac976f2f4.woff) format("woff"),url(./7ff8c348e8454be742f4cc58f7ff2d5e.woff2) format("woff2");font-weight:600;font-style:normal}@font-face{font-family:"Nekst";src:url(./2fc2865f654393a2ddc3ebb14de286cf.woff) format("woff"),url(./ed8cb567749dd1a3e05f2fab66e1e052.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:"Nekst";src:url(./aacb9f281068ca142d4917e011d00c64.woff) format("woff"),url(./626c2ff88392723c198bde637e398d8b.woff2) format("woff2");font-weight:900;font-style:normal}.hero{position:relative;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;min-height:880px}@media (min-width: 768px){.hero{min-height:1138px}}.hero-text{padding:198px 0}.hero-text-wrap{max-width:390px;margin:0 auto}@media (min-width: 768px){.hero-text-wrap{max-width:615px}}.hero h1{color:#eeffea;margin:0 0 16px;font-weight:900}@media (min-width: 1024px){.hero h1{margin:0 0 27px}}.hero .hero-arrow-link svg path{fill:#00ff7a}.testimonials{padding:0 0 80px}@media (min-width: 1024px){.testimonials{padding:0 0 168px}}.testimonials__slider{padding-bottom:30px}@media (min-width: 1024px){.testimonials__slider{padding-bottom:6px}}.testimonials__box{border-radius:20px;background:#01313f;padding:16px}@media (min-width: 768px){.testimonials__box{padding:24px 48px 16px 24px}}@media (min-width: 1024px){.testimonials__box{border-radius:40px}}@media (min-width: 768px){.testimonials__row{display:flex;flex-wrap:wrap;align-items:flex-start}}.testimonials__img{border-radius:24px;overflow:hidden;width:100%}@media (min-width: 768px){.testimonials__img{width:220px}}@media (min-width: 1024px){.testimonials__img{width:328px}}.testimonials__text{padding:12px 0 0 8px}@media (min-width: 768px){.testimonials__text{width:calc(100% - 220px);padding:0 0 0 24px}}@media (min-width: 1024px){.testimonials__text{padding:12px 0 14px 24px;width:calc(100% - 328px)}}.testimonials__text-title{display:block;text-transform:uppercase;font-weight:600;margin:0 0 6px;color:#fff}@media (min-width: 1024px){.testimonials__text-title{margin:0 0 12px}}.testimonials blockquote{margin:0;padding:0;color:#eeffea}@media (min-width: 768px){.testimonials blockquote{font-size:18px;line-height:1.6}}@media (min-width: 1024px){.testimonials blockquote{font-size:20px}}.testimonials blockquote p{position:relative;margin:0 0 12px}.testimonials blockquote p:only-of-type:before{content:"\201C";position:absolute;top:0;left:-9px}.testimonials blockquote p:only-of-type:after{content:"\201D";position:absolute}.testimonials blockquote p:first-of-type:before{content:"\201C";position:absolute;top:0;left:-9px}.testimonials blockquote p:last-of-type:after{content:"\201D";position:absolute}.testimonials blockquote span{display:block;font-size:16px;line-height:1.5;font-weight:600}.testimonials blockquote .blockquote-author{color:#00ff7a;margin:0 0 2px}.testimonials blockquote .blockquote-pos{color:rgba(255,255,255,0.5)}.testimonials .swiper-pagination{bottom:0;left:0}@media (min-width: 1024px){.testimonials .swiper-pagination{left:13px;bottom:2px}}.testimonials .swiper-pagination .swiper-pagination-bullet{width:4px;height:4px;background:rgba(255,255,255,0.5);opacity:1;margin:0 4px 0 0;overflow:hidden}.testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:12px;background:#00ff7a;border-radius:2px}.testimonials--transparent .testimonials__box{background:transparent;padding:0}@media (min-width: 768px){.testimonials--transparent .testimonials__row{align-items:center}}@media (min-width: 1024px){.testimonials--transparent .testimonials__img{width:360px;border-radius:40px}}@media (min-width: 1024px){.testimonials--transparent .testimonials__text{width:calc(100% - 360px);padding:0 0 0 24px}}.testimonials--transparent blockquote{font-size:18px;line-height:1.4;font-weight:600}@media (min-width: 768px){.testimonials--transparent blockquote{font-size:20px}}@media (min-width: 1024px){.testimonials--transparent blockquote{font-size:26px}}.testimonials--transparent blockquote p:only-of-type:before{content:'"'}.testimonials--transparent blockquote p:only-of-type:after{content:'"'}.testimonials--transparent blockquote p:first-of-type:before{content:'"'}.testimonials--transparent blockquote p:last-of-type:after{content:'"'}.testimonials--transparent blockquote span{font-size:16px;line-height:1.4}@media (min-width: 1024px){.testimonials--transparent blockquote span{font-size:20px}}.testimonials--transparent blockquote .blockquote-author{font-size:18px;line-height:1.4;color:#ffed59}@media (min-width: 768px){.testimonials--transparent blockquote .blockquote-author{font-size:20px}}@media (min-width: 1024px){.testimonials--transparent blockquote .blockquote-author{font-size:26px}}.testimonials--transparent blockquote .blockquote-pos{color:#b6c9ff}@media (min-width: 1024px){.testimonials--transparent blockquote .blockquote-pos{font-size:20px}}@media (min-width: 1024px){.testimonials--yellow{padding:0 0 200px}}.testimonials--yellow .testimonials__box{background:#ffed59}.testimonials--yellow blockquote{color:#004253}.testimonials--yellow blockquote .blockquote-author{color:#6696ff}.testimonials--yellow blockquote .blockquote-pos{color:#80a1a9}.testimonials--yellow .swiper-pagination .swiper-pagination-bullet{background:#80a1a9}.testimonials--yellow .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#6696ff}.testimonials--green{padding:0 0 60px}.testimonials--green .testimonials__box{background:#00ff7a}.testimonials--green blockquote{color:#004253}.testimonials--green blockquote .blockquote-author{color:#004253}.testimonials--green blockquote .blockquote-pos{color:#00bf5b}.testimonials--green .swiper-pagination .swiper-pagination-bullet{background:#00bf5b}.testimonials--green .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#004253}

/*# sourceMappingURL=app.min.css.map*/