/**
 * Main
 */

/* Vendors */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

b,
strong {
  font-weight: bold;
}

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

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

small {
  font-size: 80%;
}

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

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

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

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

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

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/**
 * Swiper 8.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 17, 2023
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

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

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

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

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

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

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

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

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

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

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

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

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

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

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

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

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

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

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

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

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

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

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

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

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

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

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

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

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  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: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

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

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

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

.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%;
  -webkit-transform: translateX(-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 left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

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

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

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

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

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

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

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

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

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

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

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

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

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

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

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

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  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 {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}


/**
*
* Grid
*
*/

@-ms-viewport {
  width: device-width;
}

:root {
  /* Grid .container size */
  --container-padding-inline: 24px;
  --container-width: 100%;
  --container-max-width: 500px;
  --container-side-padding: calc((100vw - var(--container-width) + (var(--container-padding-inline) * 2)) / 2);
}

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

/* Base (like reset, typography, animations) */

/**
 *
 * Style Guide
 *
 */

:root {
  /* Font family */
  --font-family-primary: "Poppins", serif;
  --font-family-secondary: "Bebas Neue", serif;
  --font-family-georgia: Georgia, "Times New Roman", Times, serif;
  --font-family-times: "Times New Roman", Times, serif;
  /* Colors */
  --color-dark: rgba(2, 15, 20, 0.70);
  --color-light: rgba(255, 255, 255, 0.80);
  --color-black: #302C30;
  --color-purple: #893B83;
  --color-purple-dark: #70317C;
  --color-purple-darker: #390E37;
  --color-gray: rgba(86, 100, 112, 0.80);
  --color-orange: #F0733A;
  /* Transition */
  --transition-medium: 0.25s;
  /* Font Size / Weight / Line height */
  --font-family-h1: var(--font-family-secondary);
  --font-size-h1: 140px;
  --font-weight-h1: bold;
  --line-height-h1: 0.9;
  --letter-spacing-h1: normal;
  --font-family-h2: var(--font-family-secondary);
  --font-size-h2: 48px;
  --font-weight-h2: bold;
  --line-height-h2: 1.1;
  --letter-spacing-h2: normal;
  --font-family-h3: var(--font-family-secondary);
  --font-size-h3: 32px;
  --font-weight-h3: bold;
  --line-height-h3: 1.28;
  --letter-spacing-h3: normal;
  --font-family-h4: var(--font-family-primary);
  --font-size-h4: 20px;
  --font-weight-h4: 700;
  --line-height-h4: 1.25;
  --letter-spacing-h4: normal;
  --font-family-h5: var(--font-family-primary);
  --font-size-h5: 18px;
  --font-weight-h5: 700;
  --line-height-h5: 1.25;
  --letter-spacing-h5: normal;
  --font-family-body-default: var(--font-family-primary);
  --font-size-body-default: 16px;
  --line-height-body-default: 1.5;
  --letter-spacing-body-default: normal;
  --font-family-body-l: var(--font-family-primary);
  --font-size-body-l: 20px;
  --line-height-body-l: normal;
  --letter-spacing-body-l: normal;
}

/*---------- Typo ----------*/

/* Header H1 */

.has-font-size-h1 {
  font-family: var(--font-family-h1);
  font-weight: var(--font-weight-h1);
  font-size: var(--font-size-h1);
  line-height: var(--line-height-h1);
  letter-spacing: var(--letter-spacing-h1);
}

.has-font-size-h1 small {
  font-size: 77%;
}

/* Header H2 */

.has-font-size-h2 {
  font-family: var(--font-family-h2);
  font-weight: var(--font-weight-h2);
  font-size: var(--font-size-h2);
  line-height: var(--line-height-h2);
  letter-spacing: var(--letter-spacing-h2);
  margin: 0;
  color: #893B83;
}

.has-font-size-h2 span {
  color: #390E37;
}

/* Header H3 */

.has-font-size-h3 {
  font-family: var(--font-family-h3);
  font-weight: var(--font-weight-h3);
  font-size: var(--font-size-h3);
  line-height: var(--line-height-h3);
  letter-spacing: var(--letter-spacing-h3);
}

/* Header H4 */

.has-font-size-h4 {
  font-family: var(--font-family-h4);
  font-weight: var(--font-weight-h4);
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
  letter-spacing: var(--letter-spacing-h4);
}

/* Header H5 */

.has-font-size-h5 {
  font-family: var(--font-family-h5);
  font-weight: var(--font-weight-h5);
  font-size: var(--font-size-h5);
  line-height: var(--line-height-h5);
  letter-spacing: var(--letter-spacing-h5);
}

/* Text Default */

.has-font-size-body-default,
.has-font-size-body-default p {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-body-default);
  line-height: var(--line-height-body-default);
  letter-spacing: var(--letter-spacing-body-default);
  color: #4E575B;
}
.has-font-size-body-default a{
  text-decoration: underline;
  color: var(--color-purple-dark);
}
.link-block {
  display: block;
}

