/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
  tab-size: 4; /* 3 */
}

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

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  text-decoration: underline dotted;
}

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

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, 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;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

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

/**
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  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.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

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

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 Chrome and Safari.
*/
summary {
  display: list-item;
}

:root {
  --header-height: 88px;
  --vertical-indent: 80px;
  --color-first: #151b21;
  --color-first-rgb: 21, 27, 33;
  --color-second: #fff;
  --color-second-rgb: 255, 255, 255;
  --color-third: #d8f602;
  --color-third-rgb: 216, 246, 2;
  --color-fourth: #dcff00;
  --color-fourth-rgb: 220, 255, 0;
  --color-fifth: #4c13ba;
  --color-fifth-rgb: 76, 19, 186;
  --color-sixth: #d6d5e1;
  --color-sixth-rgb: 214, 213, 225;
  --color-seventh: #000;
  --color-seventh-rgb: 0, 0, 0;
  --color-eighth: #aaa;
  --color-eighth-rgb: 170, 170, 170;
  --color-ninth: #8f9299;
  --color-ninth-rgb: 143, 146, 153;
}

@media (max-width: 767px) {
  :root {
    --header-height: 64px;
    --vertical-indent: 48px;
  }
}
@font-face {
  font-family: "RF Dewi Extended";
  src: url("../fonts/RFDewi/RFDewiExtended-Regular.woff2") format("woff2"), url("../fonts/RFDewi/RFDewiExtended-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RF Dewi Extended";
  src: url("../fonts/RFDewi/RFDewiExtended-Bold.woff2") format("woff2"), url("../fonts/RFDewi/RFDewiExtended-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RF Dewi Expanded";
  src: url("../fonts/RFDewi/RFDewiExpanded-Bold.woff2") format("woff2"), url("../fonts/RFDewi/RFDewiExpanded-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  position: relative;
  color: var(--color-first);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "RF Dewi Extended", sans-serif;
  min-width: 1142px;
  background: var(--color-second);
}
@media (max-width: 767px) {
  body {
    min-width: 350px;
  }
}
body.mobile-menu-opened {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}

a {
  color: var(--color-first);
  text-decoration: none;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1142px;
  padding: 0 16px;
  margin: 0 auto;
}

/**
 * Swiper 11.1.12
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 1, 2024
 */
@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;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

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

.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-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.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-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

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

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

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

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

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

.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-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-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.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-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  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: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  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-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 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: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

.swiper.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-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

:root {
  --iti-hover-color:rgba(0, 0, 0, 0.05);
  --iti-border-color:#ccc;
  --iti-dialcode-color:#999;
  --iti-dropdown-bg:white;
  --iti-spacer-horizontal:8px;
  --iti-flag-height:12px;
  --iti-flag-width:16px;
  --iti-border-width:1px;
  --iti-arrow-height:4px;
  --iti-arrow-width:6px;
  --iti-triangle-border:calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding:6px;
  --iti-arrow-color:#555;
  --iti-path-flags-1x:url("../img/flags.webp");
  --iti-path-flags-2x:url("../img/flags@2x.webp");
  --iti-path-globe-1x:url("../img/globe.webp");
  --iti-path-globe-2x:url("../img/globe@2x.webp");
  --iti-flag-sprite-width:3904px;
  --iti-flag-sprite-height:12px;
  --iti-mobile-popup-margin:30px;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}

.iti input.iti__tel-input, .iti input.iti__tel-input[type=tel], .iti input.iti__tel-input[type=text] {
  position: relative;
  z-index: 0;
  margin: 0 !important;
}

.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: var(--iti-border-width);
}

.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}

.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
}

.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
}

.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}

.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}

@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: 0;
}

.iti__dial-code {
  color: var(--iti-dialcode-color);
}

.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}

.iti__country-list .iti__flag, .iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}

[dir=rtl] .iti__country-list .iti__flag, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}

.iti .iti__selected-dial-code {
  margin-left: 4px;
}

[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px;
}

.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}

.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}

.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset:100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  box-shadow: 0 0 1px 0 #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__ac {
  --iti-flag-offset:0px;
}

.iti__ad {
  --iti-flag-offset:-16px;
}

.iti__ae {
  --iti-flag-offset:-32px;
}

.iti__af {
  --iti-flag-offset:-48px;
}

.iti__ag {
  --iti-flag-offset:-64px;
}

.iti__ai {
  --iti-flag-offset:-80px;
}

.iti__al {
  --iti-flag-offset:-96px;
}

.iti__am {
  --iti-flag-offset:-112px;
}

.iti__ao {
  --iti-flag-offset:-128px;
}

.iti__ar {
  --iti-flag-offset:-144px;
}

.iti__as {
  --iti-flag-offset:-160px;
}

.iti__at {
  --iti-flag-offset:-176px;
}

.iti__au {
  --iti-flag-offset:-192px;
}

.iti__aw {
  --iti-flag-offset:-208px;
}

.iti__ax {
  --iti-flag-offset:-224px;
}

.iti__az {
  --iti-flag-offset:-240px;
}

.iti__ba {
  --iti-flag-offset:-256px;
}

.iti__bb {
  --iti-flag-offset:-272px;
}

.iti__bd {
  --iti-flag-offset:-288px;
}

.iti__be {
  --iti-flag-offset:-304px;
}

.iti__bf {
  --iti-flag-offset:-320px;
}

.iti__bg {
  --iti-flag-offset:-336px;
}

.iti__bh {
  --iti-flag-offset:-352px;
}

.iti__bi {
  --iti-flag-offset:-368px;
}

.iti__bj {
  --iti-flag-offset:-384px;
}

.iti__bl {
  --iti-flag-offset:-400px;
}

.iti__bm {
  --iti-flag-offset:-416px;
}

.iti__bn {
  --iti-flag-offset:-432px;
}

.iti__bo {
  --iti-flag-offset:-448px;
}

.iti__bq {
  --iti-flag-offset:-464px;
}

.iti__br {
  --iti-flag-offset:-480px;
}

.iti__bs {
  --iti-flag-offset:-496px;
}

.iti__bt {
  --iti-flag-offset:-512px;
}

.iti__bw {
  --iti-flag-offset:-528px;
}

.iti__by {
  --iti-flag-offset:-544px;
}

.iti__bz {
  --iti-flag-offset:-560px;
}

.iti__ca {
  --iti-flag-offset:-576px;
}

.iti__cc {
  --iti-flag-offset:-592px;
}

.iti__cd {
  --iti-flag-offset:-608px;
}

.iti__cf {
  --iti-flag-offset:-624px;
}

.iti__cg {
  --iti-flag-offset:-640px;
}

.iti__ch {
  --iti-flag-offset:-656px;
}

.iti__ci {
  --iti-flag-offset:-672px;
}

.iti__ck {
  --iti-flag-offset:-688px;
}

.iti__cl {
  --iti-flag-offset:-704px;
}

.iti__cm {
  --iti-flag-offset:-720px;
}

.iti__cn {
  --iti-flag-offset:-736px;
}

.iti__co {
  --iti-flag-offset:-752px;
}

.iti__cr {
  --iti-flag-offset:-768px;
}

.iti__cu {
  --iti-flag-offset:-784px;
}

.iti__cv {
  --iti-flag-offset:-800px;
}

.iti__cw {
  --iti-flag-offset:-816px;
}

.iti__cx {
  --iti-flag-offset:-832px;
}

.iti__cy {
  --iti-flag-offset:-848px;
}

.iti__cz {
  --iti-flag-offset:-864px;
}

.iti__de {
  --iti-flag-offset:-880px;
}

.iti__dj {
  --iti-flag-offset:-896px;
}

.iti__dk {
  --iti-flag-offset:-912px;
}

.iti__dm {
  --iti-flag-offset:-928px;
}

.iti__do {
  --iti-flag-offset:-944px;
}

.iti__dz {
  --iti-flag-offset:-960px;
}

.iti__ec {
  --iti-flag-offset:-976px;
}

.iti__ee {
  --iti-flag-offset:-992px;
}

.iti__eg {
  --iti-flag-offset:-1008px;
}

.iti__eh {
  --iti-flag-offset:-1024px;
}

.iti__er {
  --iti-flag-offset:-1040px;
}

.iti__es {
  --iti-flag-offset:-1056px;
}

.iti__et {
  --iti-flag-offset:-1072px;
}

.iti__fi {
  --iti-flag-offset:-1088px;
}

.iti__fj {
  --iti-flag-offset:-1104px;
}

.iti__fk {
  --iti-flag-offset:-1120px;
}

.iti__fm {
  --iti-flag-offset:-1136px;
}

.iti__fo {
  --iti-flag-offset:-1152px;
}

.iti__fr {
  --iti-flag-offset:-1168px;
}

.iti__ga {
  --iti-flag-offset:-1184px;
}

.iti__gb {
  --iti-flag-offset:-1200px;
}

.iti__gd {
  --iti-flag-offset:-1216px;
}

.iti__ge {
  --iti-flag-offset:-1232px;
}

.iti__gf {
  --iti-flag-offset:-1248px;
}

.iti__gg {
  --iti-flag-offset:-1264px;
}

.iti__gh {
  --iti-flag-offset:-1280px;
}

.iti__gi {
  --iti-flag-offset:-1296px;
}

.iti__gl {
  --iti-flag-offset:-1312px;
}

.iti__gm {
  --iti-flag-offset:-1328px;
}

.iti__gn {
  --iti-flag-offset:-1344px;
}

.iti__gp {
  --iti-flag-offset:-1360px;
}

.iti__gq {
  --iti-flag-offset:-1376px;
}

.iti__gr {
  --iti-flag-offset:-1392px;
}

.iti__gt {
  --iti-flag-offset:-1408px;
}

.iti__gu {
  --iti-flag-offset:-1424px;
}

.iti__gw {
  --iti-flag-offset:-1440px;
}

.iti__gy {
  --iti-flag-offset:-1456px;
}

.iti__hk {
  --iti-flag-offset:-1472px;
}

.iti__hn {
  --iti-flag-offset:-1488px;
}

.iti__hr {
  --iti-flag-offset:-1504px;
}

.iti__ht {
  --iti-flag-offset:-1520px;
}

.iti__hu {
  --iti-flag-offset:-1536px;
}

.iti__id {
  --iti-flag-offset:-1552px;
}

.iti__ie {
  --iti-flag-offset:-1568px;
}

.iti__il {
  --iti-flag-offset:-1584px;
}

.iti__im {
  --iti-flag-offset:-1600px;
}

.iti__in {
  --iti-flag-offset:-1616px;
}

.iti__io {
  --iti-flag-offset:-1632px;
}

.iti__iq {
  --iti-flag-offset:-1648px;
}

.iti__ir {
  --iti-flag-offset:-1664px;
}

.iti__is {
  --iti-flag-offset:-1680px;
}

.iti__it {
  --iti-flag-offset:-1696px;
}

.iti__je {
  --iti-flag-offset:-1712px;
}

.iti__jm {
  --iti-flag-offset:-1728px;
}

.iti__jo {
  --iti-flag-offset:-1744px;
}

.iti__jp {
  --iti-flag-offset:-1760px;
}

.iti__ke {
  --iti-flag-offset:-1776px;
}

.iti__kg {
  --iti-flag-offset:-1792px;
}

.iti__kh {
  --iti-flag-offset:-1808px;
}

.iti__ki {
  --iti-flag-offset:-1824px;
}

.iti__km {
  --iti-flag-offset:-1840px;
}

.iti__kn {
  --iti-flag-offset:-1856px;
}

.iti__kp {
  --iti-flag-offset:-1872px;
}

.iti__kr {
  --iti-flag-offset:-1888px;
}

.iti__kw {
  --iti-flag-offset:-1904px;
}

.iti__ky {
  --iti-flag-offset:-1920px;
}

.iti__kz {
  --iti-flag-offset:-1936px;
}

.iti__la {
  --iti-flag-offset:-1952px;
}

.iti__lb {
  --iti-flag-offset:-1968px;
}

.iti__lc {
  --iti-flag-offset:-1984px;
}

.iti__li {
  --iti-flag-offset:-2000px;
}

.iti__lk {
  --iti-flag-offset:-2016px;
}

.iti__lr {
  --iti-flag-offset:-2032px;
}

.iti__ls {
  --iti-flag-offset:-2048px;
}

.iti__lt {
  --iti-flag-offset:-2064px;
}

.iti__lu {
  --iti-flag-offset:-2080px;
}

.iti__lv {
  --iti-flag-offset:-2096px;
}

.iti__ly {
  --iti-flag-offset:-2112px;
}

.iti__ma {
  --iti-flag-offset:-2128px;
}

.iti__mc {
  --iti-flag-offset:-2144px;
}

.iti__md {
  --iti-flag-offset:-2160px;
}

.iti__me {
  --iti-flag-offset:-2176px;
}

.iti__mf {
  --iti-flag-offset:-2192px;
}

.iti__mg {
  --iti-flag-offset:-2208px;
}

.iti__mh {
  --iti-flag-offset:-2224px;
}

.iti__mk {
  --iti-flag-offset:-2240px;
}

.iti__ml {
  --iti-flag-offset:-2256px;
}

.iti__mm {
  --iti-flag-offset:-2272px;
}

.iti__mn {
  --iti-flag-offset:-2288px;
}

.iti__mo {
  --iti-flag-offset:-2304px;
}

.iti__mp {
  --iti-flag-offset:-2320px;
}

.iti__mq {
  --iti-flag-offset:-2336px;
}

.iti__mr {
  --iti-flag-offset:-2352px;
}

.iti__ms {
  --iti-flag-offset:-2368px;
}

.iti__mt {
  --iti-flag-offset:-2384px;
}

.iti__mu {
  --iti-flag-offset:-2400px;
}

.iti__mv {
  --iti-flag-offset:-2416px;
}

.iti__mw {
  --iti-flag-offset:-2432px;
}

.iti__mx {
  --iti-flag-offset:-2448px;
}

.iti__my {
  --iti-flag-offset:-2464px;
}

.iti__mz {
  --iti-flag-offset:-2480px;
}

.iti__na {
  --iti-flag-offset:-2496px;
}

.iti__nc {
  --iti-flag-offset:-2512px;
}

.iti__ne {
  --iti-flag-offset:-2528px;
}

.iti__nf {
  --iti-flag-offset:-2544px;
}

.iti__ng {
  --iti-flag-offset:-2560px;
}

.iti__ni {
  --iti-flag-offset:-2576px;
}

.iti__nl {
  --iti-flag-offset:-2592px;
}

.iti__no {
  --iti-flag-offset:-2608px;
}

.iti__np {
  --iti-flag-offset:-2624px;
}

.iti__nr {
  --iti-flag-offset:-2640px;
}

.iti__nu {
  --iti-flag-offset:-2656px;
}

.iti__nz {
  --iti-flag-offset:-2672px;
}

.iti__om {
  --iti-flag-offset:-2688px;
}

.iti__pa {
  --iti-flag-offset:-2704px;
}

.iti__pe {
  --iti-flag-offset:-2720px;
}

.iti__pf {
  --iti-flag-offset:-2736px;
}

.iti__pg {
  --iti-flag-offset:-2752px;
}

.iti__ph {
  --iti-flag-offset:-2768px;
}

.iti__pk {
  --iti-flag-offset:-2784px;
}

.iti__pl {
  --iti-flag-offset:-2800px;
}

.iti__pm {
  --iti-flag-offset:-2816px;
}

.iti__pr {
  --iti-flag-offset:-2832px;
}

.iti__ps {
  --iti-flag-offset:-2848px;
}

.iti__pt {
  --iti-flag-offset:-2864px;
}

.iti__pw {
  --iti-flag-offset:-2880px;
}

.iti__py {
  --iti-flag-offset:-2896px;
}

.iti__qa {
  --iti-flag-offset:-2912px;
}

.iti__re {
  --iti-flag-offset:-2928px;
}

.iti__ro {
  --iti-flag-offset:-2944px;
}

.iti__rs {
  --iti-flag-offset:-2960px;
}

.iti__ru {
  --iti-flag-offset:-2976px;
}

.iti__rw {
  --iti-flag-offset:-2992px;
}

.iti__sa {
  --iti-flag-offset:-3008px;
}

.iti__sb {
  --iti-flag-offset:-3024px;
}

.iti__sc {
  --iti-flag-offset:-3040px;
}

.iti__sd {
  --iti-flag-offset:-3056px;
}

.iti__se {
  --iti-flag-offset:-3072px;
}

.iti__sg {
  --iti-flag-offset:-3088px;
}

.iti__sh {
  --iti-flag-offset:-3104px;
}

.iti__si {
  --iti-flag-offset:-3120px;
}

.iti__sj {
  --iti-flag-offset:-3136px;
}

.iti__sk {
  --iti-flag-offset:-3152px;
}

.iti__sl {
  --iti-flag-offset:-3168px;
}

.iti__sm {
  --iti-flag-offset:-3184px;
}

.iti__sn {
  --iti-flag-offset:-3200px;
}

.iti__so {
  --iti-flag-offset:-3216px;
}

.iti__sr {
  --iti-flag-offset:-3232px;
}

.iti__ss {
  --iti-flag-offset:-3248px;
}

.iti__st {
  --iti-flag-offset:-3264px;
}

.iti__sv {
  --iti-flag-offset:-3280px;
}

.iti__sx {
  --iti-flag-offset:-3296px;
}

.iti__sy {
  --iti-flag-offset:-3312px;
}

.iti__sz {
  --iti-flag-offset:-3328px;
}

.iti__tc {
  --iti-flag-offset:-3344px;
}

.iti__td {
  --iti-flag-offset:-3360px;
}

.iti__tg {
  --iti-flag-offset:-3376px;
}

.iti__th {
  --iti-flag-offset:-3392px;
}

.iti__tj {
  --iti-flag-offset:-3408px;
}

.iti__tk {
  --iti-flag-offset:-3424px;
}

.iti__tl {
  --iti-flag-offset:-3440px;
}

.iti__tm {
  --iti-flag-offset:-3456px;
}

.iti__tn {
  --iti-flag-offset:-3472px;
}

.iti__to {
  --iti-flag-offset:-3488px;
}

.iti__tr {
  --iti-flag-offset:-3504px;
}

.iti__tt {
  --iti-flag-offset:-3520px;
}

.iti__tv {
  --iti-flag-offset:-3536px;
}

.iti__tw {
  --iti-flag-offset:-3552px;
}

.iti__tz {
  --iti-flag-offset:-3568px;
}

.iti__ua {
  --iti-flag-offset:-3584px;
}

.iti__ug {
  --iti-flag-offset:-3600px;
}

.iti__us {
  --iti-flag-offset:-3616px;
}

.iti__uy {
  --iti-flag-offset:-3632px;
}

.iti__uz {
  --iti-flag-offset:-3648px;
}

.iti__va {
  --iti-flag-offset:-3664px;
}

.iti__vc {
  --iti-flag-offset:-3680px;
}

.iti__ve {
  --iti-flag-offset:-3696px;
}

.iti__vg {
  --iti-flag-offset:-3712px;
}

.iti__vi {
  --iti-flag-offset:-3728px;
}

.iti__vn {
  --iti-flag-offset:-3744px;
}

.iti__vu {
  --iti-flag-offset:-3760px;
}

.iti__wf {
  --iti-flag-offset:-3776px;
}

.iti__ws {
  --iti-flag-offset:-3792px;
}

.iti__xk {
  --iti-flag-offset:-3808px;
}

.iti__ye {
  --iti-flag-offset:-3824px;
}

.iti__yt {
  --iti-flag-offset:-3840px;
}

.iti__za {
  --iti-flag-offset:-3856px;
}

.iti__zm {
  --iti-flag-offset:-3872px;
}

.iti__zw {
  --iti-flag-offset:-3888px;
}

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}

