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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 8.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 14, 2022
 */
@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;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

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

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  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-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.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-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.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: 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-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s 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: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.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-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 {
  100% {
    transform: rotate(360deg);
  }
}
.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-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

@font-face {
  font-family: "lg";
  src: url("../fonts/lg.woff2?io9a6k") format("woff2"), url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "";
}

.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "";
}
.lg-toolbar .lg-download:after {
  content: "";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "";
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

html {
  --padding-x: 15px;
  --maxWidthContainer: calc(1240px + (var(--padding-x) * 2));
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Max-height for all elements
 */
* {
  max-height: 1000000px;
}
*:focus {
  outline: none;
}

/**
 * Basic styles for body
 */
body {
  color: #7A7B80;
  background: #fff;
  font: 16px/1.4 "Mont", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Basic styles for links
 */
a {
  display: inline-block;
  color: #30333B;
  text-decoration: none;
  transition: all 0.3s;
}

/**
 * Adaptive images
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
ol {
  padding-left: 18px;
}
ul li + li,
ol li + li {
  margin-top: 8px;
}
ul li::marker,
ol li::marker {
  color: #2FC3C2;
  list-style-type: decimal;
  font-size: 1.1875rem;
}

ul {
  list-style: disc;
}

pre {
  width: 100%;
  margin-top: 0;
  padding: 0 3rem 0 1.5rem;
  background-color: #EEEEF0;
  overflow-x: auto;
}

code {
  display: block;
}

main {
  position: relative;
  z-index: 1;
}
main::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 1/1;
  background: url("../img/main-wave-decor_mob.svg") no-repeat top right;
  background-size: contain;
}
@media (min-width: 768px) {
  main::before {
    width: 630px;
    background-image: url("../img/main-wave-decor.svg");
  }
}

blockquote {
  margin: 0;
  font-size: 1.1875rem;
  line-height: 1.3;
  font-weight: 700;
  position: relative;
  padding-top: 3.625rem;
  font-size: calc(0.8227848101vw + 1.022943038rem);
}
@media (min-width: 768px) {
  blockquote {
    padding-top: 0;
    padding-left: 4.6rem;
  }
}
@media (min-width: 1360px) {
  blockquote {
    font-size: 2rem;
  }
}
blockquote::before {
  font-family: icomoon;
  content: "";
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  blockquote::before {
    transform: translateY(-30%);
  }
}

figure {
  margin: 0;
}

figcaption {
  margin-top: 1em;
  text-align: center;
}

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;
  border: 0;
  border-bottom: 2px solid rgba(122, 123, 128, 0.5);
  padding: 0.75rem 0;
  height: 50px;
  line-height: 1.5;
  color: #000;
  width: inherit;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #2FC3C2;
}
input[type=text]:focus + label,
input[type=tel]:focus + label,
input[type=email]:focus + label,
input[type=search]:focus + label,
input[type=password]:focus + label,
textarea:focus + label {
  font-size: 0.75rem !important;
  top: 0 !important;
  transform: translateY(-50%) !important;
}
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: #7A7B80;
}
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: #7A7B80;
}
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: #7A7B80;
}
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: #7A7B80;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: #7A7B80;
}

textarea {
  min-height: 6.25rem;
}

.form-group--not-empty label {
  font-size: 0.75rem !important;
  top: 0 !important;
  transform: translateY(-50%) !important;
}

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;
  -webkit-border-radius: 0;
  cursor: pointer;
}

button {
  border: none;
  outline: none;
}
button:focus {
  border: none;
  outline: none;
}

.form-group {
  position: relative;
}
.form-group label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #7A7B80;
  line-height: 1.6;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out, font-size 0.3s ease-in-out;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  position: relative;
  font-weight: 500;
  display: block;
  padding-left: 39px;
  position: relative;
  cursor: pointer;
}
input[type=checkbox] + label::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 13px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: 1px solid #30333B;
  box-sizing: border-box;
  border-radius: 4px;
  background-image: url("../img/check.svg");
  background-size: 12px;
  background-repeat: no-repeat;
}

input[type=checkbox]:checked + label::before {
  background-color: #2FC3C2;
  background-position: center;
}

.message-error {
  position: absolute;
  top: calc(100% + 5px);
  font-size: 0.75rem;
  color: #ff4533;
  display: none;
}
.message-error.show {
  display: block;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: black;
  background-color: transparent;
  transition: background-color 5000s ease-in-out 0s;
}
.popup-career input:-webkit-autofill,
.popup-career input:-webkit-autofill:hover,
.popup-career input:-webkit-autofill:focus,
.popup-career textarea:-webkit-autofill,
.popup-career textarea:-webkit-autofill:hover,
.popup-career textarea:-webkit-autofill:focus,
.popup-career select:-webkit-autofill,
.popup-career select:-webkit-autofill:hover,
.popup-career select:-webkit-autofill:focus {
  -webkit-text-fill-color: #EEEEF0;
}

.add-file__des {
  display: block;
  margin-top: 1rem;
  font-size: 12px;
  color: #d2d2d2;
}
.add-file__input {
  display: none;
}
.add-file__label {
  position: static !important;
  transform: none !important;
  display: flex;
  align-items: center;
  width: 227px;
  height: 60px;
  padding: 0 15px;
  border: 2px solid #EEEEF0;
  background-color: transparent;
  font-weight: 500;
  font-size: 1rem;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s !important;
}
.add-file__label:hover {
  border-color: #2FC3C2;
}
.add-file__ico {
  margin-right: 13px;
  flex-shrink: 0;
}
.add-file__file {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  max-height: 24px;
  color: #fff;
}

@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-Regular.woff2") format("woff2"), url("../fonts/Mont-Regular.woff") format("woff"), url("../fonts/Mont-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-Bold.woff2") format("woff2"), url("../fonts/Mont-Bold.woff") format("woff"), url("../fonts/Mont-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-SemiBold.woff2") format("woff2"), url("../fonts/Mont-SemiBold.woff") format("woff"), url("../fonts/Mont-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-Heavy.woff2") format("woff2"), url("../fonts/Mont-Heavy.woff") format("woff"), url("../fonts/Mont-Heavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff2?n6uk6u") format("woff"), url("../fonts/icomoon.woff?n6uk6u") format("woff2"), url("../fonts/icomoon.ttf?n6uk6u") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-marker:before {
  content: "";
}

.icon-quote:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: #30333B;
}
h1 > p, .h1 > p,
h2 > p, .h2 > p,
h3 > p, .h3 > p,
h4 > p, .h4 > p,
h5 > p, .h5 > p,
h6 > p, .h6 > p,
.h > p {
  font-size: inherit;
  color: inherit;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: calc(1.4285714286vw + 1.7142857143rem);
  color: #30333B;
}
@media (min-width: 1360px) {
  h2, .h2 {
    font-size: 3rem;
  }
}

h3, .h3 {
  color: #30333B;
  line-height: 1.3;
  font-size: calc(1.5909090909vw + 1.1818181818rem);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2.375rem;
  }
}

h4, .h4 {
  color: #30333B;
  line-height: 1.3;
  font-size: 2rem;
}

h5, .h5 {
  font-size: 1.5rem;
}

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}
@media (min-width: 1360px) {
  p {
    font-size: 1.1875rem;
    margin-bottom: 0.8421052632em;
  }
}
p:empty {
  display: none !important;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 *List reset
 */
.technologies-list, .case-list, .blog-list, .team-list, .awards__list, .article-info__list, .social-list, .submenu-list, .header__social-list, .nav__list, .sidebar__list, .accordion-list, .tag-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

.article-info__list {
  scrollbar-width: none;
}
.article-info__list::-webkit-scrollbar {
  display: none;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 0;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 1rem;
  font-weight: inherit;
  height: 35px;
  line-height: 20px;
  outline: none;
  padding-right: 40px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  min-width: 9.375rem;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #7A7B80;
}
.nice-select:after {
  border-bottom: 1px solid #30333B;
  border-right: 1px solid #30333B;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 10px;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
}
.nice-select::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #7A7B80;
}
.nice-select.open:after {
  top: 12px;
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #7A7B80;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #5e6473;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-calc(22px / 2));
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 20px;
  list-style: none;
  min-height: 20px;
  outline: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #7A7B80;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 32px;
  height: 22px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: calc($hamburger-layer-height / -2);
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 2px;
  background-color: #000;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
@import "types/3dx";
@import "types/3dx-r";
@import "types/3dy";
@import "types/3dy-r";
@import "types/3dxy";
@import "types/3dxy-r";
@import "types/arrow";
@import "types/arrow-r";
@import "types/arrowalt";
@import "types/arrowalt-r";
@import "types/arrowturn";
@import "types/arrowturn-r";
@import "types/boring";
@import "types/collapse";
@import "types/collapse-r";
@import "types/elastic";
@import "types/elastic-r";
@import "types/emphatic";
@import "types/emphatic-r";
@import "types/minus";
@import "types/slider";
@import "types/slider-r";
@import "types/spin";
@import "types/spin-r";

@import "types/spring-r";
@import "types/stand";
@import "types/stand-r";
@import "types/squeeze";
@import "types/vortex";
@import "types/vortex-r";*/
.btn {
  position: relative;
  display: inline-block;
  min-width: 200px;
  padding: 1.1875em 1em 1.0625em 1em;
  border: none;
  overflow: hidden;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #2FC3C2;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.btn:hover {
  background-color: #239994;
}

a.btn {
  text-decoration: none;
}
a.btn::before {
  display: none;
}

.btn--transparent {
  border: 1px solid #2FC3C2;
  background-color: transparent;
  color: #2FC3C2;
}
.btn--transparent:hover {
  background-color: #2FC3C2;
  color: #fff;
}

.main-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  height: 100vh;
  color: #FCFCFC;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-height: calc(15.3409090909vw + 17.2443181818rem);
}
@media (min-width: 1200px) {
  .main-banner {
    max-height: 460px;
  }
}
.main-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(48, 51, 59, 0.6);
  z-index: -2;
}
.main-banner__container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-top: 7.5rem;
  padding-bottom: 104px !important;
}
@media (max-width: 1240px) {
  .main-banner__container {
    padding-bottom: calc(32px + 72 * ((100vw - 320px) / 920)) !important;
  }
}
.main-banner__content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.main-banner__title {
  flex: 1 0 400px;
  max-width: 100%;
}
.main-banner__des {
  max-width: 710px;
  font-weight: 700;
  line-height: 1.25;
  font-size: calc(0.7142857143vw + 1.3571428571rem);
}
@media (min-width: 1360px) {
  .main-banner__des {
    font-size: 2rem;
  }
}
.main-banner__logo {
  flex-basis: 100%;
  margin-top: 96px;
}
@media (min-width: 576px) {
  .main-banner__logo {
    margin-top: 20px;
    flex-basis: auto;
  }
}
.main-banner__back {
  flex: 1 1 100%;
  color: #fff;
}
.main-banner .banner-title {
  color: inherit !important;
}