.has-font-size-body-default.has-font-family-times,
.has-font-size-body-default p.has-font-family-times {
  --font-size-body-default: 18px;
  --line-height-body-default: 1.4;
}

/* Text Large */

.has-font-size-body-l,
.has-font-size-body-l p {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-body-l);
  line-height: var(--line-height-body-l);
  letter-spacing: var(--letter-spacing-body-l);
}

.link-with-dots, .link-with-dots:before {
    transition: width 0.3s ease;
}
.link-with-dots {
  display: flex;
  align-items: center;
  max-width: fit-content;
  cursor: pointer;
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #70317C;
}

.link-with-dots:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #70317C;
}
.link-with-dots:hover:before {
  width: 0;
}
/*---------- Colors ----------*/

.has-color-black {
  color: var(--color-black);
}

.has-color-dark {
  color: var(--color-dark);
}

.has-color-purple {
  color: var(--color-purple);
}

.has-color-purple-darker {
  color: var(--color-purple-darker);
}

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

.has-color-light {
  color: var(--color-light);
}

.has-color-parent {
  color: inherit;
}

/*----------BG colors  ----------*/

.has-bg-gradient-pink {
  background: linear-gradient(270deg, #EA5273 0.09%, #863A83 99.94%);
}

.has-bg-gradient-orange {
  background: linear-gradient(139deg, #F0733A 2.35%, #E7495D 30.67%, #763986 100%);
}

.has-bg-gray {
  background-color: rgba(246, 246, 246, 0.9);
}

.has-bg-purple {
  background-color: #7C3172;
}

.has-bg-orange {
  background-color: var(--color-orange);
}

/*---------- Fonts ----------*/

.has-font-weight-semibold {
  font-weight: 600;
}

.has-font-style-normal {
  font-style: normal;
}

.has-font-style-italic {
  font-style: italic;
}

.has-text-transform-uppercase {
  text-transform: uppercase;
}

.has-text-decoration-underline {
  text-decoration: underline;
}

.has-font-family-georgia-bold {
  font-family: var(--font-family-georgia) !important;
  text-transform: unset !important;
}

.has-font-family-times,
.has-font-family-times > * {
  font-family: var(--font-family-times) !important;
}

/**
*
* Utilities
*
*/

.u-no-margin {
  margin: 0 !important;
}

.u-no-margin-top {
  margin-top: 0 !important;
}

.u-no-margin-bottom {
  margin-bottom: 0 !important;
}

.u-no-padding {
  padding: 0 !important;
}

.u-no-padding-top {
  padding-top: 0 !important;
}

.u-no-padding-bottom {
  padding-bottom: 0 !important;
}

.u-text-center {
  text-align: center;
}

.u-nowrap {
  white-space: nowrap;
}

/**
*
* Functions
*
*/

/*---------- SVG encoding ----------*/

html,
body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

picture {
  display: inline-block;
  font-size: 0;
}

svg {
  height: auto;
}

button {
  background: none;
  border: 0;
  outline: none;
  padding: 0;
}

button:not([disabled]) {
  cursor: pointer;
}

a {
  text-decoration: none;
  transition: var(--transition-medium);
  outline: none;
}

p {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

.swiper-notification {
  display: none;
}

/**
*
* Bebas Neue
*
*/

@font-face {
  font-family: "Bebas Neue";
  src: url("https://pages.devex.com/rs/685-KBL-765/images/BebasNeueLight.eot");
  src: url("https://pages.devex.com/rs/685-KBL-765/images/BebasNeueLight.eot?#iefix") format("embedded-opentype"), url("https://pages.devex.com/rs/685-KBL-765/images/BebasNeueLight.woff2") format("woff2"), url("https://pages.devex.com/rs/685-KBL-765/images/BebasNeueLight.woff") format("woff"), url("https://pages.devex.com/rs/685-KBL-765/images/BebasNeueLight.ttf") format("truetype"), url("https://pages.devex.com/rs/685-KBL-765/images/BebasNeueLight.svg#BebasNeueLight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("https://pages.devex.com/rs/685-KBL-765/images/BebasNeueBook.eot");
  src: url("https://pages.devex.com/rs/685-KBL-765/images/BebasNeueBook.eot?#iefix") format("embedded-opentype"), url("https://pages.devex.com/rs/685-KBL-765/images/BebasNeueBook.woff2") format("woff2"), url("https://pages.devex.com/rs/685-KBL-765/images/BebasNeueBook.woff") format("woff"), url("https://pages.devex.com/rs/685-KBL-765/images/BebasNeueBook.ttf") format("truetype"), url("https://pages.devex.com/rs/685-KBL-765/images/BebasNeueBook.svg#BebasNeueBook") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("https://pages.devex.com/rs/685-KBL-765/images/BebasNeueBold.eot");
  src: url("https://pages.devex.com/rs/685-KBL-765/images/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("https://pages.devex.com/rs/685-KBL-765/images/BebasNeueBold.woff2") format("woff2"), url("https://pages.devex.com/rs/685-KBL-765/images/BebasNeueBold.woff") format("woff"), url("https://pages.devex.com/rs/685-KBL-765/images/BebasNeueBold.ttf") format("truetype"), url("https://pages.devex.com/rs/685-KBL-765/images/BebasNeueBold.svg#BebasNeueBold") format("svg");
  font-weight: bold;
  font-style: normal;
}

/* Sections */

/**
*
* Section: Cover
*
*/

.s-cover {
  background-image: url("https://pages.devex.com/rs/685-KBL-765/images/lp-etn-cover-bg-image.webp"), linear-gradient(270deg, #EA5273 0.09%, #863A83 99.94%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding: 148px 0 100px;
  position: relative;
}

.s-cover__inner {
  display: grid;
  grid-template-columns: 86% 14%;
  align-items: center;
}

.s-cover__content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
}

.s-cover__title {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

.s-cover__text {
  font-family: 'Bebas Neue', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 94%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.s-cover__round {
  position: absolute;
  width: 309px;
  height: 309px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  right: -50px;
  bottom: -66px;
}

.s-cover__round-wrapper {
  position: absolute;
  width: 291px;
  height: 291px;
  background-color: #70317C;
  border-radius: 50%;
}

.s-cover__round, .s-cover__round-wrapper, .s-cover__round-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.s-cover__round-inner {
  flex-direction: column;
  gap: 16px;
  transform: translate(-4px, -18px);
}

.s-cover__round_text {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}

.s-cover__link {
  color: #fff;
}

.s-cover__link:before {
  background-color: #fff;
}

/**
*
* Section: Header
*
*/

.s-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-block: 35px;
  z-index: 99;
}

.s-header-gflogo svg {
  width: 210px;
}

.s-header__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.s-header__logos {
  display: flex;
  flex-direction: row;
  gap: 35px;
  align-items: center;
}

.s-header__toggle {
  --toggle-size: 26px;
  position: relative;
  width: var(--toggle-size);
  height: var(--toggle-size);
  padding: 5px 2px;
  z-index: 100;
  cursor: pointer;
}

.s-header__toggle-lines {
  position: relative;
  width: 100%;
  height: 100%;
}

.s-header__toggle .line {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  right: 0;
  transition: var(--transition-medium);
  background-color: #fff;
  border-radius: 999em;
}

.s-header__toggle .line[data-line="1"] {
  top: 0;
}

.s-header__toggle .line[data-line="2"] {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.s-header__toggle .line[data-line="3"] {
  bottom: 0;
}

.s-header__toggle.is-active .line[data-line="1"] {
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.s-header__toggle.is-active .line[data-line="2"] {
  opacity: 0;
}

.s-header__toggle.is-active .line[data-line="3"] {
  bottom: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.s-header__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}

.s-header__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
}

.s-header__nav-list li {
  color: #fff;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.01em;
}

.s-header__nav-list li a {
  color: inherit;
  line-height: inherit;
}

.s-header__nav-searchbar {
  position: fixed;
  z-index: 99;
  top: 80px;
  right: var(--container-side-padding);
  display: none;
}

.s-header__nav-searchbar.is-opened {
  display: block;
}

.s-header__nav-searchbar input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 999em;
  outline: none;
  font-size: 16px;
  font-family: var(--font-family-primary);
  padding: 8px 16px;
  border: 1px solid var(--color-dark);
}

/**
*
* Section: Footer
*
*/

.s-footer {
  padding: 88px 0 64px;
  background-color: #71327C;
}

.s-footer__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 32px;
}

.s-footer__title {
  margin: 0;
  color: #fff;
  font-family: var(--font-family-primary);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
}

.s-footer__body {
  max-width: 823px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.s-footer__body .has-font-size-body-default a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.s-footer__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.s-footer__copyright {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
}

.s-footer__copyright-text {
  position: relative;
}

.s-footer__copyright-text p {
  color: #fff;
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.s-footer__copyright-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
}

.s-footer__copyright-links li {
  position: relative;
  color: rgba(255, 255, 255, 0.4);
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.s-footer__copyright-links li a,
.s-footer__copyright-links li button {
  color: inherit;
  text-decoration: underline;
  transition: var(--transition-medium);
}

.s-footer__copyright-links li a:hover,
.s-footer__copyright-links li button:hover {
  color: #fff;
}

.s-footer__nav {
  min-width: 176px;
}

.s-footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.s-footer__nav-list li {
  color: #fff;
  font-family: var(--font-family-primary);
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}

.s-footer__nav-list li a {
  color: inherit;
}

.s-footer__nav-list li a:hover {
  text-decoration: underline;
}

/**
*
* Section: Title and text
*
*/

.s-titleandtext {
  padding: 80px 0;
}

.s-titleandtext__inner {
  display: grid;
  grid-template-columns: 1fr 426px;
  grid-gap: 96px;
}

.s-titleandtext__title {
  color: #893B83;
}
.s-titleandtext__text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #4E575B;
}

/**
*
* Section: Full video
*
*/
.s-full-video {
  padding-bottom: 80px;
}

/**
*
* Section: Youtube video
*
*/
.youtube-history {
  padding: 96px 0;
}

.youtube-history__wrapper {
  display: flex;
  justify-content: stretch;
  align-items: flex-start;
  gap: 64px;
}
.youtube-history__wrapper.block-reverse {
  flex-direction: row-reverse;
}
.youtube-history__media {
  width: 63%;
}
.youtube-history__inner {
    width: 32%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.videoandcards__video {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background-color: #000;
  aspect-ratio: 16 / 9;
  width: 100%;
}

.videoandcards__video-poster {
  all: unset;
  cursor: pointer;
  position: absolute;
  inset: 0;
  z-index: 2;
}

.videoandcards__video-poster::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(184, 66, 114, 0.2) 0%, rgba(231, 128, 72, 0.2) 100%);
}

.videoandcards__video-poster::after {
  content: "";
  --icon-play-size: 70px;
  width: var(--icon-play-size);
  height: var(--icon-play-size);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3CforeignObject x='-12' y='-12' width='94' height='94'%3E%3Cdiv xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(6px);clip-path:url(%23bgblur_0_11788_39028_clip_path);height:100%25;width:100%25'%3E%3C/div%3E%3C/foreignObject%3E%3Ccircle data-figma-bg-blur-radius='12' cx='35' cy='35' r='35' fill='%2370317C' fill-opacity='0.8'/%3E%3Cpath d='M49 35L28 47.4446L28 22.5557L49 35Z' fill='white'/%3E%3Cdefs%3E%3CclipPath id='bgblur_0_11788_39028_clip_path' transform='translate(12 12)'%3E%3Ccircle cx='35' cy='35' r='35'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}
.launnching-soon {
  pointer-events: none;
}
.launnching-soon .videoandcards__video-poster::after {
  background-image: none;
}
.launnching-soon-text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #893B83;
  padding: 15px;
  width: 100%;
  max-width: 314px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  z-index: 5;
  margin: 0;
}

.videoandcards__video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videoandcards__video-embed {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.videoandcards__video-embed iframe {
  width: 100%;
  height: 100%;
}

.videoandcards__video.is-playing .videoandcards__video-poster {
  display: none;
}

.js-readmore-content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 0;
}
.js-readmore-content p {
    margin: 0;
}
.js-readmore-content p + p {
  margin-top: 24px;
}

.js-readmore-hidden {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
  overflow: hidden;
  margin-top: 24px;
}
.js-readmore-hidden > div {
  min-height: 0;
}

.js-readmore.is-expanded .js-readmore-hidden {
  grid-template-rows: 1fr;
  margin-bottom: 24px;
}

/* кнопка */
.js-readmore-btn {
  margin: 0;
  cursor: pointer;
}

/**
*
* Section: Testimonial
*
*/

.s-testimonial {
  color: #fff;
}

.s-testimonial__inner {
  max-width: 1440px;
  overflow: hidden;
  margin: 0 auto;
}


.s-testimonial__item {
  padding: 20px;
  position: relative;
  overflow: hidden;
  height: 585px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
}

.s-testimonial__item:before {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  transition: left .5s linear;
}

.s-testimonial__item:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: -20px;
  background-image: url("data:image/svg+xml,%3Csvg width='298' height='161' viewBox='0 0 298 161' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M133.886 9.18335L-5.25543 69.1491L133.886 35.0176L0.390898 92.5319L220.598 30.4919L-96 153.252L294 40.1091L-5.25543 149.858L220.598 97.0576L37.092 170.412L207.289 124.966L97.5884 207.183' stroke='%23783A86' stroke-width='20'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 290px;
  height: 158px;
}
.s-testimonial__response {
  margin-top: auto;
}
.s-testimonial__media {
  position: absolute;
  transform: scale(1);
  transition: transform 0.5s linear;
}

.s-testimonial__author {
  position: relative;
  max-width: 310px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.s-testimonial__author_title, .s-testimonial__author_text {
  position: relative;
  z-index: 2;
}

.s-testimonial__author_title {
  font-family: var(--font-family-h2);
  font-weight: var(--font-weight-h2);
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}
.s-testimonial__author_text {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #FFFFFF;
}
.s-testimonial__item_cross {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: rotate(0);
  transform-origin: 50% 50%;
  transition: transform 0.5s linear, opacity 0.3s ease-in-out;
  bottom: 20px;
  right: 20px;
  pointer-events: none;
}

.s-testimonial__text {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 110%;
  text-align: right;
  color: #FFFFFF;
  max-width: 370px;
  margin-left: auto;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  position: absolute;
  right: 20px;
  top: 20px;
  b {
    font-weight: 600;
  }
}

.s-testimonial__media img {
  height: auto;
  transition: all .5s linear;
}

/* First */
.testimonial-item-first, .testimonial-item-last, .s-testimonial__inner {
  background: linear-gradient(270.09deg, #EA5273 0.09%, #863A83 99.94%);
}
.testimonial-item-first >div:before {
  background-image: url("data:image/svg+xml,%3Csvg width='127' height='147' viewBox='0 0 127 147' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.1341 65.7453L51.9615 37.5684M34.8955 87.148L98.8111 51.2963M44.6843 109.11L87.539 102.159' stroke='%23FCEFF3' stroke-opacity='0.2' stroke-width='16'/%3E%3C/svg%3E%0A");
  width: 113px;
  height: 127px;
  left: 240px;
}
.testimonial-item-first .s-testimonial__media {
  left: 0;
  bottom: 0;
  margin-left: 0;
  transform-origin: left;
}
.testimonial-item-first .s-testimonial__media img {
  width: 697px;
}

  /* Second */
.testimonial-item-second {
  background-color: #70317C;
}
.testimonial-item-second >div:before {
  top: 0;
  left: 0;
  width: 246px;
  height: 107px;
  transform: rotate(-3deg);
  background-image: url("data:image/svg+xml,%3Csvg width='235' height='145' viewBox='0 0 235 145' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M213.343 -4.77949C213.343 -4.77949 249.322 70.4983 195.537 101.662C181.965 109.526 167.968 109.303 155.245 104.245M155.245 104.245C117.55 89.2609 91.0349 31.8369 119.858 16.5382C153.007 -1.05691 185.838 64.2937 155.245 104.245ZM155.245 104.245C150.259 110.756 143.589 116.592 134.961 121.285C111.816 133.874 89.3763 130.328 71.9459 120.105M71.9459 120.105C43.0093 103.133 27.8767 67.7599 46.2328 57.2568C72.2242 42.3849 94.7931 92.8228 71.9459 120.105ZM71.9459 120.105C68.938 123.697 65.1428 126.887 60.4647 129.475C20.253 151.714 -10.0589 100.581 -10.0589 100.581' stroke='white' stroke-opacity='0.1' stroke-width='19.4956'/%3E%3C/svg%3E%0A");
}

.testimonial-item-second .s-testimonial__author:before {
  display: none;
}

.testimonial-item-second .s-testimonial__media {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scale(1);
  transform-origin: center center;
}

.testimonial-item-second .s-testimonial__media img {
  width: 657px;
}

/* Third */
.testimonial-item-last > div:before {
  top: 30px;
  left: 10px;
  width: 166px;
  height: 124px;
  background-image: url("data:image/svg+xml,%3Csvg width='168' height='127' viewBox='0 0 168 127' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M90.53 10.8183C141.241 18.0542 163.703 40.1652 160.442 63.0214C158.422 77.1756 146.515 88.2254 126.005 92.9131L131.768 118.992C131.977 119.939 130.851 120.599 130.127 119.954L102.49 95.36C95.1939 95.3737 87.2611 94.8066 78.7197 93.5879C29.304 86.5368 5.54639 64.241 8.80773 41.3848C11.9427 19.414 41.9482 -1.6374 99.3993 27.0764' stroke='%23FCEFF3' stroke-opacity='0.2' stroke-width='13'/%3E%3Cpath d='M130.472 55.5487C130.472 55.5487 126.335 71.8769 118.134 72.8811C107.452 74.1889 107.37 47.3606 107.37 47.3606C107.37 47.3606 98.9538 70.282 87.9024 68.5674C76.1304 66.7409 77.9526 39.5339 77.9526 39.5339C77.9526 39.5339 68.0214 68.5219 54.4241 66.1572C41.455 63.9019 39.6739 35.6498 39.6739 35.6498' stroke='%23FCEFF3' stroke-opacity='0.2' stroke-width='13'/%3E%3C/svg%3E%0A");
}

.testimonial-item-last .s-testimonial__media {
  right: 0;
  bottom: 0;
  margin-right: 0;
  transform: translateX(26%) scale(1);
  transform-origin: right;
}

.testimonial-item-last .s-testimonial__media img {
  width: 702px;
}

.swiper-mobile {
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .s-testimonial .swiper-wrapper {
    display: flex!important;
    overflow: hidden!important;
    width: 100%;
  }
  .s-testimonial .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    width: 33%;
    flex: 0 0 33.33%;
    transition: flex-basis 0.5s ease-in-out;
  }
  .s-testimonial .swiper-wrapper:hover .swiper-slide  {
    flex-basis: 25%;
  }

  .s-testimonial .swiper-wrapper:hover .swiper-slide  .s-testimonial__item_cross {
    opacity: 0;
  }
  .s-testimonial .swiper-wrapper .swiper-slide:hover .s-testimonial__item_cross {
    opacity: 1;
  }

  .s-testimonial .swiper-wrapper .swiper-slide:hover {
    flex-basis: 50%;
  }

  .testimonial-item-first:hover .s-testimonial__media {
    transform: scale(1.1) translateY(20px);
  }
  .testimonial-item-first:hover >div:before {
    left: 260px;
  }

  .testimonial-item-second:hover .s-testimonial__media {
    transform: translateX(-50%) scale(1.1);
  }

  .testimonial-item-last:hover .s-testimonial__media {
    transform: translate(2%) scale(1.1) translateY(10px);
  }

  .s-testimonial__item:hover .s-testimonial__item_cross {
    transform: rotate(180deg);
  }
  .s-testimonial__item:hover .s-testimonial__text {
    visibility: visible;
    opacity: 1;
  }
}

/**
*
* Section: HOST A SCREENING
*
*/

.s-hostascrining {
  padding: 0;
}
.s-hostascrining__inner {
  padding: 36px 38px;
  border: 1px solid #D9D4DA;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.s-hostascrining__content {
  width: 37%;
}
.s-hostascrining__title {
  margin-bottom: 24px;
}
.s-hostascrining__text {
  margin-bottom: 16px;
}
.s-hostascrining__media {
  max-width: 100%;
  border-radius: 16px;
  overflow: hidden;
  width: 58%;
  img {
    width: 100%;
    height: 100%;
    display: block;
  }
}

/**
*
* Section: CTA
*
*/

.s-cta {
  padding: 80px 0 100px;
}

.s-cta__inner {
  padding: 107px 103px 107px 48px;
  border-radius: 28px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 32px;
}

.s-cta__content {
  max-width: 611px;
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.s-cta__text p {
  color: #fff;
}

.s-cta__socials {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.s-cta__socials-list {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.s-cta__socials-list a {
  --social-icon-size: 46px;
  display: flex;
  min-width: var(--social-icon-size);
  max-width: var(--social-icon-size);
  height: var(--social-icon-size);
}

.s-cta__socials-list a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.s-cta__socials-hashtag {
  color: #fff;
  font-family: var(--font-family-secondary);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
}

/**
*
* Section: Partner box
*
*/

.s-partnerbox {
  --extra-offset-bottom: 40px;
  padding: 64px 0 calc(64px + var(--extra-offset-bottom));
  position: relative;
  margin-bottom: calc(var(--extra-offset-bottom) * -1);
  z-index: 1;
}

.s-partnerbox:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 40px 40px 0 0;
  inset: 0;
  z-index: -1;
}

.s-partnerbox[data-bg-color=orange]:before {
  background-color: var(--color-orange);
}

.s-partnerbox[data-bg-color=white] {
  --extra-offset-bottom: 0px;
}

.s-partnerbox[data-bg-color=white]:before {
  background-color: #fff;
}

.s-partnerbox__inner {
  display: grid;
  grid-template-columns: 312px 1fr;
  grid-gap: 26px;
  align-items: center;
}

.s-partnerbox__title {
  margin: 0 0 20px;
  font-family: var(--font-family-primary);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}

.s-partnerbox__aside img {
  max-width: 100%;
}

@media (min-width: 768px) {
  :root {
    --container-width: 768px;
    --container-max-width: 100%;
  }
  .s-cover__title br {
    display: none;
  }

  .s-cover__title span {
    transform: translateX(-28px);
    display: inline-block;
  }

  .u-mobile-visible {
    display: none !important;
  }

  .s-testimonial__media-text {
    display: none;
  }
}

@media (min-width: 992px) {
  :root {
    --container-width: 992px;
    --container-padding-inline: 52px;
  }

  .u-tablet-visible {
    display: none !important;
  }

  .s-header__toggle {
    display: none;
  }

  .s-header__nav-searchbtn {
    --searchbtn-size: 24px;
    font-size: 0;
    width: var(--searchbtn-size);
    height: var(--searchbtn-size);
    background-image: url("https://pages.devex.com/rs/685-KBL-765/images/lp-etn-header-icon-search.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .s-footer__copyright-links li:before {
    content: "";
    width: 1px;
    height: 15px;
    display: block;
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
  }
  .s-cta__text {
    --font-size-body-default: 18px;
  }

  .s-partnerbox__text {
    --font-size-body-default: 18px;
  }
}

@media (min-width: 1200px) {
  :root {
    --container-width: 1200px;
  }

  .u-lg-visible {
    display: none !important;
  }

}

@media (min-width: 1280px) {
  :root {
    --container-width: 1280px;
  }
}

@media (min-width: 1440px) {
  :root {
    --container-width: 1440px;
  }
}

@media (max-width: 1439px) {
  .s-cta__inner {
    padding: 100px 48px;
  }
}

@media (max-width: 1199px) {
  :root {
    --font-size-h1: 100px;
  }

  :root {
    --font-size-h3: 28px;
  }

  :root {
    --font-size-body-l: 18px;
  }

  .u-lg-hidden {
    display: none !important;
  }

  .s-cover {
    padding-top: 150px;
  }

  .s-header-gflogo svg {
    width: 190px;
  }

  .s-titleandtext__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
  }

  /**/
  .youtube-history {
    padding: 66px 0;
  }
  .youtube-history__wrapper {
    gap: 34px;
  }
  .youtube-history__inner, .s-hostascrining__content, .youtube-history__media, .s-hostascrining__media {
    width: 50%;
  }
}

@media screen and (max-width: 1024px) {
  .s-testimonial__response {
    position: relative;
    display: grid;
    gap: 8px;
    width: calc(100% - 46px);
    transform: translateY(53px);
    transition: transform 0.5s;
    z-index: 99;
  }
  .s-testimonial__item.show .s-testimonial__response {
    transform: translateY(0);
  }
  .s-testimonial__item.show .s-testimonial__item_cross {
    transform: rotate(45deg);
  }
  .s-testimonial__item.show .s-testimonial__text {
    visibility: visible;
    opacity: 1;
  }
  .s-testimonial__text {
    text-align: left;
    position: relative;
    right: unset;
    left: 0;
    top: unset;
    margin: 0;
    z-index: 3;
    line-height: 1.3;
    font-size: 12px;
    max-width: 246px;
    br {
      display: none;
    }
  }
  .s-testimonial__item_cross {
    pointer-events: unset;
    cursor: pointer;
  }
}

@media (max-width: 991px) {
  :root {
    --font-size-body-l: 14px;
    --font-size-body-default: 14px;
  }

  .has-font-size-body-default.has-font-family-times,
  .has-font-size-body-default p.has-font-family-times {
    --font-size-body-default: 16px;
  }

  .u-tablet-hidden {
    display: none !important;
  }

  .s-header {
    padding-block: 40px;
  }

  .s-header-devexlogo img {
    width: 89px;
  }

  .s-header-gflogo svg {
    width: 172px;
  }

  .s-header__inner {
    align-items: center;
  }

  .s-header__logos {
    position: relative;
    z-index: 3;
    gap: 18px;
  }

  .s-header__nav {
    padding-top: 118px;
    padding-bottom: 48px;
    gap: 22px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    flex-direction: column;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: var(--transition-medium);
  }

  .s-header__nav.is-opened {
    pointer-events: auto;
    opacity: 1;
  }

  .s-header__nav:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #71327C;
    border-radius: 0px 0px 18px 18px;
    z-index: -1;
  }

  .s-header__nav:before {
    content: "";
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -2;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
  }

  .s-header__nav-list {
    flex-direction: column;
    gap: 22px;
  }

  .s-header__nav-searchbar {
    width: calc(100vw - var(--container-side-padding) * 2);
    top: 85px;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
  }

  .s-header__nav-searchbar input {
    width: 100%;
    padding: 4px 16px;
  }

  .s-header__nav-searchbtn {
    color: #fff;
    font-family: var(--font-family-primary);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.01em;
  }

  .s-footer {
    padding-block: 48px;
  }

  .s-footer__body {
    max-width: 460px;
  }

  .s-footer__copyright {
    flex-wrap: wrap;
    gap: 8px 32px;
  }

  .s-footer__copyright-text:after {
    content: "";
    width: 1px;
    height: 15px;
    display: block;
    position: absolute;
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
  }

  .s-footer__copyright-links {
    display: contents;
  }

  .s-footer__copyright-links li:not(:last-child):after {
    content: "";
    width: 1px;
    height: 15px;
    display: block;
    position: absolute;
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
  }

  .s-titleandtext__inner {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .testimonial-item-first .s-testimonial__media img,
  .testimonial-item-second .s-testimonial__media img,
  .testimonial-item-last .s-testimonial__media img
  {
    width: 680px;
  }

  .s-cta {
    padding-block: 48px;
  }

  .s-cta__inner {
    padding: 64px 48px;
    flex-direction: column;
    gap: 40px;
  }

  .s-cta__content {
    gap: 10px;
  }

  .s-cta__content .has-font-size-h2 {
    font-size: 36px;
    line-height: 1.25;
  }

  .s-cta__socials-list {
    flex-wrap: wrap;
    gap: 12px;
    padding-right: 24px;
  }

  .s-partnerbox {
    padding: 48px 0 calc(48px + var(--extra-offset-bottom));
  }

  .s-partnerbox:before {
    border-radius: 32px;
  }

  .s-partnerbox__inner {
    display: flex;
    flex-direction: column;
    gap: 26px;
    align-items: flex-start;
  }

  .s-partnerbox__title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .s-partnerbox__aside img {
    max-height: 60px;
  }
}

@media (max-width: 767px) {
  :root {
    --font-size-h1: 80px;
  }

  :root {
    --font-size-h3: 22px;
    --line-height-h3: 1.24;
    --font-size-h2: 32px;
  }

  :root {
    --font-size-h4: 16px;
    --font-size-h5: 16px;
  }

  .has-font-size-h1 small {
    font-size: 90%;
  }

  .u-mobile-hidden {
    display: none !important;
  }

  .link-with-dots {
    font-size: 14px;
    line-height: 1.5;
  }

  .s-cover {
    padding: 120px 0 167px;
    position: relative;
  }

  .s-cover__inner {
    display: flex;
    flex-direction: column;
  }
  .s-cover__right {
    position: static;
  }

  .s-cover__content {
    gap: 5px;
    align-items: center;
    text-align: center;
  }

  .s-cover__text {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
  }
  .s-cover__title span {
    display: none;
  }

  .s-cover__round-wrapper {
    width: 180px;
    height: 180px;
    gap: 8px;
  }
  .s-cover__round {
    width: 201px;
    height: 201px;
    bottom: -52px;
    right: -40px;
  }

  .s-cover__round-inner {
    flex-direction: column;
    gap: 8px;
    transform: translate(-4px, -12px);
  }

  .s-cover__round_text {
    font-size: 24px;
  }

  .s-header__nav-searchbar {
    max-width: 462px;
  }

  .s-footer {
    padding-block: 28px;
  }

  .s-footer__inner {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 37px;
  }

  .s-footer__title {
    font-size: 18px;
  }

  .s-footer__body {
    display: contents;
  }

  .s-footer__content {
    gap: 15px;
  }

  .s-footer__content a {
    display: block;
  }

  .s-footer__copyright {
    order: 9;
    gap: 8px 16px;
  }

  .s-footer__copyright-text p {
    font-size: 12px;
  }

  .s-footer__copyright-text:after {
    height: 12px;
    right: -8px;
  }

  .s-footer__copyright-links li {
    font-size: 12px;
  }

  .s-footer__copyright-links li:not(:last-child):after {
    height: 12px;
    right: -8px;
  }

  .s-footer__nav-list {
    gap: 10px;
  }

  .s-full-video {
    padding-top: 32px;
    padding-bottom: 44px;
  }

  .launnching-soon-text {
    font-size: 24px;
    max-width: 194px;
    padding: 10px;
  }

  .s-full-video .js-video{
    border-radius: 16px;
  }

  .s-titleandtext {
    padding: 44px 0 0;
    border-bottom: 0;
  }

  .s-titleandtext__inner {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(169, 74, 133, 0.15);
  }

  .s-testimonial__item {
    padding: 14px;
    height: 420px;
    width: 100%;
    flex: 0 0 100%;
  }

  .s-testimonial__author_title {
    font-size: 24px;
  }
  .s-testimonial__author_text {
    font-size: 16px;
  }
  .s-testimonial__item_cross {
    width: 40px;
    height: 40px;
  }
  .s-testimonial__author::before {
    bottom: -14px;
    left: -14px;
    width: 278px;
    height: 152px;
  }

  .testimonial-item-first > div::before {
    width: 78px;
    height: 88px;
    left: 181px;
    top: 3px;
  }

  .testimonial-item-second >div::before {
    width: 78px;
    height: 88px;
  }

  .testimonial-item-last >div::before {
    width: 78px;
    height: 88px;
  }

  .s-testimonial__author_text {
    width: 80%;
  }

  .testimonial-item-first .s-testimonial__media img,
  .testimonial-item-second .s-testimonial__media img,
  .testimonial-item-last .s-testimonial__media img
  {
    width: 520px;
  }

  .s-testimonial__item_cross {
    bottom: 14px;
    right: 14px;
  }

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

  .videoandcards__video-poster::after {
    width: 47px;
    height: 47px;
  }
  .videoandcards__video {
    border-radius: 10px;
  }
  .youtube-history__inner, .s-hostascrining__content, .youtube-history__media, .s-hostascrining__media {
    width: 100%;
  }

  .youtube-history {
    padding: 44px 0;
  }
  .youtube-history__wrapper{
    flex-direction: column;
    gap: 24px;
  }
  .youtube-history__wrapper.block-reverse {
    flex-direction: column;
  }
  .s-hostascrining__inner {
    flex-direction: column-reverse;
    padding: 24px;
    border-radius: 16px;
  }
  .s-hostascrining__title {
    margin-bottom: 16px;
  }

  .s-hostascrining__media {
    border-radius: 8px;
  }


  .s-cta {
    padding: 40px 0 60px;
  }

  .s-cta__inner {
    padding: 28px 20px;
    border-radius: 18px;
    gap: 60px;
  }

  .s-cta__content {
    gap: 2px;
  }

  .s-cta__socials {
    gap: 24px;
  }

  .s-cta__socials-hashtag {
    font-size: 24px;
  }

  .s-partnerbox {
    padding: 28px 0 calc(28px + var(--extra-offset-bottom));
  }

  .s-partnerbox:before {
    border-radius: 18px;
  }

  .s-partnerbox__title {
    margin-bottom: 7px;
    font-size: 18px;
  }

  .s-partnerbox__aside img {
    max-height: 45px;
  }
}