@media (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

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

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty, .fancybox__viewport:empty, .fancybox__track:empty, .fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
  filter: blur(0px);
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

@media (max-width: 767px) {
  .block-in-mob {
    display: block;
  }
}

.btn-primary {
  cursor: pointer;
  appearance: none;
  display: inline-block;
  color: var(--color-third);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
  text-align: center;
  text-decoration: none;
  font-family: "RF Dewi Expanded", sans-serif;
  padding: 24px 32px;
  border: none;
  border-radius: 12px;
  background: var(--color-first);
  transition: all 0.3s ease-in-out;
}
.btn-primary_dark {
  color: var(--color-first);
  background: var(--color-third);
}
.btn-primary_smaller {
  font-size: 12px;
  padding: 14px 16px;
}
.btn-primary_full {
  width: 100%;
}
@media (hover: hover) {
  .btn-primary:not(.btn-primary_dark):hover {
    color: var(--color-first);
    background: var(--color-third);
  }
  .btn-primary_dark:hover {
    background: var(--color-second);
  }
}
@media (max-width: 767px) {
  .btn-primary_pd-smaller-in-mob {
    padding: 24px 10px;
  }
  .btn-primary_full-mob {
    width: 100%;
  }
}

.btn-quaternary {
  cursor: pointer;
  appearance: none;
  display: inline-block;
  color: var(--color-second);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-family: "RF Dewi Expanded", sans-serif;
  padding: 22px 28px;
  border-radius: 12px;
  border: 2px solid var(--color-fourth);
  transition: all 0.3s ease-in-out;
}
.btn-quaternary_full {
  width: 100%;
}
@media (hover: hover) {
  .btn-quaternary:hover {
    color: var(--color-first);
    background: var(--color-fourth);
  }
}

.btn-secondary {
  position: relative;
  cursor: pointer;
  appearance: none;
  display: inline-block;
  color: var(--color-first);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
  text-align: center;
  text-decoration: none;
  font-family: "RF Dewi Expanded", sans-serif;
  padding: 22px 30px;
  border-radius: 12px;
  border: 2px solid var(--color-third);
  background: var(--color-second);
  transition: all 0.3s ease-in-out;
}
.btn-secondary_dark {
  color: var(--color-second);
  background: transparent;
}
.btn-secondary_loading {
  color: transparent;
}
.btn-secondary_loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 100 100"><path fill="%23d8f602" d="M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50"><animateTransform attributeName="transform" attributeType="XML" type="rotate" dur="1s" from="0 50 50" to="360 50 50" repeatCount="indefinite"/></path></svg>') no-repeat;
  background-size: contain;
}
.btn-secondary_smaller {
  font-size: 12px;
  padding: 12px 14px;
}
.btn-secondary_small-round {
  font-size: 12px;
  padding: 13px 23px;
  border-width: 1px;
  border-radius: 4px;
}
.btn-secondary_accept-cookies {
  padding: 14px 30px;
}
.btn-secondary_full {
  width: 100%;
}
.btn-secondary.active {
  background: var(--color-third);
}
@media (hover: hover) {
  .btn-secondary:not(.btn-secondary_loading):hover {
    background: var(--color-third);
  }
  .btn-secondary_dark:hover {
    color: var(--color-first);
  }
}
@media (max-width: 767px) {
  .btn-secondary_pd-smaller-in-mob {
    padding: 22px 10px;
  }
  .btn-secondary_full-mob {
    width: 100%;
  }
}

.btn-tertiary {
  cursor: pointer;
  appearance: none;
  display: inline-block;
  color: var(--color-third);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
  text-align: center;
  text-decoration: none;
  font-family: "RF Dewi Expanded", sans-serif;
  padding: 24px 32px;
  border: none;
  border-radius: 12px;
  background: var(--color-first);
  transition: all 0.3s ease-in-out;
}
.btn-tertiary_smaller {
  font-size: 12px;
  padding: 14px 16px;
}
.btn-tertiary_full {
  width: 100%;
}
@media (hover: hover) {
  .btn-tertiary:hover {
    color: var(--color-first);
    background: var(--color-third);
  }
}
@media (max-width: 767px) {
  .btn-tertiary_pd-smaller-in-mob {
    padding: 24px 10px;
  }
  .btn-tertiary_full-mob {
    width: 100%;
  }
}

.c-btn {
  cursor: pointer;
  appearance: none;
  display: inline-block;
  color: var(--color-fourth);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-family: "RF Dewi Expanded", sans-serif;
  width: 320px;
  padding: 24px 32px;
  border-radius: 12px;
  background: var(--color-first);
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .c-btn:hover {
    color: var(--color-first);
    background: var(--color-fourth);
  }
}
@media (max-width: 767px) {
  .c-btn {
    width: 100%;
  }
}

.c-price {
  color: var(--color-fifth);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "RF Dewi Expanded", sans-serif;
}
@media (max-width: 767px) {
  .c-price {
    font-size: 16px;
    line-height: 1.5;
  }
}

.c-short {
  max-width: 832px;
}

.c-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
}
.c-tags a {
  display: flex;
  gap: 0 8px;
  font-size: 18px;
  line-height: 1.55;
}
.c-tags a::after {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.288 3.99989L2.59245 11.6675L4.00409 13.0843L13.7166 3.40701L12.3333 2.01875V1.99989H12.3145L12.3049 1.99023L12.2952 1.99989H2V3.99989H10.288ZM11.3333 13.9999V7.99989L13.3333 10.6148V13.9999H11.3333Z" fill="%234c13ba"/></svg>') no-repeat;
  background-size: contain;
}
@media (hover: hover) {
  .c-tags a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .c-tags {
    gap: 16px 0;
    flex-direction: column;
    align-items: flex-start;
  }
}

.c-video {
  position: relative;
  width: 100%;
}
.c-video a,
.c-video img {
  display: block;
}
.c-video::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" fill="none"><circle cx="32" cy="32" r="32" fill="%23151B21"/><path d="M43.382 27.8432C45.7448 29.2073 46.9262 29.8894 47.3227 30.7799C47.6685 31.5566 47.6685 32.4436 47.3227 33.2203C46.9262 34.1108 45.7448 34.7929 43.382 36.157L29.9111 43.9345C27.5483 45.2986 26.3669 45.9807 25.3975 45.8788C24.5519 45.7899 23.7838 45.3464 23.284 44.6586C22.7111 43.87 22.7111 42.5058 22.7111 39.7775L22.7111 24.2226C22.7111 21.4943 22.7111 20.1302 23.284 19.3416C23.7838 18.6537 24.5519 18.2102 25.3975 18.1214C26.3669 18.0195 27.5483 18.7015 29.9111 20.0657L43.382 27.8432Z" fill="%23d8f602"/></svg>') no-repeat;
  background-size: contain;
}

.iti {
  width: 100%;
  --iti-arrow-padding: 12px;
  --iti-spacer-horizontal: 12px;
  --iti-path-flags-1x: url("/vendor/intl-tel-input/build/img/flags.webp");
  --iti-path-flags-2x: url("/vendor/intl-tel-input/build/img/flags@2x.webp");
  --iti-path-globe-1x: url("/vendor/intl-tel-input/build/img/globe.webp");
  --iti-path-globe-2x: url("/vendor/intl-tel-input/build/img/globe@2x.webp");
}
.iti__search-input {
  height: 38px;
}
.iti__selected-country-primary {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.iti__selected-dial-code {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
  font-family: "RF Dewi Expanded", sans-serif;
}

.lazyload {
  position: relative;
  overflow: hidden;
}
.lazyload::before, .lazyload::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0 0 0 50%;
}
.lazyload::before {
  width: 101%;
  background-color: #e4e4e4;
  transform: translateX(-50%);
}
.lazyload::after {
  width: 500%;
  margin-left: -250%;
  animation: lazy-load-animation 1.5s linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
}

@keyframes lazy-load-animation {
  0% {
    transform: translate3d(-30%, 0, 0);
  }
  100% {
    transform: translate3d(30%, 0, 0);
  }
}
.link-wide {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "RF Dewi Expanded", sans-serif;
}
.link-wide_with-arrow, .link-wide_with-arrow-inline {
  justify-content: space-between;
  gap: 0 8px;
}
.link-wide_with-arrow::after, .link-wide_with-arrow-inline::after {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.288 3.99989L2.59245 11.6675L4.00409 13.0843L13.7166 3.40701L12.3333 2.01875V1.99989H12.3145L12.3049 1.99023L12.2952 1.99989H2V3.99989H10.288ZM11.3333 13.9999V7.99989L13.3333 10.6148V13.9999H11.3333Z" fill="%234c13ba"/></svg>') no-repeat;
  background-size: contain;
}
.link-wide_with-arrow {
  display: flex;
}
.link-wide_with-arrow-inline {
  display: inline-flex;
}
@media (max-width: 767px) {
  .link-wide:not(.link-wide_big-mob) {
    font-size: 16px;
    line-height: 1.5;
  }
}

.play-icon {
  width: 64px;
  height: 64px;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" fill="none"><circle cx="32" cy="32" r="32" fill="%23151B21"/><path d="M43.382 27.8432C45.7448 29.2073 46.9262 29.8894 47.3227 30.7799C47.6685 31.5566 47.6685 32.4436 47.3227 33.2203C46.9262 34.1108 45.7448 34.7929 43.382 36.157L29.9111 43.9345C27.5483 45.2986 26.3669 45.9807 25.3975 45.8788C24.5519 45.7899 23.7838 45.3464 23.284 44.6586C22.7111 43.87 22.7111 42.5058 22.7111 39.7775L22.7111 24.2226C22.7111 21.4943 22.7111 20.1302 23.284 19.3416C23.7838 18.6537 24.5519 18.2102 25.3975 18.1214C26.3669 18.0195 27.5483 18.7015 29.9111 20.0657L43.382 27.8432Z" fill="%23d8f602"/></svg>') no-repeat;
  background-size: contain;
}

.see-all-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.14px;
  font-family: "RF Dewi Expanded", sans-serif;
}
.see-all-link::before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 61%;
  height: 2px;
  background: var(--color-first);
  transform: translateX(-8px);
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .see-all-link:hover::before {
    opacity: 1;
    width: 100%;
    transform: translateX(0);
  }
}
.see-all-link::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M5.50309 0L12.1636 6.66667V9.33333H9.16976V12.3333L5.50309 16L3.83643 14.6667L9.16976 9.33333V6.66667L3.83643 1.33333L5.50309 0Z" fill="%234c13ba"/></svg>') no-repeat;
  background-size: contain;
}

.slider-arrow {
  cursor: pointer;
}
.slider-arrow_left {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--color-fourth);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11.0304 4.71966C11.171 4.86034 11.25 5.05109 11.25 5.24998C11.25 5.44888 11.171 5.63963 11.0304 5.7803L5.56064 11.25L20.25 11.25C20.4489 11.25 20.6397 11.329 20.7803 11.4697C20.921 11.6103 21 11.8011 21 12C21 12.1989 20.921 12.3897 20.7803 12.5303C20.6397 12.671 20.4489 12.75 20.25 12.75L5.56064 12.75L11.0304 18.2197C11.1 18.2893 11.1553 18.372 11.1929 18.463C11.2306 18.554 11.25 18.6515 11.25 18.75C11.25 18.8485 11.2306 18.946 11.1929 19.037C11.1552 19.128 11.1 19.2107 11.0303 19.2803C10.9607 19.35 10.878 19.4052 10.787 19.4429C10.696 19.4806 10.5985 19.5 10.5 19.5C10.4015 19.5 10.3039 19.4806 10.213 19.4429C10.122 19.4052 10.0393 19.3499 9.96964 19.2803L3.21964 12.5303C3.21719 12.5279 3.21517 12.5252 3.21277 12.5227C3.19796 12.5075 3.18359 12.4919 3.17011 12.4755C3.16258 12.4664 3.15601 12.4566 3.14898 12.4472C3.14138 12.4371 3.13348 12.4271 3.12639 12.4165C3.11909 12.4056 3.11275 12.3943 3.10606 12.383C3.10022 12.3732 3.09407 12.3637 3.08864 12.3536C3.08262 12.3423 3.0775 12.3307 3.07207 12.3192C3.06701 12.3085 3.06168 12.2979 3.05713 12.287C3.05255 12.2759 3.04884 12.2646 3.04481 12.2533C3.04056 12.2415 3.03602 12.2298 3.03236 12.2177C3.02898 12.2065 3.02648 12.1951 3.02362 12.1837C3.02051 12.1714 3.01703 12.1591 3.01453 12.1465C3.01194 12.1334 3.01039 12.1202 3.00851 12.1071C3.00693 12.096 3.00483 12.0852 3.00373 12.074C3.00131 12.0494 3 12.0247 3 12C3 11.9753 3.00131 11.9506 3.00373 11.926C3.00483 11.9148 3.00694 11.9039 3.00851 11.8929C3.01039 11.8797 3.01194 11.8665 3.01453 11.8535C3.01703 11.8409 3.02051 11.8286 3.02362 11.8162C3.02648 11.8049 3.02898 11.7935 3.03236 11.7823C3.03602 11.7702 3.04056 11.7585 3.04481 11.7467C3.04884 11.7354 3.05255 11.724 3.05713 11.713C3.06168 11.702 3.06701 11.6915 3.07207 11.6808C3.0775 11.6693 3.08262 11.6577 3.08864 11.6464C3.09407 11.6363 3.10022 11.6267 3.10606 11.6169C3.11275 11.6057 3.11909 11.5944 3.12639 11.5835C3.13348 11.5729 3.14138 11.5629 3.14898 11.5527C3.15601 11.5433 3.16257 11.5336 3.17011 11.5245C3.18382 11.5077 3.19844 11.4919 3.21355 11.4764C3.21568 11.4742 3.21746 11.4718 3.21964 11.4697L9.96964 4.71966C10.0393 4.65001 10.122 4.59476 10.213 4.55707C10.304 4.51937 10.4015 4.49997 10.5 4.49997C10.5985 4.49997 10.696 4.51937 10.787 4.55707C10.878 4.59476 10.9607 4.65001 11.0304 4.71966Z" fill="%23151b21"/></svg>');
}
.slider-arrow_right {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--color-fourth);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12.9696 19.2803C12.829 19.1397 12.75 18.9489 12.75 18.75C12.75 18.5511 12.829 18.3604 12.9696 18.2197L18.4394 12.75H3.75C3.55109 12.75 3.36032 12.671 3.21967 12.5303C3.07902 12.3897 3 12.1989 3 12C3 11.8011 3.07902 11.6103 3.21967 11.4697C3.36032 11.329 3.55109 11.25 3.75 11.25H18.4394L12.9696 5.78034C12.9 5.71069 12.8447 5.628 12.8071 5.53701C12.7694 5.44601 12.75 5.34848 12.75 5.24998C12.75 5.15149 12.7694 5.05396 12.8071 4.96297C12.8448 4.87197 12.9 4.78929 12.9697 4.71965C13.0393 4.65001 13.122 4.59477 13.213 4.55708C13.304 4.51939 13.4015 4.5 13.5 4.5C13.5985 4.5 13.6961 4.51941 13.787 4.5571C13.878 4.5948 13.9607 4.65005 14.0304 4.7197L20.7804 11.4697C20.7828 11.4721 20.7848 11.4748 20.7872 11.4773C20.802 11.4925 20.8164 11.5081 20.8299 11.5245C20.8374 11.5336 20.844 11.5434 20.851 11.5528C20.8586 11.5629 20.8665 11.5729 20.8736 11.5835C20.8809 11.5944 20.8873 11.6057 20.8939 11.617C20.8998 11.6268 20.9059 11.6363 20.9114 11.6464C20.9174 11.6577 20.9225 11.6693 20.9279 11.6808C20.933 11.6915 20.9383 11.7021 20.9429 11.713C20.9475 11.7241 20.9512 11.7354 20.9552 11.7467C20.9594 11.7585 20.964 11.7702 20.9676 11.7823C20.971 11.7935 20.9735 11.8049 20.9764 11.8163C20.9795 11.8286 20.983 11.8409 20.9855 11.8535C20.9881 11.8666 20.9896 11.8798 20.9915 11.8929C20.9931 11.904 20.9952 11.9148 20.9963 11.926C20.9987 11.9506 21 11.9753 21 12C21 12.0247 20.9987 12.0494 20.9963 12.074C20.9952 12.0852 20.9931 12.0961 20.9915 12.1071C20.9896 12.1203 20.9881 12.1335 20.9855 12.1465C20.983 12.1591 20.9795 12.1714 20.9764 12.1838C20.9735 12.1951 20.971 12.2065 20.9676 12.2177C20.964 12.2298 20.9594 12.2415 20.9552 12.2533C20.9512 12.2646 20.9475 12.276 20.9429 12.287C20.9383 12.298 20.933 12.3085 20.9279 12.3192C20.9225 12.3307 20.9174 12.3423 20.9114 12.3536C20.9059 12.3637 20.8998 12.3733 20.8939 12.3831C20.8873 12.3943 20.8809 12.4056 20.8736 12.4165C20.8665 12.4271 20.8586 12.4371 20.851 12.4473C20.844 12.4567 20.8374 12.4664 20.8299 12.4755C20.8162 12.4923 20.8016 12.5081 20.7865 12.5236C20.7843 12.5258 20.7825 12.5282 20.7804 12.5303L14.0304 19.2803C13.9607 19.35 13.878 19.4052 13.787 19.4429C13.696 19.4806 13.5985 19.5 13.5 19.5C13.4015 19.5 13.304 19.4806 13.213 19.4429C13.122 19.4052 13.0393 19.35 12.9696 19.2803Z" fill="%23151b21"/></svg>');
}

.swiper-pagination {
  position: static;
  height: 8px;
  --swiper-pagination-color: var(--color-first);
  --swiper-pagination-bullet-inactive-color: rgba(var(--color-eighth-rgb), 0.3);
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.swiper-pagination_light {
  --swiper-pagination-color: var(--color-third);
  --swiper-pagination-bullet-inactive-color: rgba(var(--color-third-rgb), 0.3);
}
.swiper-pagination_dark {
  --swiper-pagination-bullet-inactive-color: var(--color-second);
}
.swiper-pagination-bullet {
  vertical-align: top;
  transition: width 0.2s ease-in-out;
}
.swiper-pagination-bullet-active {
  --swiper-pagination-bullet-width: 24px;
  --swiper-pagination-bullet-border-radius: 4px;
}

.title-fourth {
  color: var(--color-first);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "RF Dewi Expanded", sans-serif;
}
.title-fourth_light {
  color: var(--color-second);
}
.title-fourth span {
  color: var(--color-third);
}
@media (max-width: 767px) {
  .title-fourth:not(.title-fourth_big-mob) {
    font-size: 16px;
    line-height: 1.5;
  }
}

.title-second {
  color: var(--color-first);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.11;
  font-family: "RF Dewi Expanded", sans-serif;
}
.title-second_light {
  color: var(--color-second);
}
.title-second span {
  color: var(--color-third);
}
@media (max-width: 767px) {
  .title-second {
    font-size: 20px;
    line-height: 1.2;
  }
}

.title-third {
  color: var(--color-first);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.42;
  font-family: "RF Dewi Expanded", sans-serif;
}
.title-third_light {
  color: var(--color-second);
}
.title-third span {
  color: var(--color-third);
}
@media (max-width: 767px) {
  .title-third {
    font-size: 18px;
    line-height: 1.33;
  }
}

.title {
  color: var(--color-first);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  font-family: "RF Dewi Expanded", sans-serif;
}
.title_light {
  color: var(--color-second);
}
.title span {
  color: var(--color-third);
}
@media (max-width: 767px) {
  .title {
    font-size: 24px;
    line-height: 1.33;
  }
}

.visible-in-mob {
  display: none;
}
@media (max-width: 767px) {
  .visible-in-mob {
    display: block;
  }
}

.webinar-date {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 9px 28px;
  border-radius: 24px;
  background: var(--color-third);
}
.webinar-date_disabled {
  padding: 8px 27px;
  border: 1px solid var(--color-first);
  background: transparent;
}
@media (max-width: 767px) {
  .webinar-date {
    width: 100%;
    text-align: center;
  }
}

.webinar-past-page-circles {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.webinar-past-page-circles .container {
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  .webinar-past-page-circles__first {
    position: absolute;
    top: 180px;
    left: -530px;
    width: 705px;
    height: 705px;
    opacity: 0.1;
    filter: blur(168px);
    border-radius: 705px;
    background: var(--color-fifth);
  }
}
@media (max-width: 767px) {
  .webinar-past-page-circles {
    display: none;
  }
}

.about-company-dark {
  padding: var(--vertical-indent) 0;
  background: var(--color-first);
}
.about-company-dark__desc:not(:last-child) {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .about-company-dark__desc:not(:last-child) {
    margin-bottom: 32px;
  }
}

.about-company {
  color: var(--color-second);
  padding: 48px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%23D8F602' stroke-width='1' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 24px;
}
.about-company::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="22" viewBox="0 0 24 22" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.9355 21.0302V17.08C13.9355 16.5442 14.3643 16.1101 14.8933 16.1101C16.7808 16.1101 17.8074 14.1497 17.9497 10.2803L14.8933 10.2803C14.3643 10.2803 13.9355 9.84586 13.9355 9.31032V0.96962C13.9355 0.434153 14.3643 0 14.8933 0H23.0424C23.5716 0 24 0.434492 24 0.96962L24 9.31032C24 11.1652 23.8156 12.8674 23.452 14.3701C23.0792 15.9109 22.5069 17.2581 21.7514 18.3744C20.9741 19.5216 20.0018 20.4219 18.8613 21.049C17.7131 21.68 16.3778 22 14.893 22C14.3643 22 13.9355 21.5659 13.9355 21.0302ZM0.957905 16.1101C0.429165 16.1101 0 16.5446 0 17.08V21.0302C0 21.5659 0.429098 22 0.957905 22C2.44213 22 3.77757 21.6799 4.92538 21.049C6.0661 20.4219 7.03893 19.5216 7.81637 18.3744C8.57151 17.2581 9.14384 15.9108 9.51676 14.3697C9.8801 12.8665 10.0645 11.1643 10.0645 9.31032V0.96962C10.0645 0.434153 9.63555 0 9.10668 0H0.95797C0.429232 0 0.000469208 0.434492 0.000469208 0.96962L0.000469208 9.31039C0.000469208 9.84586 0.429165 10.2804 0.95797 10.2804L3.97076 10.2804C3.83061 14.1497 2.81894 16.1101 0.957905 16.1101Z" fill="%23d8f602"/></svg>') no-repeat;
  background-size: contain;
  margin-bottom: 24px;
}
.about-company__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "RF Dewi Expanded", sans-serif;
  margin-bottom: 24px;
}
.about-company__author {
  display: flex;
  align-items: center;
  gap: 40px;
}
.about-company__author-photo {
  width: 320px;
  height: 320px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.about-company__author-photo picture,
.about-company__author-photo img {
  display: block;
  width: 100%;
  height: 100%;
}
.about-company__author-photo img {
  object-fit: cover;
  object-position: top center;
}
.about-company__author-name {
  color: var(--color-eighth);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.11;
  font-family: "RF Dewi Expanded", sans-serif;
  margin-bottom: 24px;
}
.about-company__author-text p {
  margin: 0;
}
.about-company__author-text p:not(:last-child) {
  margin-bottom: 16px;
}
.about-company__author-text ul {
  margin: 0;
  padding: 0 0 0 28px;
}
.about-company__author-text ul:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .about-company {
    padding: 24px 16px;
    border-radius: 16px;
  }
  .about-company__text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 28px;
  }
  .about-company__author {
    gap: 40px 0;
    flex-direction: column;
  }
  .about-company__author-photo {
    position: relative;
    max-width: 320px;
    width: 100%;
    height: auto;
  }
  .about-company__author-photo::before {
    content: "";
    display: block;
    width: 0;
    padding-top: 100%;
  }
  .about-company__author-photo picture {
    position: absolute;
    top: 0;
    left: 0;
  }
  .about-company__author-name {
    font-size: 20px;
    line-height: 1.2;
  }
}