.main-banner--home {
  max-height: 600px;
  overflow: visible;
  position: relative;
}
@media (max-width: 575px) {
  .main-banner--home {
    margin-bottom: 0.5rem;
    background-position: left -345px top;
    background-size: 1009px 650px;
  }
}
@media (min-width: 1440px) and (max-width: 1599px) {
  .main-banner--home {
    background-position: center bottom -130px;
  }
}

.main-banner--simple {
  color: #30333B;
  height: auto;
  max-height: 100%;
  background-color: transparent;
}
@media (min-width: 768px) {
  .main-banner--simple {
    max-height: 22.875rem;
  }
}
.main-banner--simple::before {
  background-color: transparent !important;
}
.main-banner--simple .main-banner__container {
  padding-bottom: 3rem !important;
}
@media (min-width: 1200px) {
  .main-banner--simple .main-banner__container {
    padding-top: 11.625rem;
  }
}
.main-banner--simple .main-banner__content {
  align-items: stretch;
}
.main-banner--simple .main-banner__title {
  flex: 1 1 100%;
}
@media (min-width: 1024px) {
  .main-banner--simple .main-banner__title {
    flex: 1 1 400px;
  }
}
.main-banner--simple .main-banner__title + .main-banner__des {
  flex: 1 1 100%;
}
@media (min-width: 1024px) {
  .main-banner--simple .main-banner__title + .main-banner__des {
    flex: 1 1 700px;
    max-width: calc(710 / 1240 * 100%);
    margin-left: auto;
  }
}
.main-banner--simple .main-banner__des {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .main-banner--simple .main-banner__des {
    padding-bottom: 0.21875em;
  }
}

.main-banner-expertise {
  background-position: center top;
}
.main-banner-expertise__img {
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.main-banner-expertise__title {
  max-width: 46.25rem;
}
.main-banner-expertise::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 1/1;
  background: url("../img/main-wave-decor_mob.svg") no-repeat top right;
  background-size: contain;
}
@media (min-width: 768px) {
  .main-banner-expertise::after {
    width: 630px;
    background-image: url("../img/main-wave-decor.svg");
  }
}
.main-banner-expertise .main-banner__container {
  position: relative;
  z-index: 1;
}
.main-banner-expertise--chatbot .main-banner-expertise__img {
  bottom: calc(-56.0267857143vw + 11.2678571429rem);
  max-width: 721px;
}
@media (min-width: 768px) {
  .main-banner-expertise--chatbot .main-banner-expertise__img {
    left: auto;
    transform: translate(0);
    right: 7.5%;
    bottom: -210px;
  }
}
.main-banner-expertise--iot .main-banner-expertise__img {
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 638px;
}
@media (min-width: 768px) {
  .main-banner-expertise--iot .main-banner-expertise__img {
    left: auto;
    transform: translate(0, -50%);
    right: 10.5%;
  }
}
@media (min-width: 1024px) {
  .main-banner-expertise--iot .main-banner-expertise__img {
    top: auto;
    bottom: 4.8125rem;
    transform: none;
  }
}
.main-banner-expertise--blockchain .main-banner-expertise__img {
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 350px;
}
@media (min-width: 768px) {
  .main-banner-expertise--blockchain .main-banner-expertise__img {
    right: 11%;
    left: auto;
    transform: translate(0, -50%);
  }
}
@media (min-width: 1024px) {
  .main-banner-expertise--blockchain .main-banner-expertise__img {
    top: auto;
    max-width: 400px;
    bottom: 84px;
    transform: none;
  }
}
@media (min-width: 1200px) {
  .main-banner-expertise--blockchain .main-banner-expertise__img {
    max-width: 471px;
  }
}
@media (max-width: 1023px) {
  .main-banner-expertise--communication::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(48, 51, 59, 0) 51.97%, #30333B 100%);
    opacity: 0.8;
  }
}
@media (max-width: 1023px) {
  .main-banner-expertise--communication .main-banner-expertise__title {
    font-size: calc(3.2258064516vw + 1.3548387097rem);
    line-height: 1.25 !important;
  }
}
.main-banner-expertise--communication .main-banner-expertise__img {
  left: auto;
  max-width: 482px;
  bottom: 0;
  transform: none;
  width: calc(165.4545454545vw + -10.2784090909rem);
}
@media (min-width: 375px) {
  .main-banner-expertise--communication .main-banner-expertise__img {
    width: 456px;
    right: -80px;
  }
}
@media (min-width: 768px) {
  .main-banner-expertise--communication .main-banner-expertise__img {
    left: auto;
    right: 1.25rem;
    top: auto;
    bottom: 0;
    transform: none;
  }
}
.main-banner-expertise--customweb .main-banner-expertise__title {
  font-size: calc(2.1306818182vw + 1.1363636364rem);
}
@media (min-width: 576px) and (max-width: 1023px) {
  .main-banner-expertise--customweb .main-banner-expertise__title {
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 1023px) {
  .main-banner-expertise--customweb .main-banner-expertise__title {
    line-height: 1.25 !important;
  }
}
@media (min-width: 1024px) {
  .main-banner-expertise--customweb .main-banner-expertise__title {
    font-size: calc(1.7857142857vw + 1.9821428571rem);
    max-width: 63%;
  }
}
@media (min-width: 1200px) {
  .main-banner-expertise--customweb .main-banner-expertise__title {
    max-width: 56%;
  }
}
@media (min-width: 1360px) {
  .main-banner-expertise--customweb .main-banner-expertise__title {
    font-size: 3.5rem;
  }
}
.main-banner-expertise--customweb .main-banner-expertise__img {
  top: 44%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  width: 296px;
}
@media (min-width: 576px) {
  .main-banner-expertise--customweb .main-banner-expertise__img {
    top: 40%;
  }
}
@media (min-width: 1024px) {
  .main-banner-expertise--customweb .main-banner-expertise__img {
    left: auto;
    right: 20px;
    top: auto;
    bottom: 4rem;
    transform: none;
  }
}
@media (min-width: 1024px) {
  .main-banner-expertise--customweb .main-banner-expertise__img {
    width: 350px;
  }
}
@media (min-width: 1200px) {
  .main-banner-expertise--customweb .main-banner-expertise__img {
    width: auto;
  }
}

@media (max-width: 1023px) {
  .main-banner--article {
    height: auto;
    max-height: 100%;
  }
}
@media (min-width: 1024px) {
  .main-banner--article {
    min-height: 28.75rem;
  }
}
.main-banner--article .main-banner__container {
  align-items: flex-start;
}
.main-banner--article .banner-title {
  margin-top: 2.8125rem;
  line-height: 1.2;
  font-size: 40px;
}
@media (max-width: 1240px) {
  .main-banner--article .banner-title {
    font-size: calc(24px + 16 * ((100vw - 320px) / 920));
  }
}

.main-banner--case {
  background-color: #30333B;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .main-banner--case {
    height: auto;
    max-height: 100%;
  }
}
.main-banner--case::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 1/1;
  background: url("../img/main-wave-decor_mob.svg") no-repeat top right;
  background-size: contain;
}
@media (min-width: 768px) {
  .main-banner--case::after {
    width: 630px;
    background-image: url("../img/main-wave-decor.svg");
  }
}
.main-banner--case .main-banner__container {
  align-items: flex-start;
}
@media (max-width: 767px) {
  .main-banner--case .main-banner__container {
    padding-bottom: 0 !important;
  }
}
.main-banner--case .banner-title {
  flex: 1 1 400px;
  line-height: 1.2;
  font-size: 40px;
}
@media (max-width: 1240px) {
  .main-banner--case .banner-title {
    font-size: calc(24px + 16 * ((100vw - 320px) / 920));
  }
}
@media (min-width: 768px) {
  .main-banner--case .banner-title {
    max-width: calc(100% - 400px);
    padding-right: 3rem;
  }
}
@media (min-width: 1024px) {
  .main-banner--case .banner-title {
    max-width: calc(100% - 570px);
  }
}
.main-banner--case .main-banner__img {
  width: 100%;
}
@media (max-width: 767px) {
  .main-banner--case .main-banner__img {
    max-height: 390px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .main-banner--case .main-banner__img {
    max-width: 400px;
    position: absolute;
    bottom: 0;
    top: 5.5rem;
    right: var(--padding-x);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-banner--case .main-banner__img {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .main-banner--case .main-banner__img {
    max-width: 570px;
  }
}
@media (min-width: 1200px) {
  .main-banner--case .main-banner__img {
    top: 7.5rem;
  }
}
.main-banner--case .main-banner__img img {
  height: inherit;
}
.banner-title {
  line-height: 103%;
  margin-bottom: 0;
  font-size: calc(2.1518987342vw + 2.9446202532rem);
}
@media (min-width: 1360px) {
  .banner-title {
    font-size: 5.5rem;
  }
}

.content-section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.5rem 15px;
  padding: 1.5rem 0;
}
@media (min-width: 1024px) {
  .content-section {
    line-height: 142%;
  }
}
@media (min-width: 1024px) {
  .content-section {
    padding: 2rem 0;
    font-size: 1.1875rem;
  }
}
.content-section__title {
  flex: 1 1 100%;
  color: #30333B;
  line-height: 1;
}
@media (min-width: 1024px) {
  .content-section__title {
    flex: 1 1 400px;
    max-width: calc(410 / 1240 * 100%);
  }
}
.content-section__title > * {
  margin-bottom: 0;
  line-height: 1.15;
}
.content-section__content {
  flex: 1 1 100%;
}
@media (min-width: 1024px) {
  .content-section__content {
    flex: 1 1 700px;
    max-width: calc(815 / 1240 * 100%);
    margin-left: auto;
  }
}
.content-section__content > *:not(p) + *:not(p) {
  margin-top: 1.5rem;
}
.content-section__content > *:last-child {
  margin-bottom: 0;
}
.content-section a {
  position: relative;
}
.content-section a::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #30333B;
}

.content-media {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  gap: 1em 1.625rem;
}
.content-media:last-child {
  margin-bottom: 0;
}
.content-media__img {
  flex: 0 0 100%;
  display: flex;
  align-items: flex-start;
  width: 5rem;
}
@media (min-width: 576px) {
  .content-media__img {
    flex: 0 0 5rem;
    justify-content: center;
  }
}
.content-media__img img {
  max-width: 5rem;
}
.content-media__text {
  flex: 1 1 200px;
}
.content-media__text > *:last-child {
  margin-bottom: 0;
}

.content-subtitle {
  margin-bottom: 1rem;
  font-size: 1.1875rem;
  line-height: 142%;
  font-weight: 800;
  color: #7A7B80;
}

.page-start-btn {
  display: block;
  font-size: 3rem;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 2px solid #2FC3C2;
  background-color: transparent;
  cursor: pointer;
  position: fixed;
  bottom: 3rem;
  right: var(--padding-x);
  z-index: 20;
  opacity: 0;
  animation: bounce 3s infinite;
  transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .page-start-btn {
    right: 1rem;
    bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .page-start-btn {
    right: 2rem;
  }
}
@media (min-width: 1360px) {
  .page-start-btn {
    right: 4rem;
  }
}
.page-start-btn:focus {
  border: 2px solid #2FC3C2;
}
.page-start-btn-show .page-start-btn {
  opacity: 1;
}
.page-start-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.3em;
  height: 0.3em;
  background-color: transparent;
  transform: translate(calc(-37.5% - 1.5px), -25%) rotate(-45deg);
  transform-origin: center;
  border: 2px solid #2FC3C2;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(20px);
  }
  60% {
    transform: translateY(1px);
  }
}
.nav-drop {
  display: flex;
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .nav-drop {
    position: static;
    max-height: 100%;
    overflow: visible;
  }
}
.nav-active .nav-drop {
  max-height: 4000px;
}
@media (max-width: 1199px) {
  .nav-drop__inner {
    width: 100%;
    height: auto;
    padding: 100px var(--padding-x) 0;
    background-color: #fff;
    overflow: hidden;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
  }
}
.nav-active .nav-drop__inner {
  transform: translateX(0);
}
.nav-drop__content {
  height: calc(100vh - 100px);
  padding-bottom: 1.5rem;
  overflow: auto;
}
@media (min-width: 1200px) {
  .nav-drop__content {
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }
}

.nav-active {
  overflow: hidden;
}

.title-card {
  width: 100%;
  line-height: 1.3;
}
.title-card > * + * {
  margin-top: 0.5rem;
}
.title-card__header {
  display: flex;
  justify-content: space-between;
  gap: 1.6875rem;
  font-size: 0.875rem;
}
.title-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: inherit;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.tag-list > li {
  margin-top: 0;
  margin-right: 0.625rem;
  min-height: 2.599375rem;
  display: flex;
  align-items: flex-end;
}

.text-more {
  width: 100%;
}

.text-more__container {
  position: relative;
  max-height: 350px;
  overflow: hidden;
  margin-bottom: 1em;
  transition: max-height 0.3s ease-in-out;
}
.text-more__container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3em;
  background-color: rgba(255, 255, 255, 0.7);
  background: linear-gradient(0deg, #eeeef0 0%, rgba(238, 238, 240, 0) 100%);
  display: none;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.text-more--true .text-more__container::before {
  display: block;
}
.text-more--open .text-more__container::before {
  opacity: 0;
  visibility: hidden;
}
.text-more__container > *:last-child {
  margin-bottom: 0;
}

.text-more__btn {
  text-align: right;
  padding-right: 1em;
  font-size: 1rem;
  color: #2FC3C2;
  display: none;
  transition: color 0.3s ease-in-out;
}
.text-more__btn:hover {
  color: #2fa6a7;
}
.text-more--true .text-more__btn {
  display: block;
}

.tabs-content__item {
  display: none;
}
.tabs-content__item.active {
  display: block;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 32px;
  color: #7A7B80;
  transition: color 0.3s ease-in-out;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  color: #2FC3C2;
}

.swiper-button-circle {
  font-size: 1.125rem;
  width: 2.66em;
  height: 2.66em;
  border-radius: 50%;
  background-color: #2FC3C2;
  text-align: center;
  transition: background-color 0.3s ease-in-out;
}
.swiper-button-circle:hover {
  background-color: #2fa6a7;
}
.swiper-button-circle:active, .swiper-button-circle.nice-select.open {
  transition-duration: 0s;
  background-color: #2fb5b5;
}
.swiper-button-circle::after {
  font-size: 1em !important;
  color: #fff !important;
  line-height: 2.66em !important;
}

.swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  margin: 0 0.4rem !important;
  background-color: transparent;
  position: relative;
}
.swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: currentColor;
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  position: relative;
}
.swiper-pagination-bullet-active::after {
  background-color: #2FC3C2;
}
.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid currentColor;
}

html {
  --scroll-width: 0px;
}