.accept-cookies {
  display: none;
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  width: 923px;
  align-items: center;
  gap: 0 24px;
  padding: 24px 24px 24px 40px;
  border-radius: 16px;
  background: var(--color-second);
  box-shadow: 0px 10px 60px 0px rgba(var(--color-fifth-rgb), 0.2);
}
.accept-cookies.show {
  display: flex;
}
@media (max-width: 767px) {
  .accept-cookies {
    width: auto;
    right: 16px;
    gap: 24px 0;
    padding: 20px;
    border-radius: 12px;
    flex-direction: column;
  }
}

.accordion {
  position: relative;
  padding: 24px 0 32px;
  border-bottom: 1px solid var(--color-first);
  transition: border 0.2s ease-in-out;
}
.accordion:last-child {
  border-color: transparent;
}
.accordion.active {
  padding-bottom: 8px;
  border-color: transparent;
}
.accordion__title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "RF Dewi Expanded", sans-serif;
}
.accordion__arrow {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-third);
}
.accordion__arrow::before, .accordion__arrow::after {
  content: "";
  border-radius: 4px;
  background: var(--color-first);
}
.accordion__arrow::before {
  position: relative;
  left: 8px;
  width: 2px;
  height: 14px;
  transition: transform 0.2s ease-in-out;
}
.accordion__arrow::after {
  width: 14px;
  height: 2px;
}
.accordion.active .accordion__arrow::before {
  transform: rotate(90deg);
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.accordion__content-inner {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px 0;
  max-width: 1038px;
}
.accordion__content p {
  margin: 0;
}
.accordion__content h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71;
  font-family: "RF Dewi Expanded", sans-serif;
  margin: 0;
}
.accordion__content ul {
  margin: 0;
  padding: 0 0 0 28px;
}
.accordion__content div p + p {
  margin-top: 12px;
}
.accordion.active .accordion__content {
  max-height: var(--max-height, 800px);
}
@media (max-width: 767px) {
  .accordion__title {
    font-size: 16px;
    line-height: 1.5;
  }
  .accordion__content-inner {
    padding-top: 24px;
  }
  .accordion__content h5 {
    font-size: 12px;
    line-height: 1.33;
  }
}

.advantages-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 56px 20px;
}
.advantages-grid__item {
  width: calc(50% - 10px);
}
.advantages-grid__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
}
.advantages-grid__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.advantages-grid__title, .advantages-grid__text {
  max-width: 497px;
}
.advantages-grid__title {
  margin: 0 0 16px;
}
.advantages-grid__text_light {
  color: var(--color-second);
}
@media (max-width: 767px) {
  .advantages-grid {
    gap: 24px 0;
  }
  .advantages-grid__item {
    width: 100%;
  }
  .advantages-grid__icon {
    margin-bottom: 16px;
  }
  .advantages-grid__title, .advantages-grid__text {
    max-width: none;
  }
}

.advantages-small {
  position: relative;
  overflow: hidden;
  padding: var(--vertical-indent) 0;
  background: var(--color-third);
}
.advantages-small::after {
  content: "";
  position: absolute;
  top: calc(100% - 80px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.1;
  width: 1110px;
  height: 400px;
  filter: blur(168px);
  border-radius: 1110px;
  background: #8487f6;
}
.advantages-small__title {
  margin: 0 0 56px;
}
.advantages-small__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 56px 20px;
}
.advantages-small__item {
  --columns: 3;
  --gap: 20px;
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
.advantages-small__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
}
.advantages-small__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.advantages-small__text {
  max-width: 310px;
  font-size: 18px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .advantages-small::after {
    top: calc(100% - 69px);
    left: 0;
    width: 100%;
    height: 135px;
    transform: none;
    border-radius: 374px;
    filter: blur(57px);
  }
  .advantages-small__title {
    margin-bottom: 32px;
  }
  .advantages-small__grid {
    gap: 24px 0;
  }
  .advantages-small__item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0 24px;
  }
  .advantages-small__icon {
    flex-shrink: 0;
    margin: 0;
  }
  .advantages-small__text {
    max-width: none;
  }
}

.affiliate-programs {
  overflow: hidden;
  padding: var(--vertical-indent) 0;
  background: var(--color-second);
}
.affiliate-programs__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 40px;
  margin-bottom: 56px;
}
.affiliate-programs__title {
  margin: 0;
}
.affiliate-programs__arrows {
  display: flex;
  gap: 0 16px;
  flex-shrink: 0;
}
.affiliate-programs__slider .swiper {
  overflow: visible;
}
.affiliate-programs__slider .swiper-slide {
  display: flex;
  --columns: 3;
  --gap: 30px;
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
  height: auto;
}
.affiliate-programs__slider .swiper-slide:not(:last-child) {
  margin-right: var(--gap);
}
.affiliate-programs__pagination {
  margin: 64px 0 8px;
}
.affiliate-programs__item {
  padding: 24px;
  border-radius: 24px;
  box-shadow: 0px 10px 60px 0px rgba(11, 46, 74, 0.05);
  background: var(--color-second);
}
.affiliate-programs__pic {
  width: 100%;
  height: 192px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
}
.affiliate-programs__pic picture,
.affiliate-programs__pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.affiliate-programs__pic img {
  object-fit: cover;
  object-position: top center;
}
.affiliate-programs__name {
  display: flex;
  gap: 0 8px;
  margin-bottom: 24px;
}
.affiliate-programs__properties {
  margin: 0;
  padding: 0;
  list-style: none;
}
.affiliate-programs__property-value {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}
.affiliate-programs__property-value span {
  color: var(--color-sixth);
}
@media (max-width: 767px) {
  .affiliate-programs__head {
    gap: 0 16px;
    margin-bottom: 40px;
  }
  .affiliate-programs__slider .swiper-slide {
    width: 100%;
    max-width: 360px;
  }
  .affiliate-programs__slider .swiper-slide:not(:last-child) {
    margin-right: 16px;
  }
  .affiliate-programs__item {
    border-radius: 16px;
  }
  .affiliate-programs__pic {
    margin-bottom: 16px;
  }
  .affiliate-programs__name {
    margin-bottom: 16px;
  }
  .affiliate-programs__pagination {
    margin-top: 48px;
  }
}

.article-card__pic {
  display: block;
  position: relative;
  width: 100%;
  height: 240px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
}
.article-card__pic picture,
.article-card__pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.article-card__pic img {
  object-fit: cover;
  object-position: top center;
}
.article-card__play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.article-card__desc {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
.article-card__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
}
.article-card__tag {
  color: var(--color-fifth);
  font-size: 16px;
  line-height: 1.87;
  text-align: center;
  text-transform: uppercase;
}
.article-card__date {
  color: #8a8a8a;
  font-size: 14px;
  line-height: 1.71;
}
@media (min-width: 768px) {
  .article-card_big {
    display: flex;
    gap: 0 32px;
  }
  .article-card_big .article-card__desc {
    width: 350px;
    flex-shrink: 0;
  }
  .article-card_big .article-card__pic {
    width: auto;
    height: 346px;
    flex-grow: 1;
    margin-bottom: 0;
  }
}

.articles-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 56px 32px;
}
.articles-grid__item {
  --columns: 3;
  --gap: 32px;
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
.articles-grid__item_full {
  width: 100%;
}
@media (max-width: 767px) {
  .articles-grid {
    gap: 32px 16px;
  }
  .articles-grid__item {
    width: 100%;
  }
}

.articles-main {
  padding: var(--vertical-indent) 0;
}
.articles-main__head {
  display: flex;
  align-items: center;
  gap: 0 40px;
  margin-bottom: 56px;
}
.articles-main__title {
  margin: 0;
}
.articles-main__see-all-link {
  margin-left: auto;
}
@media (min-width: 768px) {
  .articles-main__arrows {
    display: none;
  }
  .articles-main__slider .swiper-wrapper {
    flex-wrap: wrap;
    gap: 56px 32px;
  }
  .articles-main__item {
    --columns: 3;
    --gap: 32px;
    width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
  }
  .articles-main__item_full {
    width: 100%;
  }
  .articles-main__pagination, .articles-main__see-all-link-mob {
    display: none;
  }
}
@media (max-width: 767px) {
  .articles-main__head {
    gap: 0 16px;
    margin-bottom: 24px;
  }
  .articles-main__arrows {
    display: flex;
    gap: 0 16px;
    margin-left: auto;
  }
  .articles-main__slider {
    margin: 0 -16px;
    padding: 0 16px;
  }
  .articles-main__item {
    max-width: 360px;
    width: 100%;
  }
  .articles-main__item:not(:last-child) {
    margin-right: 16px;
  }
  .articles-main__see-all-link {
    display: none;
  }
  .articles-main__pagination {
    margin: 32px 0 0;
  }
  .articles-main__see-all-link-mob {
    display: flex;
    justify-content: center;
    margin: 44px 0 12px;
  }
}

.articles-slider {
  padding: var(--vertical-indent) 0;
}
.articles-slider__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 40px;
  margin-bottom: 56px;
}
.articles-slider__title {
  margin: 0;
}
.articles-slider__arrows {
  display: flex;
  gap: 0 16px;
}
.articles-slider__slider .swiper-slide {
  --columns: 3;
  --gap: 32px;
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
  height: auto;
}
.articles-slider__slider .swiper-slide:not(:last-child) {
  margin-right: var(--gap);
}
.articles-slider__btn {
  text-align: center;
}
@media (max-width: 767px) {
  .articles-slider__head {
    gap: 0 16px;
    margin-bottom: 24px;
  }
  .articles-slider__slider {
    margin: 0 -16px;
    padding: 0 16px;
    overflow: hidden;
  }
  .articles-slider__slider .swiper {
    overflow: visible;
  }
  .articles-slider__slider .swiper-slide {
    --gap: 16px;
    width: 100%;
    max-width: 360px;
  }
}

.articles {
  padding: 0 0 48px;
}
.articles__grid:not(:last-child) {
  margin-bottom: 48px;
}
.articles__load-more {
  width: 230px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .articles {
    padding-bottom: 32px;
  }
  .articles__grid:not(:last-child) {
    margin-bottom: 32px;
  }
  .articles__load-more {
    width: 100%;
  }
}

.author-small {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.author-small__pic {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}
.author-small__pic picture,
.author-small__pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.author-small__pic img {
  object-fit: contain;
  object-position: top center;
}
.author-small__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "RF Dewi Expanded", sans-serif;
}
.author-small__name:not(:last-child) {
  margin-bottom: 8px;
}
.author-small__text {
  color: var(--color-eighth);
  font-size: 14px;
  line-height: 1.14;
}
@media (max-width: 767px) {
  .author-small__name {
    font-size: 12px;
    line-height: 1.33;
  }
}

.authorization {
  min-height: 100vh;
  min-height: 100dvh;
  padding: var(--vertical-indent) 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.authorization__inner {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}
.authorization__tabs {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  background: var(--color-second);
  box-shadow: 0px 10px 60px 0px rgba(var(--color-fifth-rgb), 0.2);
}
.authorization__tabs-titles {
  display: flex;
}
.authorization__tabs-title {
  cursor: pointer;
  color: var(--color-eighth);
  width: 50%;
  padding: 12px;
  text-align: center;
  background: rgba(var(--color-eighth-rgb), 0.1);
}
.authorization__tabs-title.active {
  color: var(--color-first);
  background: var(--color-second);
}
.authorization__tabs-content {
  display: none;
  padding: 32px 64px 48px;
}
.authorization__tabs-content.active {
  display: block;
}
.authorization__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.42;
  font-family: "RF Dewi Expanded", sans-serif;
  margin: 0 0 32px;
}
.authorization__sub-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "RF Dewi Expanded", sans-serif;
  margin: 0 0 32px;
}
.authorization__text {
  color: var(--color-eighth);
  font-size: 14px;
  line-height: 1.14;
}
.authorization__text_lh-bigger {
  line-height: 1.6;
}
.authorization__text:not(:last-child) {
  margin-bottom: 32px;
}
.authorization__step {
  margin-bottom: 32px;
}
.authorization__fields {
  margin-bottom: 32px;
}
.authorization__field-text {
  color: var(--color-eighth);
  font-size: 14px;
  line-height: 1.14;
  margin-top: 8px;
}
.authorization__field:not(:last-child) {
  margin-bottom: 16px;
}
.authorization__field_mb-bigger:not(:last-child) {
  margin-bottom: 32px;
}
.authorization__create-and-forget {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.authorization__create-and-forget:not(:last-child) {
  margin-bottom: 32px;
}
.authorization__create-account, .authorization__forget-password {
  cursor: pointer;
}
@media (hover: hover) {
  .authorization__create-account:hover, .authorization__forget-password:hover {
    text-decoration: underline;
  }
}
.authorization__btn:not(:last-child) {
  margin-bottom: 32px;
}
.authorization__or {
  display: flex;
  align-items: center;
  gap: 0 16px;
  color: var(--color-eighth);
  font-size: 14px;
  line-height: 1.14;
  margin-bottom: 32px;
}
.authorization__or::before, .authorization__or::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: rgba(var(--color-eighth-rgb), 0.1);
}
.authorization__socials {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.authorization__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 16px;
  width: 100%;
  height: 64px;
  border-radius: 12px;
  border: 1px solid var(--color-sixth);
  background: var(--color-second);
  box-shadow: 0px 5px 10px 0px rgba(var(--color-first-rgb), 0.1);
}
.authorization__social img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  object-fit: scale-down;
}
@media (hover: hover) {
  .authorization__social:hover {
    opacity: 0.8;
  }
}
.authorization__agree {
  font-size: 14px;
  line-height: 1.14;
}
.authorization__agree:not(:last-child) {
  margin-bottom: 32px;
}
.authorization__agree a {
  color: var(--color-fifth);
  text-decoration: underline;
}
@media (hover: hover) {
  .authorization__agree a:hover {
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .authorization {
    padding-left: 0;
    padding-right: 0;
  }
  .authorization__tabs-content {
    padding: 32px 16px 48px;
  }
  .authorization__title {
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 24px;
  }
  .authorization__sub-title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .authorization__text:not(:last-child) {
    margin-bottom: 24px;
  }
  .authorization__step {
    margin-bottom: 24px;
  }
  .authorization__fields {
    margin-bottom: 24px;
  }
  .authorization__field_mb-bigger:not(:last-child) {
    margin-bottom: 24px;
  }
  .authorization__btn:not(:last-child) {
    margin-bottom: 16px;
  }
  .authorization__create-and-forget:not(:last-child) {
    margin-bottom: 24px;
  }
  .authorization__or {
    margin-bottom: 24px;
  }
  .authorization__agree {
    margin-top: 24px;
  }
  .authorization__agree:not(:last-child) {
    margin-bottom: 24px;
  }
}

.back-to-top {
  cursor: pointer;
  padding: 24px 0;
  background: var(--color-first);
}
.back-to-top__text {
  color: var(--color-second);
  display: flex;
  justify-content: center;
  font-size: 12px;
  line-height: 1.33;
  font-family: "RF Dewi Expanded", sans-serif;
  gap: 0 8px;
}
.back-to-top__text::after {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M16.5 11.6605L9.83333 5H7.16667V7.99382H4.16667L0.5 11.6605L1.83333 13.3271L7.16667 7.99382H9.83333L15.1667 13.3271L16.5 11.6605Z" fill="%23d8f602"/></svg>') no-repeat;
  background-size: contain;
}

.banner-small {
  margin-bottom: 56px;
}
.banner-small__inner {
  position: relative;
  padding: 48px;
}
.banner-small__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: var(--color-first);
  overflow: hidden;
}
.banner-small__bg picture,
.banner-small__bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-small__bg img {
  object-fit: cover;
  object-position: top center;
}
.banner-small__content {
  position: relative;
  z-index: 1;
}
.banner-small__title, .banner-small__text {
  max-width: 480px;
}
.banner-small__title {
  margin: 0 0 32px;
}
.banner-small__text {
  color: var(--color-second);
  font-size: 18px;
  line-height: 1.55;
}
.banner-small__text a {
  color: var(--color-third);
}
@media (hover: hover) {
  .banner-small__text a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .banner-small {
    margin-bottom: 24px;
  }
  .banner-small__inner {
    padding: 40px 24px;
  }
  .banner-small__bg {
    border-radius: 16px;
  }
  .banner-small__bg img {
    object-position: top;
  }
  .banner-small__title {
    margin-bottom: 32px;
  }
  .banner-small__text {
    max-width: none;
  }
}

.banner {
  position: relative;
  padding: 148px 0 131px;
}
.banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
}
.banner__bg picture,
.banner__bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.banner__bg img {
  object-fit: cover;
  object-position: top center;
}
.banner__content {
  position: relative;
  z-index: 1;
}
.banner__breadcrumbs {
  margin-bottom: 48px;
}
.banner__title, .banner__text, .banner__btn {
  max-width: 480px;
}
.banner__title {
  margin: 0 0 24px;
}
.banner__text {
  color: var(--color-second);
  font-size: 18px;
  line-height: 1.55;
}
.banner__text:not(:last-child) {
  margin-bottom: 32px;
}
.banner__text a {
  color: var(--color-fifth);
}
@media (hover: hover) {
  .banner__text a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .banner {
    padding: 0;
  }
  .banner__bg img {
    object-position: bottom;
  }
  .banner__content {
    padding: 128px 0 24px;
    min-height: 640px;
    display: flex;
    flex-direction: column;
  }
  .banner__breadcrumbs {
    display: none;
  }
  .banner__title:not(:last-child), .banner__text:not(:last-child) {
    margin-bottom: 24px;
  }
  .banner__text {
    max-width: none;
  }
  .banner__btn {
    width: 100%;
    margin-top: auto;
  }
}