.popup {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .popup {
    background-color: rgba(48, 51, 59, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}
.popup--show {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
.popup__inner {
  width: inherit;
  height: inherit;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .popup__inner {
    display: flex;
    align-items: center;
  }
}
.popup__container {
  position: relative;
  z-index: 1;
  padding-top: 2rem;
  padding-bottom: 2rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
}
.popup--show .popup__container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.popup__close {
  text-align: right;
  color: #EEEEF0;
}
.popup__load {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.load .popup__load {
  display: block;
}

.popup-close {
  font-size: 1.5rem;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
}
.popup-close:hover {
  opacity: 1;
}

.popup-active {
  overflow: hidden;
}
@media (any-hover: hover) {
  .popup-active #wrapper {
    padding-right: var(--scroll-width);
  }
}

.person-card {
  position: relative;
}
.person-card figure {
  margin: 0;
  width: auto;
}
.person-card figcaption {
  margin-top: 1rem;
}
.person-card__img {
  max-width: 30.9375rem;
}
.person-card__img img {
  width: 100%;
}
.person-card__name {
  margin-bottom: 0.25rem;
  font-weight: 700;
  line-height: 1.25;
  color: #30333B;
  font-size: 24px;
}
@media (max-width: 1240px) {
  .person-card__name {
    font-size: calc(18px + 6 * ((100vw - 320px) / 920));
  }
}
.person-card__position {
  line-height: 1.3;
  color: #30333B;
}
.person-card__link {
  position: absolute;
  top: 0.5rem;
  left: 0.5625rem;
  transition: none;
}
@media (min-width: 1024px) {
  .person-card__link {
    top: 1rem;
    left: 1.125rem;
  }
}

.person-link {
  width: 100%;
  height: 100%;
  background: url("../img/linkedin-logo.svg") no-repeat left top;
  background-size: 32px;
}
@media (any-hover: hover) {
  .person-link {
    width: 2rem;
    height: 2rem;
  }
}

.article-card {
  display: flex;
  align-items: flex-end;
  padding: 1.5rem 1.25rem;
  color: #EEEEF0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 2;
  height: 445px;
}
@media (max-width: 1240px) {
  .article-card {
    height: calc(405px + 40 * ((100vw - 320px) / 920));
  }
}
@media (min-width: 768px) {
  .article-card {
    padding: 1.5rem;
  }
}
.article-card:hover::before {
  background-color: rgba(0, 0, 0, 0.6);
}
.article-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
  transition: background-color 0.3s ease-in-out;
}
.article-card__inner {
  max-width: 29.6875rem;
}
.article-card__img {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 20px);
  max-height: calc(100% - 24px);
}
.article-card__title {
  color: #FCFCFC;
  min-height: 124.75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  white-space: normal;
  overflow: hidden;
  max-height: 124.75px;
}
.article-card__des {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.75rem;
}
.article-card__des > * {
  font-size: inherit;
}
.article-card__des > *:last-child {
  margin-bottom: 0;
}
.article-card__review {
  height: inherit;
}

@media (min-width: 1024px) {
  .article-card--large {
    max-height: 24.5rem;
    padding-top: 2rem;
    align-items: flex-start;
  }
}
.article-card--large .article-card__des {
  display: none;
}
@media (min-width: 1024px) {
  .article-card--large .article-card__des {
    display: block;
  }
}
@media (min-width: 1024px) {
  .article-card--large .article-card__header {
    justify-content: flex-start !important;
    margin-bottom: 2rem;
  }
}

.article-card--case {
  background-size: 0;
  overflow: hidden;
}
.article-card--case::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  filter: blur(4px);
  overflow: hidden;
  background-image: inherit;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  font-weight: 700;
  font-size: 1rem;
}
.pagination .page-numbers {
  display: block;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
}
.pagination .page-numbers:hover {
  color: #2FC3C2;
}
.pagination .page-numbers.current {
  border-radius: 50%;
  background-color: #2FC3C2;
  color: #fff;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  position: relative;
}
.pagination .page-numbers.prev::before,
.pagination .page-numbers.next::before {
  font-family: "icomoon";
  content: "";
  font-size: 10px;
  transform-origin: center;
}
.pagination .page-numbers.prev {
  transform: rotate(90deg);
}
.pagination .page-numbers.next {
  transform: rotate(-90deg);
}

.article-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  color: #30333B;
}
.article-filter__label {
  display: none;
}
.article-filter select {
  display: none;
}

.accordion {
  position: relative;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .accordion {
    border-top: 1px solid rgba(122, 123, 128, 0.5);
    border-bottom: 1px solid rgba(122, 123, 128, 0.5);
  }
}
.accordion__title {
  display: flex;
  position: relative;
  font-size: 1.25rem;
  color: #30333B;
  font-weight: 700;
  margin-bottom: 0;
  padding: 15px;
  padding-right: 1.6em;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  .accordion__title {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .accordion__title {
    padding: 20px;
  }
}
@media (min-width: 1360px) {
  .accordion__title {
    font-size: 1.5rem;
  }
}
.accordion__title::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  transform-origin: center;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #30333B;
  border-right: 2px solid #30333B;
}
@media (min-width: 1024px) {
  .accordion__title::before {
    position: static;
    display: inline-block;
    margin-right: 1rem;
  }
}
.accordion__title:hover {
  color: #2FC3C2;
}
.accordion__inner {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.accordion__inner > *:last-child {
  display: block;
}
.accordion__content {
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .accordion__content {
    padding-left: calc(15px + 1rem);
  }
}
.accordion--open .accordion__title::before {
  transform: translateY(50%) rotate(-135deg);
}
.accordion--open .accordion__inner {
  color: #7A7B80;
}

.accordion-list__item {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.accordion-list__item:not(:last-child) .accordion-list__accordion {
  border-bottom: none !important;
}

.back-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (any-hover: hover) {
  .back-link:hover::before {
    transform: translate(-10px, -10%) rotate(45deg);
  }
}
.back-link::before {
  content: "";
  position: relative;
  width: 10px;
  height: 10px;
  margin-right: 1rem;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform-origin: center;
  transform: translate(0, -10%) rotate(45deg);
  transition: transform 0.3s ease-in-out;
}

.tag {
  display: inline-block;
  padding: 0.3em 0.85em;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid #30333B;
  border-radius: 1.5em;
}

.info {
  margin: 0;
  color: #7A7B80;
  line-height: 1.5;
}
.info dt {
  margin-bottom: 1em;
}
.info dd {
  margin: 0;
  color: #30333B;
  font-weight: 800;
}

.btn-play {
  font-size: 4rem;
  width: 1em;
  height: 1em;
  background-color: #2FC3C2;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease-in-out;
}
.btn-play:hover {
  background-color: #2fa6a7;
}
.btn-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -50%);
  width: 0;
  height: 0;
  border-top: 0.17em solid transparent;
  border-left: 0.25em solid #fff;
  border-bottom: 0.17em solid transparent;
}
@media (min-width: 768px) {
  .btn-play {
    font-size: 4.5rem;
  }
}
@media (min-width: 1440px) {
  .btn-play {
    font-size: 5.5rem;
  }
}

.btn-copy {
  font-size: 3rem;
  display: inline-block;
  background-color: transparent;
  width: 1em;
  height: 1em;
  background-color: #2FC3C2;
  border-radius: 50%;
  position: relative;
  transition: background-color 0.3s ease-in-out;
}
.btn-copy:hover {
  background-color: #2fa6a7;
}
.btn-copy:hover::before {
  background-color: #2fa6a7;
}
.btn-copy::before, .btn-copy::after {
  content: "";
  position: absolute;
  width: 0.3em;
  height: 0.3em;
  border: 2px solid #FCFCFC;
}
.btn-copy::before {
  top: 14px;
  left: 19.5px;
  background-color: #2FC3C2;
  z-index: 1;
  transition: background-color 0.3s ease-in-out;
}
.btn-copy::after {
  left: 14px;
  bottom: 14px;
}

.tooltip {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.85em 1.15em;
  border: 1px solid #30333B;
  background-color: #fff;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.tooltip::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #30333B;
  border-bottom: 1px solid #30333B;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0.3125rem;
  transform: translate(-75%, -50%) rotate(135deg);
}

.sidebar {
  padding: 2rem;
  background-color: #EEEEF0;
}
.sidebar__list {
  font-weight: 600;
}
@media (min-width: 768px) {
  .sidebar__list {
    font-size: 1.25rem;
  }
}
.sidebar__list > li + li {
  margin-top: 0.625rem;
}
.sidebar__list a {
  color: #30333B;
  transition: color 0.3s ease-in-out;
}
.sidebar__list a:hover {
  color: lightseagreen;
}

.aside-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  position: relative;
}
@media (min-width: 1200px) {
  .aside-container {
    flex-wrap: nowrap;
  }
}
.aside-container__aside {
  flex: 1 1 21.875rem;
  width: 35%;
}
.aside-container__content {
  flex: 1 0 auto;
  width: 65%;
}
.aside-container__sidebar {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: var(--maxWidthContainer);
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 375px) {
  .container {
    --padding-x: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .container {
    --padding-x: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1359px) {
  .container {
    --padding-x: 50px;
  }
}
@media (min-width: 1360px) {
  .container {
    --padding-x: 15px;
  }
}

.content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-title {
  font-size: 2.625rem;
  margin-bottom: 1em;
}
@media (min-width: 375px) {
  .section-title {
    font-size: calc(1.5023474178vw + 2.6478873239rem);
  }
}
@media (min-width: 1360px) {
  .section-title {
    font-size: 4rem;
  }
}

.project-name {
  display: block;
  font-size: 1.25rem;
  color: #2FC3C2;
  font-weight: 600;
  margin-bottom: 0.7em;
}

.nav__list {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .nav__list {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    font-weight: 500;
    text-transform: initial;
  }
}
@media (max-width: 1199px) {
  .nav__list > li + li {
    border-top: 1px solid #EEEEF0;
  }
}
.nav__list > li {
  padding-top: 0.8333em;
  padding-bottom: 0.8333em;
  color: inherit;
  margin: 0;
}
@media (min-width: 1200px) {
  .nav__list > li {
    padding: 2.1875rem 1rem 2.1375rem 1rem;
  }
}
.nav__list > li:first-child .submenu-title {
  font-weight: 700;
}
.nav__list a {
  display: block;
  color: inherit;
  text-decoration: none;
  line-height: 1.3;
}
.nav-active .nav__list a {
  color: #30333B !important;
}
.nav__list a:hover {
  color: #2FC3C2;
}
.nav__list > li:first-child {
  position: relative;
}
@media (min-width: 1200px) {
  .nav__list > li:first-child {
    padding-right: 2rem;
    margin-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .nav__list > li:first-child:before {
    content: "";
    width: 1px;
    height: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: currentColor;
  }
}

.nav-active .hamburger {
  transform: translateY(-6px);
}
.hamburger .hamburger-box {
  top: 7px;
}

.nav-active .hamburger-inner {
  background-color: #30333B !important;
}
.nav-active .hamburger-inner::before, .nav-active .hamburger-inner::after {
  background-color: #30333B !important;
}
.hamburger-inner::after {
  display: none;
}
.is-active .hamburger-inner::after {
  display: block;
}

.header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  color: #30333B;
  transition: background-color 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .header {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .header:hover {
    color: #30333B !important;
    background-color: #fff;
  }
}
.header__container {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 1.4375rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .header__container {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header__logo {
  width: 145px;
  margin-right: 1em;
  transition: none;
  color: inherit;
  z-index: 40;
}
@media (min-width: 1200px) {
  .header__logo {
    width: 14.1875rem;
    margin-top: 0;
    margin-right: auto;
  }
}
.nav-active .header__logo {
  color: #30333B !important;
}
.header__logo img {
  width: 100%;
}
.header__logo svg path:not(:nth-child(7)) {
  fill: currentColor;
}
.header__hamburger {
  flex-shrink: 0;
  padding-left: 1em;
  margin-left: auto;
  font-size: 1rem;
  z-index: 40;
}
@media (min-width: 1200px) {
  .header__hamburger {
    display: none;
  }
}
.header__btn {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: none;
}
@media (max-width: 1199px) {
  .nav-active .header__btn {
    display: block;
  }
}
.header__social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  display: none;
}
.header__social-list > li {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .nav-active .header__social-list {
    display: flex;
  }
}
.header .hamburger-inner {
  background-color: currentColor;
}
.header .hamburger-inner::after, .header .hamburger-inner::before {
  background-color: inherit;
}

.header--white {
  color: #fff;
}

.header--fill {
  color: #30333B;
}

.header--fixed {
  position: fixed !important;
  transform: translateY(-100%);
  background-color: #fff;
  color: #30333B;
}

.header--fixed-show {
  transition: transform 0.3s ease-in-out;
  transform: translateY(0);
}

.submenu {
  position: relative;
  padding-bottom: 0 !important;
}
@media (min-width: 1200px) {
  .submenu:hover .submenu__inner {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: initial;
  }
}
.nav-active .submenu__title {
  color: #30333B;
}
.submenu__inner {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .submenu__inner {
    position: absolute;
    overflow: initial;
    top: 100%;
    left: 0;
    width: 480px;
    height: auto;
    opacity: 0;
    visibility: 0;
    transform: translateY(30px);
    pointer-events: none;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
}
@media (max-width: 1199px) {
  .active .submenu__inner {
    height: 312px;
  }
}

.submenu-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
@media (min-width: 1200px) {
  .submenu-title {
    width: auto;
    display: block;
    margin-bottom: 0;
  }
}
.submenu-title i {
  font-size: 1rem;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .submenu-title i {
    display: none;
  }
}
.active .submenu-title i {
  transform: rotate(90deg);
}

.submenu-list {
  position: relative;
}
@media (max-width: 1199px) {
  .submenu-list {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .submenu-list {
    display: flex;
    flex-wrap: wrap;
    background-color: #EFEFF3;
    color: #30333B;
  }
}
@media (min-width: 1200px) {
  .submenu-list::before {
    content: "";
    position: absolute;
    bottom: 100%;
    width: 125px;
    height: 4px;
    background-color: #2FC3C2;
  }
}
.submenu-list > li {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 0;
}
@media (any-hover: hover) {
  .submenu-list > li:hover {
    background-color: #2FC3C2;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .submenu-list > li {
    font-size: 1rem;
  }
}
.submenu-list a {
  width: 100%;
  color: inherit !important;
  display: block;
  transition-duration: 0s;
  padding: 0.5rem 1.5rem;
}
@media (min-width: 1200px) {
  .submenu-list a {
    padding: 0.875rem 2rem;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .submenu-list a:focus, .submenu-list a:active, .submenu-list a.nice-select.open, .submenu-list a:hover {
    background-color: #2FC3C2;
    color: #fff !important;
  }
}
@media (min-width: 1200px) {
  .submenu-list > li:nth-child(1) {
    width: 37%;
    max-width: 37%;
    order: 1;
  }
  .submenu-list > li:nth-child(2) {
    width: 37%;
    max-width: 37%;
    order: 3;
  }
  .submenu-list > li:nth-child(3) {
    width: 37%;
    max-width: 37%;
    order: 5;
  }
  .submenu-list > li:nth-child(4) {
    width: 63%;
    order: 2;
  }
  .submenu-list > li:nth-child(5) {
    width: 63%;
    order: 4;
  }
}

.techeviewer-logo img {
  max-width: 136px;
}
@media (min-width: 1200px) {
  .techeviewer-logo img {
    margin-right: -6px;
  }
}

.footer {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #30333B;
  color: #fff;
}
.footer__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 576px) {
  .footer__container {
    row-gap: 1.5rem;
  }
}
.footer__copy {
  padding-right: 1em;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .footer__copy {
    max-width: 50%;
    order: -1;
  }
}
.footer__links {
  width: 100%;
}
@media (min-width: 1024px) {
  .footer__links {
    width: auto;
    margin-right: 107px;
  }
}

.copyright {
  font-size: 0.875rem;
  line-height: 1.42;
  color: #7A7B80;
}

.privat-policy-link {
  position: relative;
}
.privat-policy-link:before {
  content: "•";
  margin-right: 6px;
}
.privat-policy-link a {
  color: inherit;
  text-decoration: underline;
}
.privat-policy-link a:hover {
  color: #2FC3C2;
}

.links-footer {
  display: grid;
  grid-template: auto auto/50% auto;
  column-gap: 2.1875rem;
  row-gap: 1rem;
  margin-bottom: 1em;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #7A7B80;
}
@media (min-width: 576px) {
  .links-footer {
    display: flex;
    flex-wrap: wrap;
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .links-footer {
    column-gap: 3.8125rem;
  }
}
.links-footer > * {
  align-self: center;
}
.links-footer__item:first-child {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media (min-width: 1024px) {
  .links-footer__item:first-child {
    order: 2;
  }
}
.links-footer__item:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media (min-width: 1024px) {
  .links-footer__item:nth-child(2) {
    order: 1;
  }
}
.links-footer__item:nth-child(3) {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media (min-width: 1024px) {
  .links-footer__item:nth-child(3) {
    order: 3;
  }
}

.social-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
@media (min-width: 576px) {
  .social-list {
    flex-direction: row;
    margin-left: auto;
    margin-right: 5rem;
  }
}
@media (min-width: 1024px) {
  .social-list {
    margin-right: 0;
  }
}
.social-list li {
  width: 2rem;
  height: 2rem;
  margin-top: 0;
}
.social-list a {
  width: inherit;
  height: inherit;
  display: block;
}
.social-list svg {
  fill: #FCFCFC;
  transition: fill 0.3s ease-in-out;
}
.social-list svg:hover {
  fill: #2FC3C2;
}

.clutch-logo {
  display: block;
  max-width: 6.5rem;
  position: relative;
}
.clutch-logo__text {
  position: absolute;
  bottom: 0;
  left: 2.3125rem;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

.contact-block {
  padding-top: 2em;
  padding-bottom: 0.5em;
  background-color: #fff;
  color: #30333B;
}
@media (min-width: 1024px) {
  .contact-block {
    padding-top: 4em;
    padding-bottom: 2.5em;
  }
}
.contact-block__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact-block__container > * {
  margin-bottom: 1.5rem;
}
.contact-block__img {
  flex: 0 0 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.625rem;
}
.contact-block__svg path:nth-child(1),
.contact-block__svg path:nth-child(2) {
  fill: #30333B;
}
.contact-block__svg path:last-child {
  stroke: #30333B;
}
.contact-block__title {
  font-size: 2rem;
  line-height: 128%;
  font-weight: 700;
  color: inherit;
  margin-right: auto;
  padding-right: 1em;
}

.contact-block--black {
  background-color: #30333B;
  color: #fff;
  background: black url("../img/contact-block-decor_mob.svg") no-repeat;
  background-position: left top;
  background-size: contain;
}
@media (min-width: 768px) {
  .contact-block--black {
    background-image: url("../img/contact-block-decor.svg");
  }
}
.contact-block--black .contact-block__svg path:nth-child(1),
.contact-block--black .contact-block__svg path:nth-child(2) {
  fill: #fff;
}
.contact-block--black .contact-block__svg path:last-child {
  stroke: #fff;
}

.related-case-item {
  display: flex;
  flex-wrap: wrap;
}
.related-case-item__content, .related-case-item__img {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .related-case-item__content, .related-case-item__img {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.related-case-item__content {
  display: contents;
  line-height: 1.42;
}
@media (min-width: 1024px) {
  .related-case-item__content {
    font-size: 1.1875rem;
    display: block;
  }
}
.related-case-item__content > *:last-child {
  margin-bottom: 0;
}
.related-case-item__title-card {
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .related-case-item__title-card {
    width: 100%;
    order: -1;
  }
}
.related-case-item__title-card .title-card__name {
  color: #2FC3C2 !important;
}
.related-case-item__btn {
  margin: 2rem auto 0;
  padding: 1.25rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  min-width: auto;
}
@media (min-width: 1024px) {
  .related-case-item__btn {
    margin: 2rem 0 0;
  }
}
.related-case-item__img {
  text-align: center;
}
@media (max-width: 1023px) {
  .related-case-item__img {
    order: -1;
    margin-bottom: 1.5rem;
  }
}
.related-case-item__img img {
  max-width: 90%;
}
@media (max-width: 1023px) {
  .related-case-item__img img {
    width: 100%;
    max-width: 25rem;
  }
}
.related-case-item .title-card__title {
  color: #30333B;
}
.related-case-item .tag-list {
  display: none;
}

.related-case {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #EEEEF0;
}
.related-case .section-title {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .related-case .section-title {
    margin-bottom: 2rem;
  }
}

.related-case-swiper {
  position: relative;
}
.related-case-swiper__action {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 100px);
  display: none;
}
@media (min-width: 1024px) {
  .related-case-swiper__action {
    display: block;
  }
}
.related-case-swiper .swiper {
  padding-bottom: 4rem;
}
@media (min-width: 1200px) {
  .related-case-swiper .swiper {
    padding-bottom: 6rem;
  }
}
@media (min-width: 1200px) {
  .related-case-swiper .swiper-button-prev {
    left: -10px;
  }
}
.related-case-swiper .swiper-button-prev,
.related-case-swiper .swiper-button-next {
  display: none;
}
.related-case-swiper .swiper-pagination {
  bottom: 0;
}
.related-case-swiper .swiper-pagination-bullet-active::before {
  border: 2px solid #30333B;
}

.review {
  height: calc(100vh - 80.4px);
  max-height: 680px;
  padding-bottom: 5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: #EEEEF0;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .review {
    padding-bottom: 5rem;
    height: calc(100vh - 90px);
  }
}
@media (min-width: 1900px) {
  .review {
    max-height: 850px;
  }
}
.review::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.review__quote {
  margin-bottom: 1rem;
}
.review__des {
  font-size: 1.1875rem;
  color: #CDCCCD;
}
.review__des > *:last-child {
  margin-bottom: 0;
}
.review__name {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
}
.review__play-btn {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.review--text {
  color: #30333B;
}
.review--text::before {
  display: none;
}
.review--text .review__quote {
  max-width: 100% !important;
  margin-bottom: 3.25rem;
}
.review--text .review__quote::before {
  color: #2FC3C2;
}

.reviews-swiper__review {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .reviews-swiper__review--text {
    padding-bottom: 5rem !important;
  }
}
.reviews-swiper .review__quote,
.reviews-swiper .review__des {
  max-width: 53.125rem;
}
.reviews-swiper .swiper-button-prev,
.reviews-swiper .swiper-button-next {
  display: none;
}
.reviews-swiper .swiper-button-prev {
  left: 4.3%;
}
.reviews-swiper .swiper-button-next {
  right: 4.3%;
}
.reviews-swiper .swiper-pagination {
  bottom: 2rem;
}

.reviews {
  color: #fff;
  height: 100%;
  padding-top: 4rem;
  position: relative;
}
.reviews *,
.reviews *::before,
.reviews *::after {
  box-sizing: inherit;
}
.reviews__container {
  position: absolute;
  z-index: 2;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
}
.reviews__title {
  color: inherit;
  margin-bottom: 0;
}
.reviews__swiper {
  margin-top: -4rem;
}
.reviews__swiper .swiper-button-prev {
  display: none;
}

.reviews--dark-text {
  color: #30333B;
  background-color: #EEEEF0 !important;
}
.reviews--dark-text *[class*=swiper-button]::after {
  color: #7A7B80;
}

.reviews--dark-text + .related-case {
  background-color: #fff !important;
}
.reviews--dark-text + .related-case .text-more__container::before {
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

#videoReview {
  padding: 0 var(--padding-x);
}
#videoReview .popup__container {
  width: 100%;
  max-width: 1024px;
}
#videoReview .popup-content {
  position: relative;
  z-index: 2;
  height: 100%;
  aspect-ratio: 16/9;
}
#videoReview .popup-content iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.person-review {
  display: inline-flex;
  align-items: flex-end;
}
@media (max-width: 575px) {
  .person-review {
    font-size: 1rem;
  }
}
.person-review__img {
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
  width: 160px;
  margin-right: 53px;
}
@media (max-width: 1240px) {
  .person-review__img {
    width: calc(50px + 110 * ((100vw - 320px) / 920));
  }
}
@media (max-width: 1240px) {
  .person-review__img {
    margin-right: calc(15px + 38 * ((100vw - 320px) / 920));
  }
}
.person-review__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.person-review__name {
  font-weight: 700;
  color: #30333B;
  margin-bottom: 1rem;
}
.person-review__des {
  align-self: start;
  color: #9499B5;
  padding-bottom: 0.9375rem;
}

.article-info {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .article-info__container {
    padding-right: 0;
  }
}
.article-info__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  overflow: auto hidden;
  column-gap: 100px;
}
@media (max-width: 1240px) {
  .article-info__list {
    column-gap: calc(40px + 60 * ((100vw - 320px) / 920));
  }
}
.article-info__list > li {
  flex-shrink: 0;
  margin-top: 0;
}
@media (max-width: 767px) {
  .article-info__list > li:first-child {
    margin-left: var(--padding-x);
  }
}
@media (max-width: 767px) {
  .article-info__list > li:last-child {
    margin-right: var(--padding-x);
  }
}
@media (min-width: 1024px) {
  .article-info__list > li:not(:first-child) {
    flex-shrink: 1;
  }
}

.all-items-link {
  color: lightseagreen;
  display: flex;
  align-items: center;
}
@media (any-hover: hover) {
  .all-items-link:hover::after {
    transform: translateX(10px);
  }
}
.all-items-link::after {
  font-family: icomoon;
  content: "";
  margin-left: 0.75rem;
  transition: transform 0.3s ease-in-out;
}

.related {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.related__header {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .related__header {
    margin-bottom: 3rem;
  }
}
.related__title {
  margin-right: 1rem;
  margin-bottom: 0;
}

.related-swiper .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .related-swiper .swiper-pagination {
    margin-top: 4rem;
  }
}

.amazon-logo img {
  max-width: 81px;
}
@media (min-width: 768px) {
  .amazon-logo img {
    max-width: 102px;
  }
}

.expertise-block {
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  background-color: #30333B;
  background-image: url("../img/expertise-block-decor-left.svg"), url("../img/expertise-block-decor-right.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left, top right;
  background-size: contain, contain;
}
.expertise-block__title {
  color: inherit !important;
  width: 100%;
  margin-bottom: 4rem;
}
.expertise-block__tabs-wrap {
  display: flex;
  margin-bottom: 3rem;
}
.expertise-block__tabs {
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .expertise-block__tabs {
    flex: 0 0 43%;
    max-width: 43%;
    padding-right: calc(20.8333333333vw + -6.875rem);
  }
}
@media (min-width: 1200px) {
  .expertise-block__tabs {
    padding-right: 8.75rem;
  }
}
.expertise-block__tabs .tabs-set__tab {
  display: block;
  width: 100%;
  color: inherit;
}
@media (max-width: 767px) {
  .expertise-block__tabs .tabs-set__tab {
    padding-bottom: 1.5rem;
    padding-top: 1.625rem;
    border-bottom: 1px solid #7A7B80;
  }
}
@media (min-width: 768px) {
  .expertise-block__tabs .tabs-set__tab {
    margin-bottom: 2.5rem;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .expertise-block__tabs .tabs-set__tab:first-child {
    border-top: 1px solid #7A7B80;
  }
}
.expertise-block__tabs .tabs-set__tab.active {
  position: relative;
}
@media (min-width: 768px) {
  .expertise-block__tabs .tabs-set__tab.active::before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2FC3C2;
  }
}
@media (min-width: 768px) {
  .expertise-block__tabs .tabs-set__tab.active .tabs-set__title {
    color: #2FC3C2;
  }
}
.expertise-block__tabs .tabs-set__tab.show i {
  transform: rotate(90deg);
}
.expertise-block__tabs .tabs-set__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1.3;
  font-weight: bold;
  font-size: calc(0.5357142857vw + 1.0178571429rem);
}
@media (min-width: 1360px) {
  .expertise-block__tabs .tabs-set__title {
    font-size: 1.5rem;
  }
}
.expertise-block__tabs .tabs-set__title i {
  font-size: 1.125rem;
  margin-top: 6px;
  margin-left: 1rem;
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .expertise-block__tabs .tabs-set__title i {
    display: none;
  }
}
.expertise-block__tabs .tabs-set__inner {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .expertise-block__tabs .tabs-set__inner {
    display: none;
  }
}
.expertise-block__tabs > .tabs-set__tab + .tabs-set__tab {
  margin-top: 2.5rem;
}
.expertise-block__tabs-content {
  display: none;
}
@media (min-width: 768px) {
  .expertise-block__tabs-content {
    flex: 1 1 auto;
    display: block;
  }
}

@media (max-width: 767px) {
  .expertise-block-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.expertise-block-content__title {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  color: #2FC3C2;
}
@media (min-width: 1200px) {
  .expertise-block-content__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1360px) {
  .expertise-block-content__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .expertise-block-content__btn {
    margin-top: 1.5rem;
  }
}
.expertise-block-content > p:last-child {
  margin-bottom: 0;
}

.awards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: inherit;
}
@media (min-width: 768px) {
  .awards {
    border-top: 1px solid #7A7B80;
    padding-top: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .awards {
    padding-top: 2.5rem;
  }
}
.awards__title {
  flex: 1 0 270px;
  width: 32%;
  margin-bottom: 1.5rem;
  margin-right: auto;
  padding-right: 2rem;
  color: inherit !important;
}
.awards__list {
  flex: 0 1 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .awards__list {
    gap: 3.375rem;
  }
}
.awards__list > li {
  width: 5.9375rem;
  height: 5.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.contacts__container {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .contacts__container {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .contacts__person {
    flex: 0 0 40%;
  }
}
.contacts__person-name {
  font-size: 2rem;
}
.contacts__person-pos {
  font-size: 1.1875rem;
  font-weight: normal;
}
.contacts__person-name, .contacts__person-pos {
  display: none;
}
@media (min-width: 768px) {
  .contacts__person-name, .contacts__person-pos {
    display: block;
  }
}
.contacts__form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .contacts__form {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.contacts a {
  text-decoration: underline;
}
.contacts a:hover {
  color: #2FC3C2;
}

.form-contacts__title {
  font-size: 32px;
  margin-bottom: 2rem;
  font-weight: 700;
  color: #30333B;
}
@media (max-width: 1240px) {
  .form-contacts__title {
    font-size: calc(24px + 8 * ((100vw - 320px) / 920));
  }
}
.form-contacts__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 767px) {
  .form-contacts__btn {
    width: 100%;
  }
}
.form-contacts .form-group {
  width: 100%;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .form-contacts .form-group:nth-child(1),
.form-contacts .form-group:nth-child(2) {
    max-width: 210px;
  }
}
.form-contacts.hide {
  display: none;
}

.btn-send {
  width: 184px;
  height: 64px;
  text-align: center;
}
.btn-send__load {
  display: none;
  width: 30px;
  height: 30px;
}
.btn-send.loading .btn-send__text {
  display: none;
}
.btn-send.loading .btn-send__load {
  display: inline-block;
}

.location {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background: #EEEEF0 url("../img/location-bg.jpg") no-repeat center;
  background-size: cover;
}
@media (min-width: 1200px) {
  .location {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
.location__container {
  display: flex;
  flex-wrap: wrap;
}
.location__item {
  flex: 1 1 27.8125rem;
  width: 50%;
  margin-bottom: 2rem;
}
.location__item:first-child {
  margin-right: 5.5rem;
}

.location-item__title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.25;
  color: #30333B;
  font-size: calc(1.8181818182vw + 1.6363636364rem);
}
@media (min-width: 768px) {
  .location-item__title {
    margin-bottom: 1.375rem;
  }
}
@media (min-width: 1200px) {
  .location-item__title {
    font-size: 3rem;
  }
}

.address-location {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  font-style: normal;
  color: #30333B;
  font-size: 24px;
}
@media (max-width: 1240px) {
  .address-location {
    font-size: calc(16px + 8 * ((100vw - 320px) / 920));
  }
}
.address-location i {
  font-size: 1.5rem;
  transform: translateY(4px);
  margin-right: 1rem;
}

.success-message {
  max-width: 31.25rem;
  display: flex;
  padding-top: 3rem;
  display: none;
}
@media (min-width: 768px) {
  .success-message {
    flex-direction: column;
  }
}
.success-message__img {
  flex: 0 0 3.75rem;
  max-width: 3.75rem;
  height: 3.75rem;
  margin-right: 1.5rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .success-message__img {
    flex: 0 0 5rem;
    max-width: 5rem;
    height: 5rem;
  }
}
.success-message__title {
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.1;
  color: #30333B;
  font-size: 48px;
}
@media (max-width: 1240px) {
  .success-message__title {
    font-size: calc(32px + 16 * ((100vw - 320px) / 920));
  }
}
.success-message.show {
  display: block;
}

.about-achievements {
  border: 0;
  color: #30333B;
}
@media (max-width: 1023px) {
  .about-achievements {
    border-top: 2px solid #EEEEF0;
    padding-top: 1.5rem;
  }
}
.about-achievements__list {
  gap: 2rem;
}
.about-achievements__list img {
  width: auto;
  max-width: 6.4375rem;
}

.creator {
  color: #fff;
  position: relative;
  background: url("../img/creator-bg-decor_mob.svg") no-repeat right bottom;
  background-size: contain;
}
@media (min-width: 768px) {
  .creator {
    background-image: url("../img/creator-bg-decor.svg");
    min-height: 31.75rem;
  }
}
@media (min-width: 1600px) {
  .creator {
    min-height: 44.25rem;
  }
}
.creator__img {
  width: 100%;
  min-height: 23.4375rem;
  position: relative;
}
@media (min-width: 768px) {
  .creator__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
}
.creator__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.creator__container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: inherit;
  position: relative;
  z-index: -1;
}
.creator__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 99999px;
  height: 100%;
  background-color: #30333B;
  z-index: -1;
}
@media (min-width: 768px) {
  .creator__container::before {
    left: 50%;
  }
}
.creator__body {
  padding: 2rem 0;
  color: inherit;
}
@media (min-width: 768px) {
  .creator__body {
    width: 50%;
    padding: 4.875rem 0 4.875rem 2rem;
  }
}
@media (min-width: 1200px) {
  .creator__body {
    padding-left: 4rem;
  }
}
@media (min-width: 1440px) {
  .creator__body {
    padding-left: 6.75rem;
  }
}
.creator__link {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 2;
}
@media (min-width: 1024px) {
  .creator__link {
    left: 2rem;
    top: 2rem;
  }
}
@media (min-width: 1440px) {
  .creator__link {
    left: 6.25rem;
    top: 3.5rem;
  }
}
.creator__quote {
  margin-bottom: 1.5rem;
  padding-left: 0;
  padding-top: 4rem;
  font-weight: 700;
}
.creator__quote::before {
  color: #2FC3C2;
}
.creator__name {
  font-size: 1.5rem;
  font-weight: 700;
}

.team {
  padding-top: 4rem;
  padding-bottom: 1.5rem;
}

.team-list {
  display: flex;
  flex-wrap: wrap;
  color: #30333B;
  margin: 0 -0.625rem;
}
@media (min-width: 768px) {
  .team-list {
    margin: 0 -1rem;
  }
}
.team-list > li {
  width: 50%;
  margin-top: 0;
  margin-bottom: 2.5rem;
  padding: 0 0.625rem;
}
@media (min-width: 768px) {
  .team-list > li {
    width: calc(100% / 3);
    padding: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .team-list > li {
    width: 25%;
  }
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .blog-list {
    margin: 0 -0.15625rem;
  }
}
.blog-list > li {
  margin-top: 0;
  margin-bottom: 0.3125rem;
}
@media (min-width: 768px) {
  .blog-list > li {
    width: 50%;
    padding: 0 0.15625rem;
  }
}
@media (min-width: 1024px) {
  .blog-list > li {
    width: calc(100% / 3);
  }
}
@media (min-width: 1024px) {
  .blog-list > li:nth-child(4) {
    width: 100%;
  }
}
.blog-list a {
  display: block;
}

.blog {
  padding-bottom: 4rem;
}
.blog__filter {
  margin-bottom: 3.125rem;
}
@media (min-width: 1024px) {
  .blog__filter {
    margin-top: 3.3125rem;
  }
}
.blog__list {
  margin-bottom: 2rem;
}

.case-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .case-list {
    margin: 0 -0.15625rem;
  }
}
.case-list__item {
  width: 100%;
  margin-bottom: 0.3125rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  .case-list__item {
    flex: 1 0 50%;
    width: auto;
    padding: 0 0.15625rem;
  }
}
@media (min-width: 1024px) {
  .case-list__item {
    flex: 1 0 calc(100% / 3);
    width: calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
.case-list__item--review {
  max-width: 100%;
}
@media (min-width: 768px) {
  .case-list__item--review {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.case-list a {
  height: 100%;
  display: block;
}

.article-review {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
.article-review__card {
  flex: 1 0 100%;
  max-width: 100%;
  height: 445px;
}
@media (max-width: 1240px) {
  .article-review__card {
    height: calc(405px + 40 * ((100vw - 320px) / 920));
  }
}
@media (min-width: 1024px) {
  .article-review__card {
    flex: 1 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
.article-review__review {
  flex: 1 1 100%;
  position: relative;
  height: 445px;
}
@media (max-width: 1240px) {
  .article-review__review {
    height: calc(405px + 40 * ((100vw - 320px) / 920));
  }
}
@media (min-width: 1024px) {
  .article-review__review {
    flex: 1 0 auto;
    max-width: calc(100% / 3 * 2);
  }
}
.article-review__review::after {
  content: "";
  position: absolute;
  top: 0;
  left: 2rem;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 19px solid #E1E2E8;
}
@media (min-width: 1024px) {
  .article-review__review::after {
    left: 0;
    top: 4.1875rem;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 19px solid #E1E2E8;
  }
}
@media (min-width: 768px) {
  .article-review__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
.article-review .review {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.5rem 1.5rem 1.5rem;
}
@media (min-width: 576px) {
  .article-review .review {
    padding: 3rem 2.5rem;
  }
}
@media (min-width: 1200px) {
  .article-review .review {
    padding: 2.6875rem 3.125rem 2.5rem !important;
  }
}
@media (max-width: 1023px) {
  .article-review .review__play-btn {
    top: 30%;
  }
}
@media (min-width: 768px) {
  .article-review .review__quote {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .article-review .review__quote {
    margin-bottom: auto;
  }
}
@media (min-width: 1024px) {
  .article-review .review__quote + .article-review .review__des {
    padding-left: 3.45rem;
  }
}
@media (max-width: 1023px) {
  .article-review .review__des {
    font-size: 1rem;
  }
}
@media (max-width: 1023px) {
  .article-review .review--text {
    min-height: 25.3125rem;
    height: auto;
  }
}
.article-review .review--text .review__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.article-review .review--text .review__quote {
  margin-bottom: 1.5rem;
}

.cases__content {
  padding-bottom: 4rem;
}

.page-404 {
  flex: 1 1 auto;
  display: flex;
  padding-top: 5.625rem;
  padding-bottom: 4rem;
  text-align: center;
  background: url("../img/404-wave-decor.svg") no-repeat center bottom;
  background-size: auto 250px;
}
@media (min-width: 1200px) {
  .page-404 {
    background-size: 100% auto;
  }
}
.page-404::before {
  background-image: none;
}
.page-404__container {
  margin-top: 150px;
}
.page-404__title {
  font-weight: 700;
  color: #30333B;
  margin-bottom: 0.14em;
  line-height: 0.75;
  font-size: 250px;
}
@media (max-width: 1240px) {
  .page-404__title {
    font-size: calc(120px + 130 * ((100vw - 320px) / 920));
  }
}
.page-404__des {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 800;
  color: #30333B;
}

.career__location {
  display: block;
  margin-top: 0.7rem;
}

.career-location {
  display: flex;
  align-items: center;
  font-size: 1.1875rem;
  color: #7A7B80;
  font-weight: 500;
  line-height: 1.4;
}
.career-location i {
  font-size: 1.21875rem;
  margin-right: 0.6578947368em;
  margin-top: -2px;
}

.popup-career {
  color: #fff;
}
.popup-career__container {
  width: 100%;
  max-width: 600px;
}
.popup-career__title {
  margin-bottom: 1em;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .popup-career__title {
    font-size: 2rem;
  }
}

.career-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.career-form .form-group {
  flex: 1 0 100%;
}
.career-form .form-group + .form-group {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .career-form__name, .career-form__email {
    flex: 1 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
.career-form__file {
  flex: 1 1 100%;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}
.career-form input, .career-form textarea {
  width: 100%;
  background-color: transparent;
  color: #EEEEF0;
  border-color: rgba(238, 238, 240, 0.5);
}
.career-form label {
  color: #EEEEF0;
}

.article-section {
  margin-bottom: 2rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .article-section {
    font-size: 1.1875rem;
  }
}
.article-section:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .article-section {
    margin-bottom: 4rem;
  }
}
.article-section img {
  margin-bottom: 1em;
}
.article-section a {
  position: relative;
}
.article-section a:hover {
  color: #2FC3C2;
}
.article-section a:hover::before {
  background-color: currentColor;
}
.article-section a::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #30333B;
  transition: background-color 0.3s ease-in-out;
}
.article-section figure a {
  display: block;
}
@media (any-hover: hover) {
  .article-section figure a:hover {
    cursor: zoom-in !important;
  }
}
.article-section figure a::before {
  display: none;
}
.article-section ul, .article-section ol {
  font-size: 1.1875rem;
}

.youtube-video {
  position: relative;
  text-align: center;
  width: 100%;
  aspect-ratio: 5/3;
}
.youtube-video__play {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.youtube-video__img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.youtube-video__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.youtube-video a {
  display: block;
}
@media (any-hover: hover) {
  .youtube-video a:hover {
    cursor: zoom-in !important;
  }
}
.youtube-video a::before {
  display: none;
}

.code {
  position: relative;
}
.code__copy {
  position: absolute;
  top: 0;
  right: 1.5rem;
  transform: translateY(-60%);
}
@media (min-width: 768px) {
  .code__copy {
    top: 1rem;
    right: 1.5rem;
    transform: none;
  }
}

.copy__tooltip {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(25px);
}
.copy__tooltip.show {
  opacity: 1;
  transform: translateY(0);
}

.article-swiper {
  position: relative;
  margin-top: 2rem;
}
.article-swiper__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  max-height: 680px;
  text-align: center;
}
@media (min-width: 1200px) {
  .article-swiper__img {
    width: calc(100% - (48px * 2 + 2rem));
  }
}
.single-page .article-swiper__img {
  max-height: 500px;
}
.article-swiper__img img {
  width: 100%;
}
.article-swiper .swiper-pagination {
  position: relative;
  bottom: auto;
  margin-top: 2rem;
}
@media (max-width: 1199px) {
  .article-swiper .swiper-button-prev,
.article-swiper .swiper-button-next {
    display: none;
  }
}
@media (min-width: 768px) {
  .article-swiper .swiper-button-prev {
    left: 0;
  }
}
@media (min-width: 768px) {
  .article-swiper .swiper-button-next {
    right: 0;
  }
}

.single-page__container {
  max-width: calc(815px + var(--padding-x) * 2);
}

.case::before {
  z-index: 2;
  display: none;
}
.case__container {
  padding-top: 2rem;
}
.case__info-list {
  justify-content: flex-start;
  column-gap: 2rem;
}
@media (min-width: 1024px) {
  .case__info-list {
    column-gap: 0.9375rem;
  }
}
.case__info-list > li {
  flex-grow: 1;
}
@media (min-width: 1024px) {
  .case__info-list > li:first-child {
    flex: 1 0 400px;
    max-width: 409px;
    min-width: calc(409 / 1240 * 100%);
  }
}

.case-result {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #30333B url("../img/result-wave-decor.svg") no-repeat top left;
  background-size: auto 100%;
  color: #fff;
}
@media (min-width: 1200px) {
  .case-result {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
.case-result * {
  color: inherit;
}
.case-result__content {
  margin-top: 5px;
}

.technologies {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.technology {
  display: inline-block;
  font-size: 0.625rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}
.technology__img {
  width: 4em;
  height: 4em;
  margin: 0 auto 1em;
}
.technology__img img {
  width: 100%;
  height: 100%;
  object-fit: 100% auto;
}

.technologies-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.25rem;
}
.technologies-list > li {
  margin-top: 0;
  width: 4.375rem;
  text-align: center;
}

.expertise::before {
  display: none;
}

.provat-policy__content h1, .provat-policy__content h2, .provat-policy__content h3, .provat-policy__content h4, .provat-policy__content h5, .provat-policy__content h6,
.provat-policy__content .h1, .provat-policy__content .h2, .provat-policy__content .h3, .provat-policy__content .h4, .provat-policy__content .h5, .provat-policy__content .h6 {
  margin: 1.2em 0 0.4em;
  line-height: 1.2;
  font-weight: 600;
}
.provat-policy__content > *:first-child {
  margin-top: 0;
}

.page-preview-list {
  margin: 0;
  padding: 50px 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.page-preview-list > li {
  width: 100%;
  max-width: 350px;
  flex-shrink: 0;
  padding: 0 20px;
  margin-bottom: 40px;
}
.page-preview-list > li a {
  display: block;
}

.page-preview-card {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(213, 223, 240, 0.5);
  background-color: white;
}
.page-preview-card__title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
}
.page-preview-card__img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc((165 / 310) * 100%);
}
.page-preview-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-contacts .wpcf7-response-output,
.form-contacts .wpcf7-spinner,
.form-contacts .wpcf7-submit {
  display: none;
}

.career-form .wpcf7-spinner,
.career-form .wpcf7-submit {
  display: none;
}