.benefits-working-with-us {
  position: relative;
  padding: var(--vertical-indent) 0;
  background: linear-gradient(180deg, var(--color-seventh) 0%, var(--color-first) 100%);
}
.benefits-working-with-us__figures {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.benefits-working-with-us__figure-one {
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  width: 392px;
  height: 224px;
  background: url("../images/benefits-working-with-us/figure-one.svg") no-repeat;
  background-size: contain;
}
.benefits-working-with-us__figure-two {
  display: block;
  position: sticky;
  top: 0;
  right: 0;
  width: 149px;
  height: 268px;
  background: url("../images/benefits-working-with-us/figure-two.svg") no-repeat;
  background-size: contain;
}
.benefits-working-with-us__content {
  position: relative;
  z-index: 1;
}
.benefits-working-with-us__title {
  margin: 0 0 56px;
}
.benefits-working-with-us__advantages {
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .benefits-working-with-us__figure-one, .benefits-working-with-us__figure-two {
    position: static;
  }
  .benefits-working-with-us__figure-one {
    width: 134px;
    height: 107px;
    background: url("../images/benefits-working-with-us/figure-one-mob.svg") no-repeat;
    background-size: contain;
  }
  .benefits-working-with-us__figure-two {
    width: 72px;
    height: 147px;
  }
  .benefits-working-with-us__title {
    margin-bottom: 32px;
  }
  .benefits-working-with-us__advantages {
    margin-bottom: 96px;
  }
}

.breadcrumbs-inner__list {
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs-inner__item:not(:last-child) {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.breadcrumbs-inner__item:not(:last-child)::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M5.50309 0L12.1636 6.66667V9.33333H9.16976V12.3333L5.50309 16L3.83643 14.6667L9.16976 9.33333V6.66667L3.83643 1.33333L5.50309 0Z" fill="%23d8f602"/></svg>') no-repeat;
  background-size: contain;
}
.breadcrumbs-inner__link, .breadcrumbs-inner__text {
  font-size: 14px;
  line-height: 1.14;
}
.breadcrumbs-inner__link {
  color: var(--color-third);
}
.breadcrumbs-inner__text {
  color: var(--color-eighth);
}

.breadcrumbs {
  margin: 48px 0 16px;
}
.breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs__item:not(:last-child) {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M5.50309 0L12.1636 6.66667V9.33333H9.16976V12.3333L5.50309 16L3.83643 14.6667L9.16976 9.33333V6.66667L3.83643 1.33333L5.50309 0Z" fill="%23dcff00"/></svg>') no-repeat;
  background-size: contain;
}
.breadcrumbs__link, .breadcrumbs__text {
  font-size: 14px;
  line-height: 1.14;
}
.breadcrumbs__link {
  color: var(--color-fifth);
}
.breadcrumbs__text {
  color: var(--color-eighth);
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

.c-note {
  width: 100%;
  padding: 24px 32px 32px;
  border-radius: 16px;
  background: var(--color-sixth);
}
.c-note__title {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin: 0 0 24px;
}
.c-note__title::before {
  content: "";
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M16 28C22.6274 28 28 22.6274 28 16C28 9.37258 22.6274 4 16 4C9.37258 4 4 9.37258 4 16C4 22.6274 9.37258 28 16 28Z" stroke="%23151b21" stroke-width="2" stroke-miterlimit="10"/><path d="M16 10V17" stroke="%23151b21" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 23C16.8284 23 17.5 22.3284 17.5 21.5C17.5 20.6716 16.8284 20 16 20C15.1716 20 14.5 20.6716 14.5 21.5C14.5 22.3284 15.1716 23 16 23Z" fill="%23151b21"/></svg>') no-repeat;
  background-size: contain;
}
.c-note__text {
  line-height: 1.6;
}
.c-note__text p {
  margin: 0;
}
.c-note__text p:not(:last-child) {
  margin-bottom: 12px;
}
.c-note__text a {
  text-decoration: underline;
}
.c-note__text a:hover {
  text-decoration: none;
}

.c-solution {
  width: 100%;
  display: flex;
  --gap: 20px;
  --columns: 2;
  gap: 0 var(--gap);
}
.c-solution__block {
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
  border-radius: 16px;
  padding: 24px 40px;
  background: var(--color-second);
  box-shadow: 0px 10px 60px 0px rgba(var(--color-fifth-rgb), 0.2);
}
.c-solution__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
}
.c-solution__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-solution__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  font-weight: "RF Dewi Expanded", sans-serif;
}
.c-solution__title:not(:last-child) {
  margin-bottom: 8px;
}
.c-solution__text {
  font-size: 18px;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .c-solution {
    gap: 20px 0;
    flex-direction: column;
  }
  .c-solution__block {
    width: 100%;
    padding: 24px;
  }
  .c-solution__title {
    font-size: 16px;
    line-height: 1.5;
  }
}

.c-statistic {
  width: 100%;
  padding: 24px 32px;
  border-radius: 8px;
  border: 2px solid var(--color-third);
}
.c-statistic__row {
  --gap: 24px;
  --columns: 2;
  display: flex;
  gap: 0 var(--gap);
}
.c-statistic__col {
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
  flex-grow: 1;
}
.c-statistic__property-value {
  color: var(--color-first);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}
.c-statistic__property-value span {
  color: var(--color-eighth);
}
.c-statistic__property-value a {
  color: var(--color-fifth);
  text-decoration: underline;
}
.c-statistic__property-value a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-statistic {
    padding: 24px;
  }
  .c-statistic__row {
    flex-direction: column;
  }
  .c-statistic__col {
    width: 100%;
  }
}

.case-card {
  padding: 24px;
  border-radius: 24px;
  background: var(--color-second);
  box-shadow: 0px 10px 60px 0px rgba(11, 46, 74, 0.05);
}
.case-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px 0;
}
.case-card__pic {
  width: 100%;
  height: 192px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
}
.case-card__pic a,
.case-card__pic picture,
.case-card__pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.case-card__pic img {
  object-fit: cover;
  object-position: top center;
}
.case-card__info {
  display: flex;
  align-items: center;
  width: 100%;
}
.case-card__tag {
  color: var(--color-fifth);
  font-size: 16px;
  line-height: 1.87;
  text-transform: uppercase;
}
.case-card__date {
  color: var(--color-eighth);
  font-size: 14px;
  line-height: 1.71;
  margin-left: auto;
}
.case-card__name {
  width: 100%;
}
.case-card__text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.case-card__info-bottom {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.case-card__viewed, .case-card__read-time {
  color: var(--color-eighth);
  font-size: 14px;
  line-height: 1.71;
}
.case-card__viewed {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.case-card__viewed::before {
  content: "";
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M19.3211 9.74611C19.2937 9.68439 18.6321 8.21672 17.1607 6.74524C15.201 4.78532 12.7248 3.74933 9.99998 3.74933C7.27514 3.74933 4.79895 4.78532 2.83926 6.74524C1.36785 8.21672 0.706311 9.68439 0.678844 9.74611C0.643343 9.82602 0.625 9.91249 0.625 9.99994C0.625 10.0874 0.643343 10.1739 0.678844 10.2538C0.706311 10.3156 1.36793 11.7829 2.83934 13.2541C4.79902 15.2136 7.27514 16.2493 9.99998 16.2493C12.7248 16.2493 15.2009 15.2136 17.1606 13.2541C18.632 11.7829 19.2937 10.3156 19.3211 10.2538C19.3566 10.1739 19.375 10.0874 19.375 9.99994C19.375 9.9125 19.3566 9.82602 19.3211 9.74611ZM9.99998 7.18752C10.5562 7.18752 11.1 7.35247 11.5625 7.66151C12.025 7.97055 12.3855 8.4098 12.5984 8.92372C12.8113 9.43764 12.867 10.0031 12.7584 10.5487C12.6499 11.0943 12.3821 11.5954 11.9887 11.9888C11.5954 12.3821 11.0942 12.65 10.5487 12.7585C10.0031 12.867 9.4376 12.8113 8.92368 12.5984C8.40977 12.3856 7.97051 12.0251 7.66147 11.5626C7.35243 11.1 7.18748 10.5563 7.18748 10C7.18832 9.25435 7.48491 8.53947 8.01217 8.01221C8.53943 7.48494 9.25432 7.18835 9.99998 7.18752Z" fill="%23aaa"/></svg>');
}
.case-card__read-time {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.case-card__read-time::before {
  content: "";
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18Z" fill="%23aaa"/><path d="M10 5.625V10H14.375" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
@media (min-width: 768px) {
  .case-card_big {
    display: flex;
    gap: 0 32px;
    padding: 0;
    box-shadow: none;
    background: none;
  }
  .case-card_big .case-card__content {
    width: 349px;
    flex-shrink: 0;
    gap: 16px 0;
  }
  .case-card_big .case-card__pic {
    width: auto;
    height: 346px;
    flex-grow: 1;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .case-card {
    border-radius: 16px;
  }
  .case-card_big {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    background: none;
  }
  .case-card__pic {
    border-radius: 12px;
    margin-bottom: 16px;
  }
  .case-card_big .case-card__pic {
    border-radius: 16px;
  }
  .case-card__content {
    gap: 16px 0;
  }
}

.cases-slider-big {
  padding: var(--vertical-indent) 0;
}
.cases-slider-big__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 40px;
  margin-bottom: 56px;
}
.cases-slider-big__title {
  margin: 0;
}
.cases-slider-big__arrows {
  display: flex;
  gap: 0 16px;
}
.cases-slider-big__btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cases-slider-big {
    padding: 32px 0;
  }
  .cases-slider-big__head {
    gap: 0 16px;
    margin-bottom: 24px;
  }
  .cases-slider-big__slider {
    margin: 0 -16px;
    padding: 0 16px;
    overflow: hidden;
  }
  .cases-slider-big__slider .swiper {
    overflow: visible;
  }
  .cases-slider-big__slider .swiper-slide {
    width: 100%;
    max-width: 360px;
  }
  .cases-slider-big__slider .swiper-slide:not(:last-child) {
    margin-right: 16px;
  }
}

.cases-slider {
  position: relative;
  padding: var(--vertical-indent) 0;
  background: var(--color-fifth);
}
.cases-slider__figure-wrap {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.cases-slider__figure {
  display: block;
  position: sticky;
  top: 0;
  width: 405px;
  height: 398px;
  background: url("../images/cases-slider/figure-one.svg") no-repeat;
  background-size: contain;
}
.cases-slider::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 392px;
  height: 224px;
  background: url("../images/cases-slider/figure-two.svg") no-repeat;
  background-size: contain;
}
.cases-slider__inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cases-slider__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 40px;
  margin-bottom: 56px;
}
.cases-slider__title {
  margin: 0;
}
.cases-slider__arrows {
  flex-shrink: 0;
  display: flex;
  gap: 0 16px;
}
.cases-slider__slider:not(:last-child) {
  margin-bottom: 56px;
}
.cases-slider__slider .swiper {
  overflow: visible;
}
.cases-slider__slider .swiper-slide {
  display: flex;
  --columns: 3;
  --gap: 30px;
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
  height: auto;
}
.cases-slider__slider .swiper-slide:not(:last-child) {
  margin-right: 30px;
}
.cases-slider__btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cases-slider__figure-wrap, .cases-slider::after {
    display: none;
  }
  .cases-slider__head {
    gap: 0 16px;
    margin-bottom: 40px;
  }
  .cases-slider__slider:not(:last-child) {
    margin-bottom: 40px;
  }
  .cases-slider__slider .swiper-slide {
    width: 100%;
    max-width: 360px;
  }
  .cases-slider__slider .swiper-slide:not(:last-child) {
    margin-right: 16px;
  }
}

.cases {
  padding: 0 0 48px;
}
.cases__list {
  display: flex;
  flex-direction: column;
  gap: 64px 0;
}
.cases__list:not(:last-child) {
  margin-bottom: 48px;
}
.cases__load-more {
  width: 230px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cases__list {
    gap: 32px 0;
  }
  .cases__list:not(:last-child) {
    margin-bottom: 32px;
  }
  .cases__load-more {
    width: 100%;
  }
}

.checkbox {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 0 14px;
}
.checkbox_smaller {
  gap: 0 16px;
}
.checkbox__input {
  display: none;
}
.checkbox__icon {
  flex-shrink: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid var(--color-first);
  background: var(--color-second);
}
.checkbox_smaller .checkbox__icon {
  width: 16px;
  height: 16px;
  border-radius: 2px;
}
.checkbox__input:checked + .checkbox__icon {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect width='24' height='24' rx='4' fill='%23DCFF00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7 9.3C15.3 8.9 14.7 8.9 14.3 9.3L11 12.6L9.7 11.3C9.3 10.9 8.7 10.9 8.3 11.3C7.9 11.7 7.9 12.3 8.3 12.7L10.3 14.7C10.5 14.9 10.7 15 11 15C11.3 15 11.5 14.9 11.7 14.7L15.7 10.7C16.1 10.3 16.1 9.7 15.7 9.3Z' fill='black'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}
.checkbox_smaller .checkbox__input:checked + .checkbox__icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0_4211_29849)'%3E%3Crect width='16' height='16' fill='%23C7E600'/%3E%3Cpath d='M6.57079 9.6192L12.7608 3.42847L13.7137 4.38068L6.57079 11.5236L2.28516 7.23799L3.23737 6.28578L6.57079 9.6192Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4211_29849'%3E%3Crect width='16' height='16' rx='2' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.checkbox__text {
  color: var(--color-first);
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
}
.checkbox__text a {
  color: var(--color-third);
}
.checkbox__text a:hover {
  text-decoration: underline;
}
.checkbox_smaller .checkbox__text {
  font-size: 14px;
  line-height: 1.14;
}
.checkbox_dark .checkbox__text {
  color: var(--color-ninth);
}

.contacts {
  padding: 0 0 var(--vertical-indent);
}
.contacts__row {
  display: flex;
  gap: 0 40px;
}
.contacts__col:nth-child(2) {
  width: 555px;
}
.contacts__block:not(:last-child) {
  margin-bottom: 40px;
}
.contacts__block-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
  font-family: "RF Dewi Expanded", sans-serif;
}
.contacts__block-row {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
.contacts__block-row:not(:last-child) {
  margin-bottom: 16px;
}
.contacts__block-row_space-bigger:not(:last-child) {
  margin-bottom: 24px;
}
.contacts__block-text, .contacts__block-info-text {
  font-size: 14px;
  line-height: 1.14;
}
.contacts__block-info-text {
  color: var(--color-eighth);
}
.contacts__block-link {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.contacts__block-link img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  object-fit: scale-down;
}
.contacts__company-data {
  max-width: 336px;
  margin-top: 24px;
  color: var(--color-eighth);
  font-size: 14px;
  line-height: 1.14;
}
.contacts__form {
  width: 100%;
}
.contacts__fields {
  margin-bottom: 40px;
}
.contacts__field:not(:last-child) {
  margin-bottom: 20px;
}
.contacts__btn {
  margin-bottom: 40px;
}
.contacts__agree {
  color: var(--color-eighth);
  font-size: 14px;
  line-height: 1.14;
  text-align: center;
  margin-bottom: 40px;
}
.contacts__agree a {
  color: inherit;
  text-decoration: underline;
}
.contacts__agree a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .contacts__row {
    gap: 32px 0;
    flex-direction: column;
  }
  .contacts__col:nth-child(2) {
    width: 100%;
  }
  .contacts__block:not(:last-child) {
    margin-bottom: 32px;
  }
  .contacts__block-title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .contacts__block-row:not(:last-child) {
    margin-bottom: 8px;
  }
  .contacts__block-row_space-bigger:not(:last-child), .contacts__block-row_contacts:not(:last-child) {
    margin-bottom: 16px;
  }
  .contacts__company-data {
    margin-top: 16px;
  }
}

.documentation {
  width: 100%;
  display: flex;
  padding: 24px;
  gap: 0 24px;
  border-radius: 24px;
  border: 1px solid #f3f5fd;
  background: var(--color-second);
  box-shadow: 0px 10px 60px 0px rgba(11, 46, 74, 0.05);
}
.documentation__icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}
.documentation__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.documentation__name {
  display: block;
  font-size: 14px;
  line-height: 1.71;
  font-family: "RF Dewi Expanded", sans-serif;
  margin-bottom: 8px;
}
.documentation__name:hover {
  text-decoration: underline;
}
.documentation__text {
  color: var(--color-eighth);
  font-size: 14px;
  line-height: 1.71;
}
@media (max-width: 767px) {
  .documentation__icon {
    width: 48px;
    height: 48px;
  }
  .documentation__name {
    font-size: 12px;
    line-height: 1.33;
  }
}

.documentations {
  --gap: 24px;
  --columns: 3;
  padding: 0 0 var(--vertical-indent);
}
.documentations_wide {
  --columns: 2;
}
.documentations__grid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
.documentations__grid:not(:last-child) {
  margin-bottom: 48px;
}
.documentations__item {
  display: flex;
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
.documentations__load-more {
  width: 230px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .documentations__grid {
    gap: 24px 0;
  }
  .documentations__grid:not(:last-child) {
    margin-bottom: 32px;
  }
  .documentations__item {
    width: 100%;
  }
  .documentations__load-more {
    width: 100%;
  }
}

.events-archive {
  padding: var(--vertical-indent) 0;
}
.events-archive__title {
  text-align: center;
  margin: 0 0 56px;
}
.events-archive__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 20px;
}
.events-archive__grid:not(:last-child) {
  margin-bottom: 56px;
}
.events-archive__item {
  --columns: 2;
  --gap: 20px;
  display: flex;
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
.events-archive__load-more {
  width: 230px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .events-archive__title {
    margin-bottom: 40px;
  }
  .events-archive__grid {
    gap: 24px 0;
  }
  .events-archive__grid:not(:last-child) {
    margin-bottom: 40px;
  }
  .events-archive__item, .events-archive__load-more {
    width: 100%;
  }
}

.faq {
  padding: 0 0 48px;
}
@media (max-width: 767px) {
  .faq {
    padding-bottom: 16px;
  }
}

.field-password {
  position: relative;
}
.field-password__input {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-family: "RF Dewi Expanded", sans-serif;
  width: 100%;
  height: 64px;
  padding: 8px 60px 8px 12px;
  border: none;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(var(--color-eighth-rgb), 0.2);
  background: var(--color-second);
  transition: all 0.2s ease-in-out;
}
.field-password__input_error {
  box-shadow: inset 0 0 0 1px #ff9898;
}
.field-password__input:focus {
  outline: none;
}
.field-password__input:not(.field-password__input_error):focus, .field-password__input:not(:placeholder-shown) {
  padding-top: 31px;
  padding-bottom: 9px;
  box-shadow: inset 0 0 0 2px var(--color-third);
}
.field-password__label {
  pointer-events: none;
  position: absolute;
  top: 32px;
  left: 20px;
  transform: translateY(-50%);
  color: var(--color-sixth);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-family: "RF Dewi Expanded", sans-serif;
  transition: all 0.2s ease-in-out;
}
.field-password__input:focus + .field-password__label, .field-password__input:not(:placeholder-shown) + .field-password__label {
  top: 6px;
  left: 16px;
  transform: scale(0.6);
  transform-origin: top left;
}
.field-password__toggle-show {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.field-password__toggle-show::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M19.3211 9.74611C19.2937 9.68439 18.6321 8.21672 17.1607 6.74524C15.201 4.78532 12.7248 3.74933 9.99998 3.74933C7.27514 3.74933 4.79895 4.78532 2.83926 6.74524C1.36785 8.21672 0.706311 9.68439 0.678844 9.74611C0.643343 9.82602 0.625 9.91249 0.625 9.99994C0.625 10.0874 0.643343 10.1739 0.678844 10.2538C0.706311 10.3156 1.36793 11.7829 2.83934 13.2541C4.79902 15.2136 7.27514 16.2493 9.99998 16.2493C12.7248 16.2493 15.2009 15.2136 17.1606 13.2541C18.632 11.7829 19.2937 10.3156 19.3211 10.2538C19.3566 10.1739 19.375 10.0874 19.375 9.99994C19.375 9.9125 19.3566 9.82602 19.3211 9.74611ZM9.99998 7.18752C10.5562 7.18752 11.1 7.35247 11.5625 7.66151C12.025 7.97055 12.3855 8.4098 12.5984 8.92372C12.8113 9.43764 12.867 10.0031 12.7584 10.5487C12.6499 11.0943 12.3821 11.5954 11.9887 11.9888C11.5954 12.3821 11.0942 12.65 10.5487 12.7585C10.0031 12.867 9.4376 12.8113 8.92368 12.5984C8.40977 12.3856 7.97051 12.0251 7.66147 11.5626C7.35243 11.1 7.18748 10.5563 7.18748 10C7.18832 9.25435 7.48491 8.53947 8.01217 8.01221C8.53943 7.48494 9.25432 7.18835 9.99998 7.18752Z" fill="%23d6d5e1"/></svg>') no-repeat;
  background-size: contain;
}
.field-password__toggle-show.active::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M23.1855 11.6961C23.1525 11.6221 22.3586 9.86097 20.593 8.0951C18.2413 5.7432 15.2699 4.50001 12.0001 4.50001C11.3093 4.49924 10.6196 4.55546 9.93805 4.6681C9.80513 4.69029 9.68064 4.74788 9.57768 4.83482C9.47471 4.92176 9.39707 5.03483 9.35292 5.16216C9.30877 5.28948 9.29974 5.42634 9.32677 5.55836C9.35381 5.69038 9.41591 5.81268 9.50656 5.91239L19.0026 16.358C19.1358 16.5045 19.3215 16.5923 19.5192 16.6025C19.7169 16.6126 19.9105 16.5442 20.058 16.4121C22.1967 14.4965 23.1461 12.394 23.1855 12.3053C23.2281 12.2094 23.2501 12.1057 23.2501 12.0007C23.2501 11.8958 23.2281 11.792 23.1855 11.6961Z" fill="%23d6d5e1"/><path d="M5.05497 3.24551C4.92116 3.09832 4.73435 3.01031 4.53565 3.00085C4.33695 2.99139 4.14262 3.06125 3.99543 3.19506C3.84824 3.32888 3.76023 3.51568 3.75077 3.71439C3.74131 3.91309 3.81117 4.10741 3.94498 4.2546L5.74885 6.23882C2.34375 8.3286 0.879822 11.5496 0.814613 11.6962C0.772012 11.7921 0.75 11.8959 0.75 12.0008C0.75 12.1057 0.772012 12.2095 0.814613 12.3054C0.847573 12.3795 1.64152 14.1403 3.4072 15.9058C5.75883 18.2571 8.73017 19.5001 12 19.5001C13.6805 19.5098 15.344 19.1637 16.8811 18.4844L18.945 20.7546C19.0788 20.9018 19.2656 20.9898 19.4643 20.9993C19.663 21.0087 19.8573 20.9389 20.0045 20.805C20.1517 20.6712 20.2397 20.4844 20.2492 20.2857C20.2586 20.087 20.1888 19.8927 20.055 19.7455L5.05497 3.24551ZM12 15.3751C11.3831 15.3753 10.778 15.2065 10.2504 14.8868C9.72284 14.5671 9.29301 14.109 9.00765 13.5621C8.7223 13.0152 8.59235 12.4005 8.63193 11.7849C8.67152 11.1693 8.87913 10.5764 9.23218 10.0705L13.6576 14.9385C13.1522 15.2251 12.581 15.3756 12 15.3751Z" fill="%23d6d5e1"/></svg>');
}
.field-password__error {
  color: #ff9898;
  font-size: 14px;
  line-height: 1.14;
  margin-top: 16px;
}

.field-phone {
  position: relative;
}
.field-phone_light {
  color: var(--color-first);
}
.field-phone__input {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-family: "RF Dewi Expanded", sans-serif;
  width: 100%;
  height: 64px;
  padding: 8px 12px;
  border: none;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(var(--color-eighth-rgb), 0.2);
  background: var(--color-second);
  transition: all 0.2s ease-in-out;
}
.field-phone__input_error {
  box-shadow: inset 0 0 0 1px #ff9898;
}
.field-phone__input:focus {
  outline: none;
}
.field-phone__input:not(.field-phone__input_error):focus {
  box-shadow: inset 0 0 0 2px var(--color-third);
}
.field-phone__error {
  color: #ff9898;
  font-size: 14px;
  line-height: 1.14;
  margin-top: 16px;
}

.field-textarea {
  position: relative;
}
.field-textarea__field {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-family: "RF Dewi Expanded", sans-serif;
  width: 100%;
  height: 128px;
  resize: vertical;
  padding: 22px 20px;
  border: none;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(var(--color-eighth-rgb), 0.2);
  background: var(--color-second);
  transition: all 0.2s ease-in-out;
}
.field-textarea__field:focus {
  outline: none;
}
.field-textarea__field:focus, .field-textarea__field:not(:placeholder-shown) {
  padding-top: 31px;
  padding-left: 12px;
  box-shadow: inset 0 0 0 2px var(--color-third);
}
.field-textarea__label {
  pointer-events: none;
  position: absolute;
  top: 32px;
  left: 20px;
  transform: translateY(-50%);
  color: var(--color-sixth);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-family: "RF Dewi Expanded", sans-serif;
  transition: all 0.2s ease-in-out;
}
.field-textarea__field:focus + .field-textarea__label, .field-textarea__field:not(:placeholder-shown) + .field-textarea__label {
  top: 6px;
  left: 16px;
  transform: scale(0.6);
  transform-origin: top left;
}
.field-textarea__error {
  color: #ff9898;
  font-size: 14px;
  margin-top: 8px;
}

.field {
  position: relative;
}
.field__input {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-family: "RF Dewi Expanded", sans-serif;
  width: 100%;
  height: 64px;
  padding: 8px 12px;
  border: none;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(var(--color-eighth-rgb), 0.2);
  background: var(--color-second);
  transition: all 0.2s ease-in-out;
}
.field__input_error {
  box-shadow: inset 0 0 0 1px #ff9898;
}
.field__input:focus {
  outline: none;
}
.field__input:not(.field__input_error):focus, .field__input:not(:placeholder-shown) {
  padding-top: 31px;
  padding-bottom: 9px;
  box-shadow: inset 0 0 0 2px var(--color-third);
}
.field__label {
  pointer-events: none;
  position: absolute;
  top: 32px;
  left: 20px;
  transform: translateY(-50%);
  color: var(--color-sixth);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-family: "RF Dewi Expanded", sans-serif;
  transition: all 0.2s ease-in-out;
}
.field__input:focus + .field__label, .field__input:not(:placeholder-shown) + .field__label {
  top: 6px;
  left: 16px;
  transform: scale(0.6);
  transform-origin: top left;
}
.field__error {
  color: #ff9898;
  font-size: 14px;
  line-height: 1.14;
  margin-top: 16px;
}

.footer {
  padding: var(--vertical-indent) 0;
  background: var(--color-second);
}
.footer__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  font-family: "RF Dewi Expanded", sans-serif;
  margin: 0 0 16px;
}
.footer__row {
  display: flex;
  margin-bottom: 80px;
}
.footer__menu {
  width: 534px;
  margin-bottom: -8px;
}
.footer__menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  column-count: 2;
  column-gap: 16px;
}
.footer__menu-item {
  margin-bottom: 8px;
}
@media (hover: hover) {
  .footer__menu-link:hover {
    text-decoration: underline;
  }
}
.footer__contacts {
  width: 336px;
  margin-left: auto;
}
.footer__contacts-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px 0;
  margin-bottom: 16px;
}
.footer__contact {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.footer__contact img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  object-fit: scale-down;
}
@media (hover: hover) {
  .footer__contact:hover {
    text-decoration: underline;
  }
}
.footer__company-info {
  color: var(--color-eighth);
  font-size: 14px;
  line-height: 1.14;
}
.footer__bottom {
  display: flex;
  align-items: center;
  gap: 0 80px;
}
.footer__bottom-links {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
.footer__copyright, .footer__policy, .footer__created-in {
  font-size: 14px;
  line-height: 1.71;
}
.footer__policy {
  color: var(--color-fifth);
}
@media (hover: hover) {
  .footer__policy:hover {
    text-decoration: underline;
  }
}
.footer__created-in a {
  color: var(--color-fifth);
}
@media (hover: hover) {
  .footer__created-in a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 40px 0 80px;
  }
  .footer__row {
    flex-direction: column;
    gap: 40px 0;
    margin-bottom: 40px;
  }
  .footer__menu, .footer__contacts {
    width: 100%;
  }
  .footer__contacts {
    margin: 0;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px 0;
  }
  .footer__bottom-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px 0;
  }
}

.for-whom {
  background: linear-gradient(180deg, var(--color-second) 0%, var(--color-sixth) 100%);
}
.for-whom__content {
  overflow: hidden;
  position: relative;
  padding: var(--vertical-indent) 0;
}
.for-whom__content::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 0;
  width: 480px;
  height: 100%;
  background: url("../images/for-whom/pic.png") no-repeat;
  background-size: 100% auto;
}
.for-whom__desc {
  width: 560px;
  margin-left: auto;
}
.for-whom__title {
  color: var(--color-fifth);
  margin: 0 0 48px;
}
.for-whom__sub-title {
  margin: 0 0 16px;
}
.for-whom__text:not(:last-child) {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .for-whom__content {
    padding-bottom: 304px;
  }
  .for-whom__content::before {
    top: auto;
    left: 50%;
    bottom: 0;
    width: 343px;
    height: 288px;
    transform: translateX(-50%);
    background: url("../images/for-whom/pic-mob.png") no-repeat;
    background-size: 100% auto;
  }
  .for-whom__desc {
    width: 100%;
  }
  .for-whom__title {
    margin-bottom: 24px;
  }
  .for-whom__text:not(:last-child) {
    margin-bottom: 24px;
  }
}

.hamburger {
  cursor: pointer;
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--color-fourth);
}
.hamburger::before, .hamburger::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: var(--color-first);
  transition: all 0.2s ease-in;
}
.hamburger::before {
  top: 11px;
  left: 7px;
}
.hamburger::after {
  top: 19px;
  left: 7px;
}
.hamburger.active::before, .hamburger.active::after {
  top: 15px;
  left: 7px;
}
.hamburger.active::before {
  transform: rotate(45deg);
}
.hamburger.active::after {
  transform: rotate(-45deg);
}
@media (min-width: 1230px) {
  .hamburger {
    width: px-to-vw(40);
    height: px-to-vw(40);
    border-radius: px-to-vw(4);
  }
  .hamburger::before {
    top: px-to-vw(16);
    left: px-to-vw(11);
    width: px-to-vw(18);
    height: px-to-vw(2);
  }
  .hamburger::after {
    top: px-to-vw(22);
    left: px-to-vw(15);
    width: px-to-vw(14);
    height: px-to-vw(2);
  }
  .hamburger.active::before, .hamburger.active::after {
    top: px-to-vw(20);
    left: px-to-vw(11);
  }
  .hamburger.active::after {
    width: px-to-vw(18);
  }
}

.header {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 16px 0;
  box-shadow: 0px 10px 60px 0px rgba(var(--color-fifth-rgb), 0.2);
  background: rgba(var(--color-second-rgb), 0.9);
  backdrop-filter: blur(40px);
}
.header_transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: none;
  background: transparent;
}
.header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: none;
  background: rgba(var(--color-first-rgb), 0.9);
}
.header__row {
  display: flex;
  align-items: center;
}
.header__right {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header__auth {
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin-left: 20px;
}
.header__username {
  color: var(--color-first);
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.header__username::before {
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.6518 19.4054C20.2046 19.2902 20.5338 18.7117 20.2591 18.2183C19.6535 17.1307 18.6995 16.1749 17.4791 15.4465C15.9073 14.5085 13.9814 14 12.0002 14C10.019 14 8.09316 14.5085 6.52137 15.4465C5.30093 16.1749 4.34691 17.1307 3.74132 18.2183C3.46663 18.7117 3.79586 19.2902 4.34868 19.4054C9.39549 20.4572 14.6049 20.4572 19.6518 19.4054Z" fill="%234c13ba"/><path d="M17.0002 8C17.0002 10.7614 14.7617 13 12.0002 13C9.23882 13 7.00024 10.7614 7.00024 8C7.00024 5.23858 9.23882 3 12.0002 3C14.7617 3 17.0002 5.23858 17.0002 8Z" fill="%234c13ba"/></svg>') no-repeat;
  background-size: contain;
}
.header__username span {
  max-width: 128px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header_dark .header__username {
  color: var(--color-sixth);
}
.header_dark .header__username::before {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.6518 19.4054C20.2046 19.2902 20.5338 18.7117 20.2591 18.2183C19.6535 17.1307 18.6995 16.1749 17.4791 15.4465C15.9073 14.5085 13.9814 14 12.0002 14C10.019 14 8.09316 14.5085 6.52137 15.4465C5.30093 16.1749 4.34691 17.1307 3.74132 18.2183C3.46663 18.7117 3.79586 19.2902 4.34868 19.4054C9.39549 20.4572 14.6049 20.4572 19.6518 19.4054Z" fill="%23d8f602"/><path d="M17.0002 8C17.0002 10.7614 14.7617 13 12.0002 13C9.23882 13 7.00024 10.7614 7.00024 8C7.00024 5.23858 9.23882 3 12.0002 3C14.7617 3 17.0002 5.23858 17.0002 8Z" fill="%23d8f602"/></svg>');
}
.header__hamburger {
  display: none;
}
@media (max-width: 767px) {
  .header {
    padding: 12px 0;
  }
  .header:not(.header_transparent):not(.header_fixed) {
    background: var(--color-second);
  }
  .header__right {
    display: none;
  }
  .header__hamburger {
    display: block;
    margin-left: auto;
  }
}

.help {
  padding: 0 0 48px;
}

.how-we-work {
  padding: var(--vertical-indent) 0;
}
.how-we-work__title {
  text-align: center;
  margin: 0 0 32px;
}
.how-we-work__row {
  display: flex;
  gap: 48px;
}
.how-we-work__item {
  --columns: 3;
  --gap: 141px;
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
.how-we-work__photo {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 24px;
}
.how-we-work__photo picture,
.how-we-work__photo img {
  display: block;
  width: 100%;
  height: 100%;
}
.how-we-work__photo img {
  object-fit: cover;
  object-position: top center;
}
.how-we-work__name {
  text-align: center;
  margin: 0 0 16px;
}
.how-we-work__text {
  text-align: center;
}
.how-we-work__arrows {
  width: 45px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.how-we-work__arrows::before {
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--color-fourth);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11.0304 4.71966C11.171 4.86034 11.25 5.05109 11.25 5.24998C11.25 5.44888 11.171 5.63963 11.0304 5.7803L5.56064 11.25L20.25 11.25C20.4489 11.25 20.6397 11.329 20.7803 11.4697C20.921 11.6103 21 11.8011 21 12C21 12.1989 20.921 12.3897 20.7803 12.5303C20.6397 12.671 20.4489 12.75 20.25 12.75L5.56064 12.75L11.0304 18.2197C11.1 18.2893 11.1553 18.372 11.1929 18.463C11.2306 18.554 11.25 18.6515 11.25 18.75C11.25 18.8485 11.2306 18.946 11.1929 19.037C11.1552 19.128 11.1 19.2107 11.0303 19.2803C10.9607 19.35 10.878 19.4052 10.787 19.4429C10.696 19.4806 10.5985 19.5 10.5 19.5C10.4015 19.5 10.3039 19.4806 10.213 19.4429C10.122 19.4052 10.0393 19.3499 9.96964 19.2803L3.21964 12.5303C3.21719 12.5279 3.21517 12.5252 3.21277 12.5227C3.19796 12.5075 3.18359 12.4919 3.17011 12.4755C3.16258 12.4664 3.15601 12.4566 3.14898 12.4472C3.14138 12.4371 3.13348 12.4271 3.12639 12.4165C3.11909 12.4056 3.11275 12.3943 3.10606 12.383C3.10022 12.3732 3.09407 12.3637 3.08864 12.3536C3.08262 12.3423 3.0775 12.3307 3.07207 12.3192C3.06701 12.3085 3.06168 12.2979 3.05713 12.287C3.05255 12.2759 3.04884 12.2646 3.04481 12.2533C3.04056 12.2415 3.03602 12.2298 3.03236 12.2177C3.02898 12.2065 3.02648 12.1951 3.02362 12.1837C3.02051 12.1714 3.01703 12.1591 3.01453 12.1465C3.01194 12.1334 3.01039 12.1202 3.00851 12.1071C3.00693 12.096 3.00483 12.0852 3.00373 12.074C3.00131 12.0494 3 12.0247 3 12C3 11.9753 3.00131 11.9506 3.00373 11.926C3.00483 11.9148 3.00694 11.9039 3.00851 11.8929C3.01039 11.8797 3.01194 11.8665 3.01453 11.8535C3.01703 11.8409 3.02051 11.8286 3.02362 11.8162C3.02648 11.8049 3.02898 11.7935 3.03236 11.7823C3.03602 11.7702 3.04056 11.7585 3.04481 11.7467C3.04884 11.7354 3.05255 11.724 3.05713 11.713C3.06168 11.702 3.06701 11.6915 3.07207 11.6808C3.0775 11.6693 3.08262 11.6577 3.08864 11.6464C3.09407 11.6363 3.10022 11.6267 3.10606 11.6169C3.11275 11.6057 3.11909 11.5944 3.12639 11.5835C3.13348 11.5729 3.14138 11.5629 3.14898 11.5527C3.15601 11.5433 3.16257 11.5336 3.17011 11.5245C3.18382 11.5077 3.19844 11.4919 3.21355 11.4764C3.21568 11.4742 3.21746 11.4718 3.21964 11.4697L9.96964 4.71966C10.0393 4.65001 10.122 4.59476 10.213 4.55707C10.304 4.51937 10.4015 4.49997 10.5 4.49997C10.5985 4.49997 10.696 4.51937 10.787 4.55707C10.878 4.59476 10.9607 4.65001 11.0304 4.71966Z" fill="%23151b21"/></svg>');
}
.how-we-work__arrows::after {
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--color-fourth);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12.9696 19.2803C12.829 19.1397 12.75 18.9489 12.75 18.75C12.75 18.5511 12.829 18.3604 12.9696 18.2197L18.4394 12.75H3.75C3.55109 12.75 3.36032 12.671 3.21967 12.5303C3.07902 12.3897 3 12.1989 3 12C3 11.8011 3.07902 11.6103 3.21967 11.4697C3.36032 11.329 3.55109 11.25 3.75 11.25H18.4394L12.9696 5.78034C12.9 5.71069 12.8447 5.628 12.8071 5.53701C12.7694 5.44601 12.75 5.34848 12.75 5.24998C12.75 5.15149 12.7694 5.05396 12.8071 4.96297C12.8448 4.87197 12.9 4.78929 12.9697 4.71965C13.0393 4.65001 13.122 4.59477 13.213 4.55708C13.304 4.51939 13.4015 4.5 13.5 4.5C13.5985 4.5 13.6961 4.51941 13.787 4.5571C13.878 4.5948 13.9607 4.65005 14.0304 4.7197L20.7804 11.4697C20.7828 11.4721 20.7848 11.4748 20.7872 11.4773C20.802 11.4925 20.8164 11.5081 20.8299 11.5245C20.8374 11.5336 20.844 11.5434 20.851 11.5528C20.8586 11.5629 20.8665 11.5729 20.8736 11.5835C20.8809 11.5944 20.8873 11.6057 20.8939 11.617C20.8998 11.6268 20.9059 11.6363 20.9114 11.6464C20.9174 11.6577 20.9225 11.6693 20.9279 11.6808C20.933 11.6915 20.9383 11.7021 20.9429 11.713C20.9475 11.7241 20.9512 11.7354 20.9552 11.7467C20.9594 11.7585 20.964 11.7702 20.9676 11.7823C20.971 11.7935 20.9735 11.8049 20.9764 11.8163C20.9795 11.8286 20.983 11.8409 20.9855 11.8535C20.9881 11.8666 20.9896 11.8798 20.9915 11.8929C20.9931 11.904 20.9952 11.9148 20.9963 11.926C20.9987 11.9506 21 11.9753 21 12C21 12.0247 20.9987 12.0494 20.9963 12.074C20.9952 12.0852 20.9931 12.0961 20.9915 12.1071C20.9896 12.1203 20.9881 12.1335 20.9855 12.1465C20.983 12.1591 20.9795 12.1714 20.9764 12.1838C20.9735 12.1951 20.971 12.2065 20.9676 12.2177C20.964 12.2298 20.9594 12.2415 20.9552 12.2533C20.9512 12.2646 20.9475 12.276 20.9429 12.287C20.9383 12.298 20.933 12.3085 20.9279 12.3192C20.9225 12.3307 20.9174 12.3423 20.9114 12.3536C20.9059 12.3637 20.8998 12.3733 20.8939 12.3831C20.8873 12.3943 20.8809 12.4056 20.8736 12.4165C20.8665 12.4271 20.8586 12.4371 20.851 12.4473C20.844 12.4567 20.8374 12.4664 20.8299 12.4755C20.8162 12.4923 20.8016 12.5081 20.7865 12.5236C20.7843 12.5258 20.7825 12.5282 20.7804 12.5303L14.0304 19.2803C13.9607 19.35 13.878 19.4052 13.787 19.4429C13.696 19.4806 13.5985 19.5 13.5 19.5C13.4015 19.5 13.304 19.4806 13.213 19.4429C13.122 19.4052 13.0393 19.35 12.9696 19.2803Z" fill="%23151b21"/></svg>');
}
@media (max-width: 767px) {
  .how-we-work__title {
    margin-bottom: 24px;
  }
  .how-we-work__row {
    flex-direction: column;
  }
  .how-we-work__item {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .how-we-work__photo {
    border-radius: 16px;
  }
  .how-we-work__arrows {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .how-we-work__arrows::before, .how-we-work__arrows::after {
    transform: rotate(-90deg);
  }
}

.hr-banner {
  position: relative;
  padding: 108px 0 var(--vertical-indent);
  background: var(--color-first);
}
.hr-banner__figures {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.hr-banner__figure-one {
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  width: 208px;
  height: 444px;
  background: url("../images/hr-banner/figure-one.svg") no-repeat;
  background-size: contain;
}
.hr-banner__figure-two {
  display: block;
  position: sticky;
  top: 0;
  right: 0;
  width: 235px;
  height: 291px;
  background: url("../images/hr-banner/figure-two.svg") no-repeat;
  background-size: contain;
}
.hr-banner__content {
  position: relative;
  z-index: 1;
}
.hr-banner__breadcrumbs {
  margin-bottom: 56px;
}
.hr-banner__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 32px;
}
.hr-banner__grid:not(:last-child) {
  margin-bottom: 48px;
}
.hr-banner__title, .hr-banner__text, .hr-banner__btn {
  grid-column-start: 1;
}
.hr-banner__title {
  margin: 0;
}
.hr-banner__pic {
  position: relative;
  grid-column-start: 2;
  grid-row-end: span 3;
  width: 100%;
  max-height: 252px;
  border-radius: 16px;
  overflow: hidden;
}
.hr-banner__pic::before {
  content: "";
  display: block;
  width: 0;
  padding-top: 46.7532%;
}
.hr-banner__pic picture {
  position: absolute;
  top: 0;
  left: 0;
}
.hr-banner__pic picture,
.hr-banner__pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.hr-banner__pic img {
  object-fit: cover;
  object-position: top center;
}
.hr-banner__text {
  color: var(--color-second);
  font-size: 18px;
  line-height: 1.55;
}
.hr-banner__btn {
  width: 320px;
}
@media (max-width: 767px) {
  .hr-banner {
    padding: 128px 0 32px;
  }
  .hr-banner__figure-one {
    width: 97px;
    height: 208px;
  }
  .hr-banner__figure-two {
    width: 120px;
    height: 136px;
    background-size: cover;
    background-position: left bottom;
  }
  .hr-banner__breadcrumbs {
    display: none;
  }
  .hr-banner__grid {
    gap: 24px 0;
    grid-template-columns: 100%;
    grid-template-rows: none;
  }
  .hr-banner__grid:not(:last-child) {
    margin-bottom: 40px;
  }
  .hr-banner__title {
    text-align: center;
  }
  .hr-banner__pic {
    grid-column-start: 1;
    grid-row-end: auto;
  }
  .hr-banner__btn {
    width: 100%;
  }
}

.interaction-scheme {
  padding: var(--vertical-indent) 0;
}
.interaction-scheme__title {
  margin: 0 0 56px;
}
.interaction-scheme__row {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.interaction-scheme__item {
  --columns: 4;
  --gap: 40px;
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
.interaction-scheme__name {
  margin: 0 0 40px;
}
.interaction-scheme__line {
  position: relative;
  display: block;
  width: calc(100% - 16px);
  height: 16px;
  padding: 7px 0;
  background: linear-gradient(to right, var(--color-fifth) 50%, transparent 51%);
  background-size: 8px 2px;
  background-clip: content-box;
  margin-bottom: 40px;
}
.interaction-scheme__line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color-fifth);
}
.interaction-scheme__line::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 8px 0 8px 13.9px;
  border-color: transparent transparent transparent var(--color-fifth);
  border-style: solid;
}
.interaction-scheme__line_finish::after {
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 50%;
  background: var(--color-fifth);
}
.interaction-scheme__text p {
  margin: 0;
}
.interaction-scheme__text p:not(:last-child) {
  margin-bottom: 12px;
}
.interaction-scheme__text a {
  color: var(--color-fifth);
  text-decoration: underline;
}
.interaction-scheme__text a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .interaction-scheme__title {
    margin-bottom: 40px;
  }
  .interaction-scheme__row {
    gap: 24px 0;
    flex-wrap: wrap;
  }
  .interaction-scheme__item {
    position: relative;
    width: 100%;
    padding-left: 32px;
  }
  .interaction-scheme__name {
    margin-bottom: 16px;
  }
  .interaction-scheme__line {
    position: absolute;
    top: 5px;
    left: 0;
    bottom: 5px;
    width: 16px;
    height: auto;
    margin: 0;
    background: linear-gradient(to bottom, var(--color-fifth) 50%, transparent 51%);
    background-clip: content-box;
    background-repeat: repeat-y;
    background-position: center;
    background-size: 2px 8px;
  }
  .interaction-scheme__line::after {
    top: auto;
    bottom: 0;
    border-width: 16px 8px 0 8px;
    border-color: var(--color-fifth) transparent transparent transparent;
  }
}

.join-us {
  padding: var(--vertical-indent) 0;
}
.join-us__content {
  padding: 80px 20px;
  border-radius: 24px;
  background: var(--color-first);
}
.join-us__title, .join-us__btns {
  max-width: 804px;
  margin: 0 auto;
}
.join-us__title {
  margin-bottom: 32px;
}
.join-us__btns {
  display: flex;
  gap: 0 24px;
}
.join-us__btn {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .join-us__content {
    padding: 40px 24px;
    border-radius: 16px;
  }
  .join-us__btns {
    gap: 8px 0;
    flex-direction: column;
  }
}

.list-links {
  padding: 40px 0 var(--vertical-indent);
}
.list-links__row {
  display: flex;
  --columns: 3;
  --gap: 32px;
}
.list-links__item {
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
@media (max-width: 767px) {
  .list-links__row {
    gap: 32px 0;
    flex-direction: column;
  }
  .list-links__item {
    width: 100%;
  }
  .list-links__link {
    width: fit-content;
  }
}

.logo {
  display: block;
  width: 224px;
  height: 56px;
}
.logo_bigger {
  width: 240px;
  height: 48px;
}
.logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .logo {
    width: 160px;
    height: 40px;
  }
  .logo_bigger {
    width: 240px;
    height: 48px;
  }
}

.logotypes-slider {
  overflow: hidden;
  padding: var(--vertical-indent) 0;
  background: var(--color-sixth);
}
.logotypes-slider__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.logotypes-slider__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 40px;
}
.logotypes-slider__title {
  margin: 0;
}
.logotypes-slider__title_center {
  flex-grow: 1;
  text-align: center;
}
.logotypes-slider__arrows {
  flex-shrink: 0;
  display: flex;
  gap: 0 16px;
}
.logotypes-slider__slider {
  margin: 0 -50px -56px;
}
.logotypes-slider__slider .swiper {
  overflow: visible;
  padding: 56px 50px;
}
.logotypes-slider__slider .swiper:not(.swiper-initialized) .swiper-slide:not(:last-child) {
  margin-right: 16px;
}
.logotypes-slider__slider .swiper-slide {
  --columns: 6;
  --gap: 16px;
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
.logotypes-slider__slider .swiper-slide:not(.swiper-slide-fully-visible) {
  opacity: 0;
}
.logotypes-slider__pagination {
  margin: 42px 0 8px;
}
.logotypes-slider__pic {
  width: 100%;
  height: 92px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  overflow: hidden;
  background: var(--color-second);
  box-shadow: 0px 10px 60px 0px rgba(var(--color-fifth-rgb), 0.2);
}
.logotypes-slider__pic picture,
.logotypes-slider__pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.logotypes-slider__pic img {
  object-fit: scale-down;
}
.logotypes-slider_smaller .logotypes-slider__pic {
  height: 88px;
}
@media (max-width: 767px) {
  .logotypes-slider__head {
    justify-content: center;
    margin-bottom: 24px;
  }
  .logotypes-slider__title {
    text-align: center;
  }
  .logotypes-slider__arrows {
    display: none;
  }
  .logotypes-slider__slider {
    margin: 0 -16px;
    padding: 0 16px;
    overflow: visible;
  }
  .logotypes-slider__slider .swiper {
    padding: 0;
  }
  .logotypes-slider__slider .swiper-slide {
    width: 152px;
  }
  .logotypes-slider__slider .swiper-slide:not(.swiper-slide-fully-visible) {
    opacity: 1;
  }
  .logotypes-slider_smaller .logotypes-slider__slider .swiper-slide {
    width: 164px;
  }
  .logotypes-slider__pagination {
    margin: 32px 0 8px;
  }
}

.main-banner {
  position: relative;
  padding: 244px 0 var(--vertical-indent);
  overflow: hidden;
  background: var(--color-seventh);
}
.main-banner__video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-banner__video-bg video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-banner__content {
  position: relative;
  z-index: 1;
}
.main-banner__title {
  max-width: 875px;
  margin: 0 0 32px;
}
.main-banner__btns {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 24px;
  margin-bottom: 48px;
}
.main-banner__btn {
  width: 320px;
}
@media (max-width: 767px) {
  .main-banner {
    padding: 128px 0 32px;
  }
  .main-banner__video-bg {
    width: 640px;
    height: 360px;
    left: 50%;
    transform: translateX(-50%);
  }
  .main-banner__title {
    margin-bottom: 24px;
  }
  .main-banner__btns {
    width: 100%;
    gap: 8px 0;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .main-banner__btns::before {
    width: 25px;
    height: 27px;
    left: -16px;
    bottom: -16px;
  }
  .main-banner__btns::after {
    right: -65px;
    bottom: -50px;
  }
  .main-banner__btn {
    width: 100%;
  }
}

.menu {
  font-family: "RF Dewi Expanded", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.23;
  letter-spacing: -0.13px;
}
.menu__list {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu__item {
  position: relative;
}
.menu__link, .menu__more {
  position: relative;
  color: var(--color-first);
}
@media (min-width: 768px) {
  .menu__link::before, .menu__more::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    width: 0;
    height: 2px;
    opacity: 0;
    transform: scale(0);
    overflow: hidden;
    background: var(--color-first);
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .menu__link:hover::before, .menu__more:hover::before {
    width: 100%;
    opacity: 1;
    transform: scale(1);
  }
}
.menu_dark .menu__link, .menu_dark .menu__more {
  color: var(--color-second);
}
@media (min-width: 768px) {
  .menu_dark .menu__link::before, .menu_dark .menu__more::before {
    background: var(--color-third);
  }
}
.menu__more {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.menu__more-icon {
  position: relative;
  top: -2px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-left: 4px;
}
.menu__more-icon::before, .menu__more-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity 0.3s ease-in-out;
}
.menu__more-icon::before {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M16 6.66667L9.33333 13.3272H6.66667V10.3333H3.66667L0 6.66667L1.33333 5L6.66667 10.3333H9.33333L14.6667 5L16 6.66667Z" fill="%234c13ba"/></svg>');
}
.menu__more-icon::after {
  opacity: 0;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M16.5 11.6605L9.83333 5H7.16667V7.99382H4.16667L0.5 11.6605L1.83333 13.3271L7.16667 7.99382H9.83333L15.1667 13.3271L16.5 11.6605Z" fill="%23d6d5e1"/></svg>');
}
.menu__more.active .menu__more-icon::before {
  opacity: 0;
}
.menu__more.active .menu__more-icon::after {
  opacity: 1;
}
.menu_dark .menu__more-icon::before {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M16 6.66667L9.33333 13.3272H6.66667V10.3333H3.66667L0 6.66667L1.33333 5L6.66667 10.3333H9.33333L14.6667 5L16 6.66667Z" fill="%23d8f602"/></svg>');
}
.menu__dropdown {
  opacity: 0;
  pointer-events: none;
  width: 288px;
  position: absolute;
  top: 38px;
  right: -61px;
  transition: opacity 0.3s ease-in-out;
}
.menu__dropdown-inner {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 24px;
  border-radius: 8px;
  background: var(--color-sixth);
}
.menu__dropdown-item:not(:last-child) {
  margin-bottom: 8px;
}
.menu__dropdown-link {
  color: var(--color-first);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71;
}
.menu__dropdown-link:hover {
  color: var(--color-fifth);
}
.menu__dropdown.active {
  pointer-events: all;
  opacity: 1;
}
@media (max-width: 767px) {
  .menu__list {
    gap: 0;
    flex-direction: column;
  }
  .menu__link, .menu__more {
    display: flex;
    font-size: 16px;
    line-height: 1.5;
    padding: 16px;
  }
  .menu__more {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease-in-out;
  }
  .menu__more-icon {
    top: 0;
  }
  .menu__more-icon::after {
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M16.5 11.6605L9.83333 5H7.16667V7.99382H4.16667L0.5 11.6605L1.83333 13.3271L7.16667 7.99382H9.83333L15.1667 13.3271L16.5 11.6605Z" fill="%234c13ba"/></svg>');
  }
  .menu__dropdown {
    position: relative;
    top: -56px;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    pointer-events: all;
    transition: max-height 0.3s ease-in-out;
  }
  .menu__dropdown.active {
    max-height: 500px;
    margin-bottom: -56px;
  }
  .menu__dropdown-inner {
    padding: 64px 16px 16px;
  }
  .menu__dropdown-link {
    font-size: 13px;
    line-height: 1.84;
  }
}

.metrics__row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 40px 64px;
  border-radius: 40px;
  box-shadow: 0px 10px 60px 0px rgba(var(--color-fifth-rgb), 0.2);
  background: var(--color-second);
}
.metrics__item {
  --columns: 4;
  --gap: 33px;
  flex-grow: 1;
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
.metrics__title {
  color: var(--color-fifth);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: -0.02em;
  font-family: "RF Dewi Expanded", sans-serif;
  text-align: center;
  margin-bottom: 12px;
}
.metrics__text {
  text-align: center;
}
.metrics__line {
  width: 1px;
  background: var(--color-sixth);
}
@media (min-width: 768px) {
  .metrics_hr-page {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .metrics__row {
    gap: 24px 0;
    padding: 48px 24px;
    border-radius: 32px;
    flex-wrap: wrap;
  }
  .metrics__item {
    width: 100%;
  }
  .metrics__title {
    line-height: 1.2;
  }
  .metrics__line {
    width: 200px;
    height: 1px;
    margin: 0 auto;
  }
}

.mobile-menu {
  display: none;
}
@media (max-width: 767px) {
  .mobile-menu {
    display: block;
    position: fixed;
    top: var(--header-height);
    width: 100%;
    z-index: 2;
    height: calc(100 * var(--vh, 1vh));
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.3s ease-in;
  }
  .mobile-menu.active {
    opacity: 1;
    transform: translateX(0);
  }
  .mobile-menu__inner {
    overflow-y: auto;
    height: 100%;
    max-height: calc(100 * var(--vh, 1vh) - var(--header-height));
    padding: 20px 16px;
    background: var(--color-second);
  }
  .mobile-menu__top {
    display: flex;
    gap: 0 8px;
    margin-bottom: 24px;
  }
  .mobile-menu__username {
    width: calc(100% - 120px - 8px);
    display: flex;
    align-items: center;
    gap: 0 8px;
  }
  .mobile-menu__username::before {
    content: "";
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.6518 19.4054C20.2046 19.2902 20.5338 18.7117 20.2591 18.2183C19.6535 17.1307 18.6995 16.1749 17.4791 15.4465C15.9073 14.5085 13.9814 14 12.0002 14C10.019 14 8.09316 14.5085 6.52137 15.4465C5.30093 16.1749 4.34691 17.1307 3.74132 18.2183C3.46663 18.7117 3.79586 19.2902 4.34868 19.4054C9.39549 20.4572 14.6049 20.4572 19.6518 19.4054Z" fill="%234c13ba"/><path d="M17.0002 8C17.0002 10.7614 14.7617 13 12.0002 13C9.23882 13 7.00024 10.7614 7.00024 8C7.00024 5.23858 9.23882 3 12.0002 3C14.7617 3 17.0002 5.23858 17.0002 8Z" fill="%234c13ba"/></svg>') no-repeat;
    background-size: contain;
  }
  .mobile-menu__username span {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .mobile-menu__btn {
    flex-grow: 1;
  }
  .mobile-menu__btn_fixed {
    width: 120px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .mobile-menu__menu {
    margin-bottom: 32px;
  }
  .mobile-menu__contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 32px;
  }
  .mobile-menu__contact {
    width: calc(50% - 9px);
    display: flex;
    align-items: center;
    gap: 0 8px;
    font-size: 12px;
    line-height: 1.33;
  }
  .mobile-menu__contact img {
    width: 24px;
    height: 24px;
    object-fit: scale-down;
  }
  .mobile-menu__company-data {
    color: var(--color-eighth);
    font-size: 14px;
    line-height: 1.14;
  }
}

.not-found {
  min-height: 100vh;
  min-height: 100dvh;
  padding: var(--vertical-indent);
  display: flex;
  align-items: center;
  justify-content: center;
}
.not-found__pic {
  width: 576px;
  height: 200px;
  margin-bottom: 40px;
}
.not-found__pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.not-found__text {
  color: var(--color-eighth);
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.11;
  font-family: "RF Dewi Expanded", sans-serif;
}
.not-found__text:not(:last-child) {
  margin-bottom: 40px;
}
.not-found__btn {
  text-align: center;
}
@media (max-width: 767px) {
  .not-found__pic {
    width: 288px;
    height: 100px;
    margin: 0 auto 40px;
  }
  .not-found__text {
    font-size: 20px;
    line-height: 1.2;
  }
  .not-found__btn {
    text-align: center;
  }
}

.our-advantages {
  position: relative;
  padding: var(--vertical-indent) 0;
  overflow: hidden;
  background: var(--color-third);
}
.our-advantages__title {
  margin: 0 0 56px;
}
@media (max-width: 767px) {
  .our-advantages::after {
    content: "";
    position: absolute;
    top: calc(100% - 48px);
    left: 0;
    transform: none;
    width: 100%;
    height: 135px;
    border-radius: 374px;
    filter: blur(57px);
  }
  .our-advantages__title {
    margin-bottom: 32px;
  }
}

.page-top {
  --gap: 48px;
  padding: var(--vertical-indent) 0 48px;
}
.page-top_faq-page, .page-top_blog-page {
  padding-bottom: 24px;
}
.page-top_blog-detail-page {
  --gap: 32px;
  padding-bottom: 72px;
}
.page-top_case-detail-page {
  --gap: 32px;
  padding-bottom: 72px;
}
.page-top_about-page {
  padding-bottom: 40px;
}
.page-top_help-page {
  padding-bottom: 24px;
}
.page-top_help-detail-page {
  --gap: 32px;
  padding-bottom: 72px;
}
.page-top_webinars-page {
  padding-bottom: 56px;
}
.page-top__rows {
  display: flex;
  flex-direction: column;
  gap: var(--gap) 0;
}
.page-top__title {
  margin: 0;
}
.page-top__text {
  font-size: 18px;
  line-height: 1.55;
}
.page-top__text a {
  color: var(--color-fifth);
}
.page-top__text a:hover {
  text-decoration: underline;
}
.page-top__categories-with-tags {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}
.page-top__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.page-top__category {
  flex-shrink: 0;
}
.page-top__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.page-top__info {
  display: flex;
  align-items: center;
  gap: 0 48px;
}
.page-top__tag {
  color: var(--color-fifth);
  text-transform: uppercase;
}
.page-top__date {
  color: var(--color-eighth);
  font-size: 14px;
  line-height: 1.71;
}
.page-top__viewed-and-read-time {
  display: flex;
  gap: 0 16px;
}
.page-top__viewed, .page-top__read-time, .page-top__created, .page-top__updated {
  color: var(--color-eighth);
  font-size: 14px;
  line-height: 1.71;
}
.page-top__viewed {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.page-top__viewed::before {
  content: "";
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M19.3211 9.74611C19.2937 9.68439 18.6321 8.21672 17.1607 6.74524C15.201 4.78532 12.7248 3.74933 9.99998 3.74933C7.27514 3.74933 4.79895 4.78532 2.83926 6.74524C1.36785 8.21672 0.706311 9.68439 0.678844 9.74611C0.643343 9.82602 0.625 9.91249 0.625 9.99994C0.625 10.0874 0.643343 10.1739 0.678844 10.2538C0.706311 10.3156 1.36793 11.7829 2.83934 13.2541C4.79902 15.2136 7.27514 16.2493 9.99998 16.2493C12.7248 16.2493 15.2009 15.2136 17.1606 13.2541C18.632 11.7829 19.2937 10.3156 19.3211 10.2538C19.3566 10.1739 19.375 10.0874 19.375 9.99994C19.375 9.9125 19.3566 9.82602 19.3211 9.74611ZM9.99998 7.18752C10.5562 7.18752 11.1 7.35247 11.5625 7.66151C12.025 7.97055 12.3855 8.4098 12.5984 8.92372C12.8113 9.43764 12.867 10.0031 12.7584 10.5487C12.6499 11.0943 12.3821 11.5954 11.9887 11.9888C11.5954 12.3821 11.0942 12.65 10.5487 12.7585C10.0031 12.867 9.4376 12.8113 8.92368 12.5984C8.40977 12.3856 7.97051 12.0251 7.66147 11.5626C7.35243 11.1 7.18748 10.5563 7.18748 10C7.18832 9.25435 7.48491 8.53947 8.01217 8.01221C8.53943 7.48494 9.25432 7.18835 9.99998 7.18752Z" fill="%23aaa"/></svg>');
}
.page-top__read-time {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.page-top__read-time::before {
  content: "";
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18Z" fill="%23aaa"/><path d="M10 5.625V10H14.375" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.page-top__back {
  display: flex;
  align-items: center;
  gap: 0 8px;
  color: var(--color-fifth);
  font-size: 14px;
  line-height: 1.14;
}
.page-top__back::before {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M14 0L4.00927 10V14H8.5V18.5L14 24L16.5 22L8.5 14V10L16.5 2L14 0Z" fill="%234c13ba"/></svg>') no-repeat;
  background-size: contain;
}
@media (hover: hover) {
  .page-top__back:hover {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .page-top {
    --gap: 32px;
    padding-bottom: 32px;
  }
  .page-top_blog-page {
    padding-bottom: 16px;
  }
  .page-top_faq-page, .page-top_help-page {
    padding-bottom: 8px;
  }
  .page-top_about-page {
    padding-bottom: 40px;
  }
  .page-top__categories-with-tags {
    gap: 16px 0;
  }
  .page-top__categories {
    flex-wrap: nowrap;
    margin: 0 -16px;
    padding: 0 16px;
    overflow-x: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .page-top__categories::-webkit-scrollbar {
    /* Chrome/Safari/Webkit */
    display: none;
  }
  .page-top__tags {
    flex-wrap: nowrap;
    margin: 0 -16px;
    padding: 0 16px;
    overflow-x: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .page-top__tags::-webkit-scrollbar {
    /* Chrome/Safari/Webkit */
    display: none;
  }
  .page-top__info {
    justify-content: space-between;
  }
  .page-top_help-detail-page .page-top__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px 0;
  }
}

.pay-per-action {
  color: var(--color-second);
  padding: var(--vertical-indent) 0;
  background: var(--color-first);
}
.pay-per-action__title {
  margin: 0 0 56px;
}
.pay-per-action__text {
  margin-bottom: 56px;
}
.pay-per-action__text p {
  margin: 0;
}
.pay-per-action__text p:not(:last-child) {
  margin-bottom: 12px;
}
.pay-per-action__sub-title {
  margin: 0 0 56px;
}
.pay-per-action__grid {
  --columns: 3;
  --gap: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 56px var(--gap);
}
.pay-per-action__item {
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
  display: flex;
  align-items: center;
  gap: 0 24px;
}
.pay-per-action__item-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .pay-per-action__title, .pay-per-action__text, .pay-per-action__sub-title {
    margin-bottom: 32px;
  }
  .pay-per-action__grid {
    gap: 24px 0;
  }
  .pay-per-action__item {
    width: 100%;
  }
}

.promo-banner {
  position: relative;
  padding: 108px 0 var(--vertical-indent);
  background: var(--color-first);
}
.promo-banner__figures {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.promo-banner__figure-one {
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  width: 208px;
  height: 444px;
  background: url("../images/promo-banner/figure-one.svg") no-repeat;
  background-size: contain;
}
.promo-banner__figure-two {
  display: block;
  position: sticky;
  top: 0;
  right: 0;
  width: 235px;
  height: 291px;
  background: url("../images/promo-banner/figure-two.svg") no-repeat;
  background-size: contain;
}
.promo-banner__content {
  position: relative;
  z-index: 1;
}
.promo-banner__breadcrumbs {
  margin-bottom: 56px;
}
.promo-banner__title {
  text-align: center;
  margin: 0 0 32px;
}
.promo-banner__text {
  color: var(--color-second);
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
  margin-bottom: 32px;
}
.promo-banner__btn {
  width: 320px;
  margin: 0 auto 48px;
}
.promo-banner__metrics {
  max-width: 713px;
  margin: 0 auto;
  padding: 40px 64px;
  border-radius: 40px;
  background: var(--color-second);
  box-shadow: 0px 10px 60px 0px rgba(var(--color-fifth-rgb), 0.2);
}
.promo-banner__metrics-row {
  display: flex;
  gap: 0 32px;
}
.promo-banner__metrics-count, .promo-banner__metrics-title {
  align-self: center;
}
.promo-banner__metrics-count {
  width: 220px;
  flex-shrink: 0;
}
.promo-banner__metrics-number {
  color: var(--color-fifth);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.8px;
  font-family: "RF Dewi Expanded", sans-serif;
  margin-bottom: 12px;
}
.promo-banner__metrics-line {
  width: 1px;
  flex-shrink: 0;
  background: rgba(var(--color-fifth-rgb), 0.3);
}
@media (max-width: 767px) {
  .promo-banner {
    padding: 128px 0 32px;
  }
  .promo-banner__figure-one {
    width: 97px;
    height: 208px;
  }
  .promo-banner__figure-two {
    width: 120px;
    height: 136px;
    background-size: cover;
    background-position: left bottom;
  }
  .promo-banner__breadcrumbs {
    display: none;
  }
  .promo-banner__title {
    margin-bottom: 24px;
  }
  .promo-banner__text {
    margin-bottom: 24px;
  }
  .promo-banner__btn {
    width: 100%;
    margin-bottom: 40px;
  }
  .promo-banner__metrics {
    padding: 48px 24px;
  }
  .promo-banner__metrics-row {
    gap: 24px 0;
    flex-wrap: wrap;
  }
  .promo-banner__metrics-count {
    width: 100%;
    text-align: center;
  }
  .promo-banner__metrics-line {
    width: 200px;
    height: 1px;
    margin: 0 auto;
    background: rgba(141, 193, 175, 0.3);
  }
  .promo-banner__metrics-title {
    width: 100%;
    text-align: center;
  }
}

.promo-text {
  position: relative;
  padding: var(--vertical-indent) 0;
  background: var(--color-fifth);
}
.promo-text__figure-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.promo-text__figure-one {
  margin-top: auto;
  width: 351px;
  height: 224px;
  background: url("../images/promo-text/figure-two.svg") no-repeat;
  background-size: contain;
}
.promo-text__figure-two {
  position: sticky;
  top: 0;
  width: 203px;
  height: 280px;
  background: url("../images/promo-text/figure-one.svg") no-repeat;
  background-size: contain;
}
.promo-text__inner {
  position: relative;
  z-index: 1;
  max-width: 917px;
  margin: 0 auto;
}
.promo-text_bigger .promo-text__inner {
  max-width: none;
}
.promo-text__title {
  text-align: center;
  margin: 0 0 32px;
}
.promo-text__text {
  color: var(--color-second);
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
}
.promo-text__text:not(:last-child) {
  margin-bottom: 32px;
}
.promo-text__btn {
  text-align: center;
}
@media (max-width: 767px) {
  .promo-text__figure-wrap {
    display: none;
  }
}

.radio {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 0 14px;
}
.radio__input {
  display: none;
}
.radio__icon {
  flex-shrink: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid var(--color-first);
  background: var(--color-second);
}
.radio__input:checked + .radio__icon {
  border: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect width='24' height='24' rx='12' fill='%23DCFF00'/%3E%3Ccircle cx='12' cy='12' r='6' fill='black'/%3E%3C/svg%3E") no-repeat;
  background-size: contain;
}
.radio__text {
  color: var(--color-first);
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
}
.radio__text a {
  color: var(--color-fourth);
}
.radio__text a:hover {
  text-decoration: underline;
}
.radio_dark .radio__text {
  color: var(--color-sixth);
}

.resume-form {
  color: var(--color-second);
  padding: var(--vertical-indent) 20px;
  border-radius: 24px;
  background: var(--color-first);
}
.resume-form__content {
  max-width: 805px;
  margin: 0 auto;
}
.resume-form__title {
  margin: 0 0 32px;
}
.resume-form__text {
  margin-bottom: 32px;
}
.resume-form__fields {
  margin-bottom: 16px;
}
.resume-form__field:not(:last-child) {
  margin-bottom: 16px;
}
.resume-form__file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
  margin-bottom: 16px;
}
.resume-form__file-name {
  color: var(--color-second);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71;
  font-family: "RF Dewi Expanded", sans-serif;
}
.resume-form__file-remove {
  cursor: pointer;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.5001 4.47819V4.70498C17.4548 4.79237 18.4017 4.90731 19.3398 5.04898C19.6871 5.10143 20.0332 5.15755 20.3781 5.2173C20.7863 5.28799 21.0598 5.67617 20.9891 6.0843C20.9184 6.49244 20.5302 6.76598 20.1221 6.69529C20.0525 6.68323 19.9829 6.67132 19.9131 6.65957L18.9077 19.7301C18.7875 21.2931 17.4842 22.5 15.9166 22.5H8.08369C6.51608 22.5 5.21276 21.2931 5.09253 19.7301L4.0871 6.65957C4.0174 6.67132 3.94774 6.68323 3.87813 6.69529C3.47 6.76598 3.08183 6.49244 3.01113 6.0843C2.94043 5.67617 3.21398 5.28799 3.62211 5.2173C3.96701 5.15755 4.31315 5.10143 4.66048 5.04898C5.59858 4.90731 6.5454 4.79237 7.50012 4.70498V4.47819C7.50012 2.91371 8.71265 1.57818 10.3156 1.52691C10.8749 1.50901 11.4365 1.5 12.0001 1.5C12.5638 1.5 13.1253 1.50901 13.6847 1.52691C15.2876 1.57818 16.5001 2.91371 16.5001 4.47819ZM10.3635 3.02614C10.9069 3.00876 11.4525 3 12.0001 3C12.5478 3 13.0934 3.00876 13.6367 3.02614C14.3913 3.05028 15.0001 3.68393 15.0001 4.47819V4.59082C14.0078 4.53056 13.0075 4.5 12.0001 4.5C10.9928 4.5 9.99249 4.53056 9.00012 4.59082V4.47819C9.00012 3.68393 9.6089 3.05028 10.3635 3.02614ZM10.0087 8.97118C9.9928 8.55727 9.64436 8.23463 9.23045 8.25055C8.81654 8.26647 8.49391 8.61492 8.50983 9.02882L8.85599 18.0288C8.8719 18.4427 9.22035 18.7654 9.63426 18.7494C10.0482 18.7335 10.3708 18.3851 10.3549 17.9712L10.0087 8.97118ZM15.4895 9.02882C15.5054 8.61492 15.1828 8.26647 14.7689 8.25055C14.355 8.23463 14.0065 8.55727 13.9906 8.97118L13.6444 17.9712C13.6285 18.3851 13.9512 18.7335 14.3651 18.7494C14.779 18.7654 15.1274 18.4427 15.1433 18.0288L15.4895 9.02882Z" fill="%23d8f602"/></svg>') no-repeat;
  background-size: contain;
}
.resume-form__load-file {
  margin-bottom: 16px;
}
.resume-form__load-file input {
  display: none;
}
.resume-form__load-file label {
  position: relative;
  cursor: pointer;
  color: var(--color-third);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
  padding-bottom: 4px;
  font-family: "RF Dewi Expanded", sans-serif;
}
.resume-form__load-file label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(var(--color-third-rgb), 0.3) 0, rgba(var(--color-third-rgb), 0.3) 50%, transparent 50%, transparent 100%);
  background-position: left;
  background-size: 14px 1px;
}
.resume-form__load-file label:hover::after {
  opacity: 0;
}
.resume-form__btn {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .resume-form {
    padding: 40px 24px;
  }
  .resume-form__file {
    gap: 0 8px;
  }
  .resume-form__file-name {
    font-size: 12px;
    line-height: 1.33;
  }
}

.review {
  padding: 56px 40px;
  border-radius: 24px;
  background: rgba(var(--color-sixth-rgb), 0.3);
}
.review__author-name {
  display: flex;
  gap: 0 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "RF Dewi Expanded", sans-serif;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(var(--color-sixth-rgb), 0.3);
  margin-bottom: 16px;
}
.review__author-name::after {
  content: "";
  width: 24px;
  height: 22px;
  margin-left: auto;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="22" viewBox="0 0 24 22" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.9355 21.0302V17.08C13.9355 16.5442 14.3643 16.1101 14.8933 16.1101C16.7808 16.1101 17.8074 14.1497 17.9497 10.2803L14.8933 10.2803C14.3643 10.2803 13.9355 9.84586 13.9355 9.31032V0.96962C13.9355 0.434153 14.3643 0 14.8933 0H23.0424C23.5716 0 24 0.434492 24 0.96962L24 9.31032C24 11.1652 23.8156 12.8674 23.452 14.3701C23.0792 15.9109 22.5069 17.2581 21.7514 18.3744C20.9741 19.5216 20.0018 20.4219 18.8613 21.049C17.7131 21.68 16.3778 22 14.893 22C14.3643 22 13.9355 21.5659 13.9355 21.0302ZM0.957905 16.1101C0.429165 16.1101 0 16.5446 0 17.08V21.0302C0 21.5659 0.429098 22 0.957905 22C2.44213 22 3.77757 21.6799 4.92538 21.049C6.0661 20.4219 7.03893 19.5216 7.81637 18.3744C8.57151 17.2581 9.14384 15.9108 9.51676 14.3697C9.8801 12.8665 10.0645 11.1643 10.0645 9.31032V0.96962C10.0645 0.434153 9.63555 0 9.10668 0H0.95797C0.429232 0 0.000469208 0.434492 0.000469208 0.96962L0.000469208 9.31039C0.000469208 9.84586 0.429165 10.2804 0.95797 10.2804L3.97076 10.2804C3.83061 14.1497 2.81894 16.1101 0.957905 16.1101Z" fill="%234c13ba"/></svg>') no-repeat;
  background-size: contain;
}
.review__text {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .review {
    padding: 40px 24px;
    border-radius: 16px;
  }
}

.reviews-slider {
  padding: var(--vertical-indent) 0;
}
.reviews-slider__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 40px;
  margin-bottom: 56px;
}
.reviews-slider__title {
  margin: 0;
}
.reviews-slider__arrows {
  flex-shrink: 0;
  display: flex;
  gap: 0 16px;
}
@media (max-width: 767px) {
  .reviews-slider__head {
    gap: 0 16px;
    margin-bottom: 24px;
  }
}

.sort-tag {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0 4px;
  font-size: 14px;
  line-height: 16px;
  padding: 7px 6px;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--color-second);
  border: 1px solid var(--color-fifth);
}
.sort-tag.active {
  color: var(--color-second);
  background: var(--color-fifth);
}
@media (hover: hover) {
  .sort-tag:hover {
    background: rgba(var(--color-fifth-rgb), 0.1);
  }
  .sort-tag.active:hover {
    color: var(--color-first);
    background: var(--color-third);
  }
}
.sort-tag__count {
  color: rgba(var(--color-first-rgb), 0.3);
}
.sort-tag.active .sort-tag__count {
  color: rgba(var(--color-second-rgb), 0.5);
}
@media (hover: hover) {
  .sort-tag.active:hover .sort-tag__count {
    color: rgba(var(--color-first-rgb), 0.5);
  }
}
.sort-tag__close {
  width: 12px;
  height: 12px;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M6.00006 5.29289L3.87874 3.17157L3.17163 3.87868L5.29295 6L3.17163 8.12132L3.87874 8.82842L6.00006 6.7071L8.12138 8.82842L8.82849 8.12132L6.70717 6L8.82849 3.87868L8.12138 3.17157L6.00006 5.29289Z" fill="%23fff"/></svg>') no-repeat;
  background-size: contain;
}
@media (hover: hover) {
  .sort-tag.active:hover .sort-tag__close {
    background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M6.00006 5.29289L3.87874 3.17157L3.17163 3.87868L5.29295 6L3.17163 8.12132L3.87874 8.82842L6.00006 6.7071L8.12138 8.82842L8.82849 8.12132L6.70717 6L8.82849 3.87868L8.12138 3.17157L6.00006 5.29289Z" fill="%23151b21"/></svg>');
  }
}

.sorting {
  display: flex;
  gap: 0 24px;
}
.sorting__text {
  flex-shrink: 0;
  color: var(--color-eighth);
  font-size: 14px;
  line-height: 1.6;
}
.sorting__row {
  flex-shrink: 0;
  display: flex;
  gap: 0 24px;
}
.sorting__sort {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0 4px;
  color: var(--color-eighth);
  font-size: 14px;
  line-height: 1.6;
}
.sorting__sort.active {
  color: var(--color-first);
}
.sorting__sort-up, .sorting__sort-down {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 3.75V20.25" stroke="%23151b21" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.25 13.5L12 20.25L18.75 13.5" stroke="%23151b21" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;
  background-size: contain;
}
.sorting__sort-up {
  transform: scaleY(-1);
}
@media (max-width: 767px) {
  .sorting__row {
    flex-shrink: 1;
    margin-right: -16px;
    padding-right: 16px;
    overflow-x: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .sorting__row::-webkit-scrollbar {
    /* Chrome/Safari/Webkit */
    display: none;
  }
  .sorting__sort {
    flex-shrink: 0;
  }
}

.start-now-slider {
  position: relative;
  padding: var(--vertical-indent) 0;
  background: var(--color-first);
}
.start-now-slider__figure-wrap {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.start-now-slider__figure {
  display: block;
  position: sticky;
  top: 0;
  width: 581px;
  height: 429px;
  background: url("../images/start-now-slider/figure.svg") no-repeat;
  background-size: contain;
}
.start-now-slider__inner {
  position: relative;
  z-index: 1;
}
.start-now-slider__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 40px;
  margin-bottom: 80px;
}
.start-now-slider__title {
  margin: 0;
}
.start-now-slider__arrows {
  display: flex;
  gap: 0 16px;
  flex-shrink: 0;
}
.start-now-slider__row {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 104px;
}
.start-now-slider__content {
  width: 504px;
  flex-shrink: 0;
  color: var(--color-second);
}
.start-now-slider__text {
  font-size: 18px;
  line-height: 1.55;
}
.start-now-slider__text:not(:last-child) {
  margin-bottom: 32px;
}
.start-now-slider__slider {
  width: 343px;
  margin-left: auto;
}
.start-now-slider__pagination {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
}
.start-now-slider__metrics {
  text-align: center;
  padding: 48px 24px;
  border-radius: 32px;
  box-shadow: 0px 10px 60px 0px rgba(var(--color-fifth-rgb), 0.2);
  background: var(--color-second);
}
.start-now-slider__metrics-num {
  color: var(--color-fifth);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.8px;
  font-family: "RF Dewi Expanded", sans-serif;
  margin-bottom: 12px;
}
.start-now-slider__metrics-text {
  margin-bottom: 24px;
}
.start-now-slider__metrics-line {
  display: block;
  width: 200px;
  height: 1px;
  background: rgba(141, 193, 175, 0.3);
  margin: 0 auto 24px;
}
.start-now-slider__metrics-company {
  font-weight: 700;
  font-family: "RF Dewi Expanded", sans-serif;
}
.start-now-slider__btn-mob {
  display: none;
}
@media (max-width: 767px) {
  .start-now-slider {
    padding: 40px 0;
  }
  .start-now-slider__figure {
    width: 215px;
    height: 159px;
  }
  .start-now-slider__head {
    margin-bottom: 32px;
  }
  .start-now-slider__arrows {
    display: none;
  }
  .start-now-slider__row {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .start-now-slider__content, .start-now-slider__slider {
    width: 100%;
  }
  .start-now-slider__text:not(:last-child) {
    margin-bottom: 24px;
  }
  .start-now-slider__slider {
    margin: 0 0 40px;
  }
  .start-now-slider__pagination {
    position: static;
    margin-top: 40px;
    transform: none;
  }
  .start-now-slider__metrics {
    padding: 48px 24px;
  }
  .start-now-slider__btn-desk {
    display: none;
  }
  .start-now-slider__btn-mob {
    width: 100%;
    display: block;
  }
}

.start-now {
  padding: var(--vertical-indent) 0;
}
.start-now__content {
  position: relative;
  padding: var(--vertical-indent) 48px;
  border-radius: 24px;
  background: var(--color-first);
}
.start-now__content::after {
  content: "";
  position: absolute;
  top: 58px;
  left: 503px;
  right: 68px;
  bottom: 57px;
  background: url("../images/start-now/bg.svg") no-repeat;
  background-size: contain;
}
.start-now__title, .start-now__text, .start-now__btn {
  max-width: 504px;
}
.start-now__title {
  margin: 0 0 32px;
}
.start-now__text {
  color: var(--color-second);
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 32px;
}
.start-now__btn {
  width: 390px;
}
@media (max-width: 767px) {
  .start-now__content {
    display: flex;
    flex-direction: column;
    padding: 40px 24px;
    border-radius: 16px;
  }
  .start-now__content::after {
    order: -1;
    position: static;
    display: block;
    width: 100%;
    height: 147px;
    background-position: center;
    margin-bottom: 32px;
  }
  .start-now__title, .start-now__text, .start-now__btn {
    max-width: none;
  }
  .start-now__btn {
    width: 100%;
  }
}

.subscribe-form {
  padding: var(--vertical-indent) 0;
}
.subscribe-form_without-pt {
  padding-top: 0;
}
.subscribe-form__content {
  padding: 80px 153px;
  border-radius: 24px;
  background: var(--color-first);
}
.subscribe-form__title {
  margin: 0 0 32px;
}
.subscribe-form__text {
  color: var(--color-second);
  margin-bottom: 32px;
}
.subscribe-form__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
  margin-bottom: 24px;
}
.subscribe-form__field {
  flex-grow: 1;
}
.subscribe-form__btn {
  width: 320px;
}
@media (max-width: 767px) {
  .subscribe-form_without-pt-in-mob {
    padding-top: 0;
  }
  .subscribe-form__content {
    padding: 40px 24px;
    border-radius: 16px;
  }
  .subscribe-form__field {
    margin-bottom: 10px;
  }
  .subscribe-form__btn {
    width: 100%;
  }
}

.tags {
  padding: var(--vertical-indent) 0;
  background: var(--color-sixth);
}
.tags__title {
  margin: 0 0 56px;
}
.tags__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
}
.tags__tag {
  display: flex;
  gap: 0 8px;
  font-size: 18px;
  line-height: 1.55;
}
.tags__tag::after {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.288 3.99989L2.59245 11.6675L4.00409 13.0843L13.7166 3.40701L12.3333 2.01875V1.99989H12.3145L12.3049 1.99023L12.2952 1.99989H2V3.99989H10.288ZM11.3333 13.9999V7.99989L13.3333 10.6148V13.9999H11.3333Z" fill="%234c13ba"/></svg>') no-repeat;
  background-size: contain;
}
@media (hover: hover) {
  .tags__tag:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  .tags__title {
    margin-bottom: 32px;
  }
  .tags__grid {
    flex-direction: column;
    align-items: flex-start;
  }
}

.author__pic {
  position: relative;
  width: 100%;
  clip-path: inset(0 0 0 0 round 50% 50% 50% 0);
  margin-bottom: 24px;
}
.author__pic::before {
  content: "";
  display: block;
  width: 0;
  padding-top: 100%;
}
.author__pic picture {
  position: absolute;
  top: 0;
  left: 0;
}
.author__pic picture,
.author__pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.author__pic img {
  object-fit: cover;
  object-position: top center;
}
.author__name {
  margin-bottom: 16px;
}
.author__position {
  color: var(--color-sixth);
  font-size: 14px;
  line-height: 16px;
}

.team__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 16px;
  margin-bottom: 56px;
}
.team__title {
  margin: 0;
}
.team__arrows {
  flex-shrink: 0;
  display: flex;
  gap: 0 16px;
}
.team__slider .swiper-slide {
  --columns: 5;
  --gap: 47.5px;
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
.team__slider .swiper-slide:not(:last-child) {
  margin-right: 47.5px;
}
@media (max-width: 767px) {
  .team__head {
    margin-bottom: 32px;
  }
  .team__slider {
    margin: 0 -16px;
    padding: 0 16px;
    overflow: hidden;
  }
  .team__slider .swiper {
    overflow: visible;
  }
  .team__slider .swiper-slide {
    width: 184px;
  }
}

.text-default {
  --gap: 40px 0;
  padding: 0 0 var(--vertical-indent);
}
.text-default__row {
  display: flex;
  align-items: flex-start;
  gap: 0 32px;
}
.text-default__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap);
}
.text-default__content h1,
.text-default__content h2,
.text-default__content h3,
.text-default__content h4,
.text-default__content h5,
.text-default__content h6 {
  font-family: "RF Dewi Expanded", sans-serif;
  margin: 0;
}
.text-default__content h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
.text-default__content h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.11;
}
.text-default__content h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.42;
}
.text-default__content h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.text-default__content p {
  margin: 0;
}
.text-default__content div p + p {
  margin-top: 12px;
}
.text-default__content ul {
  margin: 0;
  padding: 0 0 0 24px;
}
.text-default__content blockquote {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 8px;
  font-family: "RF Dewi Expanded", sans-serif;
  padding: 24px 32px 32px;
  margin: 0;
  background: var(--color-sixth);
}
.text-default__content blockquote::before {
  content: "";
  display: block;
  width: 24px;
  height: 22px;
  margin-bottom: 24px;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="22" viewBox="0 0 24 22" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.9355 21.0302V17.08C13.9355 16.5442 14.3643 16.1101 14.8933 16.1101C16.7808 16.1101 17.8074 14.1497 17.9497 10.2803L14.8933 10.2803C14.3643 10.2803 13.9355 9.84586 13.9355 9.31032V0.96962C13.9355 0.434153 14.3643 0 14.8933 0H23.0424C23.5716 0 24 0.434492 24 0.96962L24 9.31032C24 11.1652 23.8156 12.8674 23.452 14.3701C23.0792 15.9109 22.5069 17.2581 21.7514 18.3744C20.9741 19.5216 20.0018 20.4219 18.8613 21.049C17.7131 21.68 16.3778 22 14.893 22C14.3643 22 13.9355 21.5659 13.9355 21.0302ZM0.957905 16.1101C0.429165 16.1101 0 16.5446 0 17.08V21.0302C0 21.5659 0.429098 22 0.957905 22C2.44213 22 3.77757 21.6799 4.92538 21.049C6.0661 20.4219 7.03893 19.5216 7.81637 18.3744C8.57151 17.2581 9.14384 15.9108 9.51676 14.3697C9.8801 12.8665 10.0645 11.1643 10.0645 9.31032V0.96962C10.0645 0.434153 9.63555 0 9.10668 0H0.95797C0.429232 0 0.000469208 0.434492 0.000469208 0.96962L0.000469208 9.31039C0.000469208 9.84586 0.429165 10.2804 0.95797 10.2804L3.97076 10.2804C3.83061 14.1497 2.81894 16.1101 0.957905 16.1101Z" fill="%234c13ba"/></svg>') no-repeat;
  background-size: contain;
}
.text-default__content blockquote p + p {
  margin-top: 16px;
}
.text-default__content a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.text-default__content a:hover {
  text-decoration: none;
}
.text-default__content img {
  vertical-align: top;
  height: auto;
  border-radius: 16px;
}
.text-default_about-page .text-default__content {
  font-size: 18px;
  line-height: 1.55;
}
.text-default__anchors {
  position: sticky;
  top: var(--header-height);
  width: 252px;
  height: 200px;
  flex-shrink: 0;
  margin: 88px 0;
}
.text-default__anchor {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  font-size: 14px;
  line-height: normal;
  padding: 11px 0 11px 20px;
}
.text-default__anchor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(93deg, rgba(113, 179, 223, 0.2) 0%, rgba(154, 132, 237, 0.2) 100%);
}
.text-default__anchor.active::before {
  border-radius: 2px;
  background: var(--color-fifth);
}
.text-default__nav {
  position: relative;
  --gap: 64px;
  --columns: 2;
  width: calc(100% - 252px - 32px);
  display: flex;
  gap: 0 var(--gap);
  margin-top: 40px;
}
.text-default__nav-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
  background: var(--color-sixth);
}
.text-default__nav-prev, .text-default__nav-next {
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71;
  font-family: "RF Dewi Expanded", sans-serif;
}
@media (hover: hover) {
  .text-default__nav-prev:hover, .text-default__nav-next:hover {
    text-decoration: underline;
  }
}
.text-default__nav-prev::before {
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M14 0L4.00927 10V14H8.5V18.5L14 24L16.5 22L8.5 14V10L16.5 2L14 0Z" fill="%234c13ba"/></svg>') no-repeat;
  background-size: contain;
}
.text-default__nav-next::after {
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M5.50309 0L12.1636 6.66667V9.33333H9.16976V12.3333L5.50309 16L3.83643 14.6667L9.16976 9.33333V6.66667L3.83643 1.33333L5.50309 0Z" fill="%234c13ba"/></svg>') no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .text-default_information-page {
    --gap: 48px 0;
  }
  .text-default_information-page:not(:last-child) {
    padding-bottom: 48px;
  }
  .text-default_about-page:not(:last-child) {
    padding-bottom: 40px;
  }
  .text-default_webinar-past-page {
    --gap: 80px 0;
  }
}
@media (max-width: 767px) {
  .text-default {
    --gap: 32px 0;
    padding: 0 0 32px;
  }
  .text-default_webinar-planned-page {
    padding-bottom: var(--vertical-indent);
  }
  .text-default_webinar-past-page {
    padding-bottom: var(--vertical-indent);
  }
  .text-default_about-page {
    --gap: 40px 0;
    padding-bottom: 40px;
  }
  .text-default_help-detail-page {
    --gap: 40px 0;
    padding-bottom: 40px;
  }
  .text-default__content h1 {
    font-size: 24px;
    line-height: 1.33;
  }
  .text-default__content h2 {
    font-size: 20px;
    line-height: 1.2;
  }
  .text-default__content h3 {
    font-size: 18px;
    line-height: 1.33;
  }
  .text-default__content h4 {
    font-size: 16px;
    line-height: 1.5;
  }
  .text-default__content blockquote {
    font-size: 16px;
    line-height: 1.5;
    padding: 24px 24px 32px;
  }
  .text-default__content img {
    border-radius: 8px;
  }
  .text-default_case-detail-page .text-default__content img {
    border-radius: 16px;
  }
  .text-default__anchors {
    display: none;
  }
  .text-default__nav {
    width: 100%;
    gap: 16px 0;
    flex-direction: column;
    margin-top: 32px;
  }
  .text-default__nav-line {
    position: static;
    width: 100%;
    height: 1px;
    transform: none;
  }
  .text-default__nav-prev, .text-default__nav-next {
    width: 100%;
  }
  .text-default__nav-next::after {
    margin-left: auto;
  }
}

.we-looking-for {
  padding: var(--vertical-indent) 0;
}
.we-looking-for__title {
  margin: 0 0 56px;
}
.we-looking-for__cities {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}
.we-looking-for__vacancies {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .we-looking-for__title {
    margin-bottom: 32px;
  }
  .we-looking-for__cities {
    flex-wrap: nowrap;
    margin: 0 -16px;
    padding: 0 16px;
    overflow-x: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    margin-bottom: 8px;
  }
  .we-looking-for__cities::-webkit-scrollbar {
    /* Chrome/Safari/Webkit */
    display: none;
  }
  .we-looking-for__vacancies {
    margin-bottom: 0;
  }
}

.we-offer {
  padding: var(--vertical-indent) 0;
}
.we-offer__title {
  width: 450px;
  flex-shrink: 0;
  margin: 0;
}
.we-offer__row {
  display: flex;
  align-items: center;
  gap: 0 116px;
}
.we-offer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.we-offer__item {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.we-offer__item::before {
  content: "";
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><circle cx="16" cy="16" r="16" fill="%234c13ba"/><path d="M10.8799 15.36L14.9138 19.2L21.1199 12.8" stroke="white" stroke-width="3"/></svg>') no-repeat;
  background-size: contain;
}
.we-offer__item:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .we-offer__row {
    gap: 40px 0;
    flex-direction: column;
  }
  .we-offer__title {
    width: 100%;
  }
  .we-offer__item {
    align-items: flex-start;
  }
  .we-offer__item::before {
    margin-top: 4px;
  }
}

.webinar-big-card {
  padding: 0 0 var(--vertical-indent);
}
.webinar-big-card_without-bd {
  padding: var(--vertical-indent) 0;
}
.webinar-big-card_past {
  padding: var(--vertical-indent) 0 40px;
}
.webinar-big-card__content {
  padding: 48px 56px;
  border-radius: 24px;
  border: 4px solid var(--color-fifth);
  background: var(--color-second);
}
.webinar-big-card_without-bd .webinar-big-card__content {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}
.webinar-big-card__title {
  margin: 0;
}
.webinar-big-card__title:not(:last-child) {
  margin-bottom: 24px;
}
.webinar-big-card__text {
  font-size: 18px;
  line-height: 1.55;
}
.webinar-big-card__text:not(:last-child) {
  margin-bottom: 24px;
}
.webinar-big-card__author:not(:last-child) {
  margin-bottom: 24px;
}
.webinar-big-card__date:not(:last-child) {
  margin-bottom: 40px;
}
.webinar-big-card__form-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
.webinar-big-card__form-field {
  --columns: 2;
  --gap: 20px;
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
.webinar-big-card__form-field_full {
  width: 100%;
}
.webinar-big-card__form-btns {
  display: flex;
  align-items: center;
  gap: 0 32px;
}
.webinar-big-card__form-detail-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 4px;
  font-weight: 700;
  letter-spacing: -0.16px;
  font-family: "RF Dewi Expanded", sans-serif;
}
.webinar-big-card__form-detail-link::before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 61%;
  height: 2px;
  background: var(--color-first);
  transform: translateX(-8px);
  transition: all 0.3s ease-in-out;
}
.webinar-big-card__form-detail-link::after {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M5.50309 0L12.1636 6.66667V9.33333H9.16976V12.3333L5.50309 16L3.83643 14.6667L9.16976 9.33333V6.66667L3.83643 1.33333L5.50309 0Z" fill="%234c13ba"/></svg>') no-repeat;
  background-size: contain;
}
@media (hover: hover) {
  .webinar-big-card__form-detail-link:hover::before {
    opacity: 1;
    width: 100%;
    transform: translateX(0);
  }
}
.webinar-big-card_without-bd .webinar-big-card__form {
  max-width: 832px;
}
@media (max-width: 767px) {
  .webinar-big-card__content {
    padding: 48px 24px;
  }
  .webinar-big-card__form-field {
    width: 100%;
  }
  .webinar-big-card__form-btns {
    gap: 40px 0;
    align-items: stretch;
    flex-direction: column;
  }
  .webinar-big-card__form-detail-link {
    margin: 0 auto;
  }
}

.webinar-card {
  display: flex;
  flex-direction: column;
  padding: 40px 32px;
  border-radius: 24px;
  border: 4px solid var(--color-fifth);
  background: var(--color-second);
}
.webinar-card_disabled {
  border-color: var(--color-sixth);
}
.webinar-card__title {
  margin: 0;
}
.webinar-card__title:not(:last-child) {
  margin-bottom: 24px;
}
.webinar-card__text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}
.webinar-card__text:not(:last-child) {
  margin-bottom: 40px;
}
.webinar-card__author {
  margin-top: auto;
}
.webinar-card__author:not(:last-child) {
  margin-bottom: 40px;
}
.webinar-card__bottom {
  display: flex;
  align-items: center;
}
.webinar-card__detail-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 4px;
  font-weight: 700;
  letter-spacing: -0.16px;
  margin-left: auto;
  font-family: "RF Dewi Expanded", sans-serif;
}
.webinar-card__detail-link::before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 61%;
  height: 2px;
  background: var(--color-first);
  transform: translateX(-8px);
  transition: all 0.3s ease-in-out;
}
.webinar-card__detail-link::after {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M5.50309 0L12.1636 6.66667V9.33333H9.16976V12.3333L5.50309 16L3.83643 14.6667L9.16976 9.33333V6.66667L3.83643 1.33333L5.50309 0Z" fill="%234c13ba"/></svg>') no-repeat;
  background-size: contain;
}
@media (hover: hover) {
  .webinar-card__detail-link:hover::before {
    opacity: 1;
    width: 100%;
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .webinar-card {
    padding: 40px 24px;
  }
  .webinar-card__text:not(:last-child), .webinar-card__author:not(:last-child) {
    margin-bottom: 32px;
  }
  .webinar-card__text {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
  .webinar-card__bottom {
    gap: 24px 0;
    flex-direction: column;
  }
  .webinar-card__detail-link {
    margin: 0 auto;
  }
}

.webinars-slider {
  padding: var(--vertical-indent) 0;
}
.webinars-slider__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 40px;
  margin-bottom: 56px;
}
.webinars-slider__title {
  margin: 0;
}
.webinars-slider__arrows {
  display: flex;
  gap: 0 16px;
}
.webinars-slider__slider .swiper-slide {
  --columns: 2;
  --gap: 32px;
  display: flex;
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
  height: auto;
}
.webinars-slider__slider .swiper-slide:not(:last-child) {
  margin-right: var(--gap);
}
.webinars-slider__btn {
  text-align: center;
}
@media (max-width: 767px) {
  .webinars-slider__head {
    gap: 0 16px;
    margin-bottom: 24px;
  }
  .webinars-slider__slider {
    margin: 0 -16px;
    padding: 0 16px;
    overflow: hidden;
  }
  .webinars-slider__slider .swiper {
    overflow: visible;
  }
  .webinars-slider__slider .swiper-slide {
    width: 100%;
  }
  .webinars-slider__slider .swiper-slide:not(:last-child) {
    margin-right: 16px;
  }
}

.webmaster-tools {
  padding: var(--vertical-indent) 0;
  background: var(--color-first);
}
.webmaster-tools__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 40px;
  margin-bottom: 80px;
}
.webmaster-tools__title {
  margin: 0;
}
.webmaster-tools__arrows {
  display: flex;
  gap: 0 16px;
  flex-shrink: 0;
}
.webmaster-tools__pagination {
  margin: 88px 0 8px;
}
.webmaster-tools__row {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
.webmaster-tools__col:nth-child(1) {
  flex-grow: 1;
}
.webmaster-tools__col:nth-child(2) {
  width: 400px;
  flex-shrink: 0;
}
.webmaster-tools__pic {
  width: 100%;
  height: 212px;
}
.webmaster-tools__pic picture,
.webmaster-tools__pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.webmaster-tools__pic img {
  object-fit: scale-down;
}
.webmaster-tools__name {
  margin: 0 0 30px;
}
.webmaster-tools__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.webmaster-tools__item {
  color: var(--color-second);
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.webmaster-tools__item::before {
  content: "";
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><circle cx="16" cy="16" r="16" fill="%23d8f602"/><path d="M10.8799 15.36L14.9138 19.2L21.1199 12.8" stroke="white" stroke-width="3"/></svg>');
}
.webmaster-tools__item:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .webmaster-tools {
    padding: 40px 0;
  }
  .webmaster-tools__head {
    gap: 0 16px;
    margin-bottom: 32px;
  }
  .webmaster-tools__row {
    gap: 32px 0;
    flex-wrap: wrap;
  }
  .webmaster-tools__col:nth-child(1), .webmaster-tools__col:nth-child(2) {
    width: 100%;
  }
  .webmaster-tools__pic {
    height: 181px;
  }
  .webmaster-tools__pagination {
    margin-top: 40px;
  }
}

.work-with-sources {
  padding: var(--vertical-indent) 0;
}
.work-with-sources__title {
  text-align: center;
  margin: 0 0 32px;
}
.work-with-sources__text {
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
  margin-bottom: 32px;
}
.work-with-sources__row {
  display: flex;
  align-items: center;
  gap: 0 80px;
}
.work-with-sources__tags {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 10px 8px;
}
.work-with-sources_tags-center .work-with-sources__tags {
  justify-content: center;
}
.work-with-sources__tag {
  color: var(--color-first);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  font-family: "RF Dewi Expanded", sans-serif;
  padding: 4px 19px;
  border-radius: 60px;
  border: 2px solid var(--color-first);
}
.work-with-sources__tag:nth-child(1) {
  transform: rotate(-5deg);
}
.work-with-sources__tag:nth-child(3) {
  transform: rotate(1deg);
}
.work-with-sources__tag:nth-child(4) {
  transform: rotate(-1deg);
}
.work-with-sources__tag:nth-child(6) {
  transform: rotate(6deg);
}
.work-with-sources__tag:nth-child(9) {
  transform: rotate(-2deg);
}
.work-with-sources__tag:nth-child(10) {
  transform: rotate(-3deg);
}
.work-with-sources__tag:nth-child(11) {
  transform: rotate(-3deg) translateY(2px);
}
.work-with-sources__tag:nth-child(12) {
  transform: translateY(2px);
}
.work-with-sources_tags-center .work-with-sources__tag:nth-child(10) {
  transform: rotate(-3deg);
}
.work-with-sources_tags-center .work-with-sources__tag:nth-child(11) {
  transform: rotate(-3deg);
}
.work-with-sources_tags-center .work-with-sources__tag:nth-child(12) {
  transform: none;
}
.work-with-sources__pic {
  width: 400px;
  height: 346px;
  flex-shrink: 0;
  border-radius: 24px;
  overflow: hidden;
}
.work-with-sources__pic picture,
.work-with-sources__pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.work-with-sources__pic img {
  object-fit: scale-down;
}
@media (max-width: 767px) {
  .work-with-sources__title, .work-with-sources__text {
    margin-bottom: 24px;
  }
  .work-with-sources__row {
    gap: 24px 0;
    flex-direction: column;
  }
  .work-with-sources__tags {
    gap: 5px 8px;
    padding: 6px 0;
    justify-content: center;
  }
  .work-with-sources__tag {
    font-size: 14px;
  }
  .work-with-sources__pic {
    width: 100%;
    height: 296px;
  }
}