/**
 * 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 */
  scroll-behavior: smooth;
}

/* Cover hard override: keep new white hero against external stylesheet overrides */
.s-cover {
  background: #fff !important;
  background-image: none !important;
  padding: 152px 0 48px !important;
}

.s-cover:before,
.s-cover:after,
.s-cover__inner:before,
.s-cover__inner:after {
  content: none !important;
  display: none !important;
}

.s-cover .s-cover__inner {
  display: grid !important;
  grid-template-columns: minmax(360px, 640px) 1fr !important;
  gap: 24px !important;
}

.s-cover .s-cover__content {
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
  align-items: flex-start !important;
  text-align: left !important;
}

.s-cover .s-cover__title {
  margin: 0 !important;
  color: #be2bbb !important;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 80px !important;
  font-weight: 700 !important;
  line-height: 88px !important;
  text-transform: capitalize !important;
  width: 100% !important;
  max-width: 732px !important;
}

.s-cover .s-cover__text,
.s-cover .s-cover__text p {
  margin: 0 !important;
  color: #4f4a4a !important;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 28px !important;
  font-weight: 400 !important;
  line-height: 36.4px !important;
  width: 100% !important;
  max-width: 461px !important;
}

.s-cover .s-cover__text p {
  max-width: 640px !important;
}

.s-cover .s-cover__right {
  display: flex !important;
  justify-content: flex-end !important;
  width: 100% !important;
}

.s-cover .s-cover__media {
  width: 100% !important;
}

.s-cover .s-cover__media img {
  display: block !important;
  width: 100% !important;
  max-width: 960px !important;
  height: auto !important;
}

.s-cover .s-cover__round,
.s-cover .s-cover__round-wrapper,
.s-cover .s-cover__round-inner,
.s-cover .s-cover__capture,
.s-cover .s-cover__bottomtext,
.s-cover .s-cover__scrolldown {
  display: none !important;
}

/* 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: 52px;
  --container-width: 1440px;
  --container-max-width: 100%;
  --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: "Helvetica Neue", Arial, sans-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.7);
  --color-light: rgba(255, 255, 255, 0.8);
  --color-black: #302c30;
  --color-purple: #893b83;
  --color-purple-dark: #70317c;
  --color-purple-darker: #390e37;
  --color-gray: rgba(86, 100, 112, 0.8);
  --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: "Helvetica Neue", Arial, 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;
}

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

/**
*
* 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: #fff;
  overflow: hidden;
  padding: 184px 0 64px;
  position: relative;
}

.s-cover__inner {
  display: grid;
  grid-template-columns: minmax(360px, 640px) 1fr;
  gap: 24px;
}

.s-cover__content {
  margin-top: 42px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.s-cover__title {
  margin: 0;
  color: #be2bbb;
  font-family: var(--font-family-primary);
  font-size: 80px;
  font-weight: 700;
  line-height: 88px;
  text-transform: capitalize;
}

.s-cover__text {
  color: #4f4a4a;
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 36.4px;
}

.s-cover__text p {
  margin: 0;
  max-width: 640px;
}

.s-cover__right {
  display: flex;
  justify-content: flex-end;
}

.s-cover__media {
  width: 100%;
}

.s-cover__media img {
  width: 100%;
  max-width: 960px;
  height: auto;
  display: block;
}

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

.s-cover__round,
.s-cover__round-wrapper,
.s-cover__round-inner {
  display: none;
}

/**
*
* Section: Header
*
*/

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

.s-header .container {
  padding-inline: 0;
}

.s-header-devexlogo img {
  width: 69px;
  height: auto;
}

.s-header-gflogo {
  flex-shrink: 1;
  min-width: 0;
}

.s-header-gflogo img {
  max-width: 254px;
  width: 100%;
  height: auto;
}

.s-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 72px;
}

.s-header__logos {
  display: flex;
  gap: 32px;
  align-items: center;
}

.s-header__toggle {
  --toggle-size: 26px;
  display: none;
  position: relative;
  width: var(--toggle-size);
  height: var(--toggle-size);
  padding: 5px 2px;
  border: 0;
  background: transparent;
  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: #4f4a4a;
  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: 50%;
  -webkit-transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

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

.s-header__toggle.is-active .line[data-line="3"] {
  bottom: auto;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.s-header__nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

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

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

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

.s-header__nav-searchbtn {
  --searchbtn-size: 32px;
  font-size: 0;
  width: var(--searchbtn-size);
  height: var(--searchbtn-size);
  border: 0;
  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: 14px;
  cursor: pointer;
}

.s-header__nav-searchbar {
  position: fixed;
  z-index: 99;
  top: 72px;
  right: 72px;
  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;
  outline: none;
  font-size: 16px;
  min-width: 200px;
  font-family: var(--font-family-primary);
  padding: 8px 16px;
  border: 1px solid var(--color-dark);
}

/**
*
* Section: Footer
*
*/

.s-footer {
  background: #be2bbb;
  overflow: hidden;
}

.s-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 64px 72px;
}

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

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

.s-footer__title {
  margin: 0;
  color: #fff;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-transform: capitalize;
}

.s-footer__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.s-footer__text a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}

.s-footer__copyright {
  display: flex;
  align-items: center;
  gap: 16px;
}

.s-footer__copyright-text {
  color: #fff;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}

.s-footer__copyright-divider {
  width: 1px;
  height: 15px;
  background: #fff;
  flex-shrink: 0;
}

.s-footer__copyright-link {
  color: rgba(255, 255, 255, 0.4);
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.s-footer__copyright-link: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 a {
  color: #fff;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-decoration: none;
}

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

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

.s-infoandimage__inner {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 0 72px;
}

.s-infoandimage__image {
  flex: 1 1 0;
  height: 569px;
  width: 100%;
  object-fit: cover;
  display: block;
}

.s-infoandimage__content {
  flex: 1 1 0;
  align-self: stretch;
  padding: 80px 64px;
  background: #f0efea;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.s-infoandimage__text {
  color: #4f4a4a;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin-block-end: 0;
}

.s-infoandimage__title {
  color: #be2bbb;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30.8px;
  max-width: 437px;
  margin-block-start: 0;
  margin-block-end: 0;
}

/**
*
* 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 0.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: "Helvetica Neue", Arial, 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: "Helvetica Neue", Arial, 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 0.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;
}

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

/* Testimonial: desktop interaction */
.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 {
  background: #be2bbb;
  overflow: hidden;
  margin: 80px 72px;
}

.s-cta__inner {
  padding: 64px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}

.s-cta__content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.s-cta__content .has-font-size-h2 {
  color: #fff;
  font-family: var(--font-family-primary);
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 44px;
}

.s-cta__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.s-cta__text p {
  color: #fff;
  font-family: var(--font-family-primary);
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  max-width: 695px;
}

.s-cta__italic {
  color: #fff;
  font-family: var(--font-family-primary);
  font-size: 16px !important;
  font-style: italic !important;
  font-weight: 300 !important;
  line-height: 1.3 !important;
}

.s-cta__socials {
  width: 326px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
}

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

.s-cta__socials-list a {
  --social-icon-size: 46px;
  --social-icon-img-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--social-icon-size);
  height: var(--social-icon-size);
  border-radius: 9999px;
  border: 1px solid #fff;
  background: #be2bbb;
}

.s-cta__socials-list a svg,
.s-cta__socials-list a img {
  width: var(--social-icon-img-size);
  height: var(--social-icon-img-size);
  -o-object-fit: contain;
  object-fit: contain;
}

.s-cta__socials-hashtag {
  color: #fff;
  font-family: var(--font-family-primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 2px;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
}

/**
*
* Section: FAQ
*
*/

.s-faq {
  padding: 0 72px 80px;
}

.s-faq__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.s-faq__title {
  color: #be2bbb;
  font-family: var(--font-family-primary);
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 44px;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.s-faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.s-faq__item {
  border: 1px solid #f0efea;
  display: grid;
  grid-template-columns: 1fr 40px;
  gap: 0 40px;
  padding: 40px;
  cursor: pointer;
  transition:
    background-color 0.65s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.s-faq__item.is-open {
  background: #f0efea;
  padding-bottom: 40px;
}

.s-faq__item-header {
  display: contents;
}

.s-faq__item-question {
  flex: 1 1 0;
  color: #4f4a4a;
  font-family: var(--font-family-primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.6px;
  transition: color 0.65s cubic-bezier(0.4, 0, 0.2, 1);
  align-self: center;
}

.s-faq__item.is-open .s-faq__item-question {
  color: #be2bbb;
}

.s-faq__item-toggle {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 9999px;
  background: #3312af;
  cursor: pointer;
  transform: rotate(0deg);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
  grid-column: 2;
  grid-row: 1;
  align-self: start;
}

.s-faq__item.is-open .s-faq__item-toggle {
  transform: rotate(-45deg);
}

.s-faq__item-body {
  display: grid;
  grid-template-rows: 0fr;
  grid-column: 1;
  transition: grid-template-rows 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.s-faq__item.is-open .s-faq__item-body {
  grid-template-rows: 1fr;
}

.s-faq__item-answer {
  overflow: hidden;
  color: #4f4a4a;
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  padding-top: 0;
  opacity: 0;
  transition:
    padding 0.65s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.4s ease;
}

.s-faq__item-answer strong {
  font-weight: 700;
}

.s-faq__item.is-open .s-faq__item-answer {
  padding-top: 16px;
  opacity: 1;
  transition:
    padding 0.65s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.65s 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

/**
*
* Section: Produced by
*
*/

.s-producedby {
  background: #be2bbb;
  overflow: hidden;
}

.s-producedby__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 74px 72px;
}

.s-producedby__label-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex-shrink: 0;
}

.s-producedby__label {
  color: #fff;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-transform: capitalize;
}

.s-producedby__logo img {
  width: 119px;
  height: auto;
  filter: invert(1);
}

.s-producedby__text {
  max-width: 957px;
  margin: 0;
  color: #fff;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

/**
*
* Section: In partnership with
*
*/

.s-partnership {
  background: #f6f4f3;
  overflow: hidden;
}

.s-partnership__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 72px;
}

.s-partnership__label-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex-shrink: 0;
}

.s-partnership__label {
  color: #390e37;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-transform: capitalize;
}

.s-partnership__logo {
  width: 271px;
  height: auto;
}

.s-partnership__text {
  max-width: 957px;
  margin: 0;
  color: rgba(2, 15, 20, 0.9);
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.s-partnership__text a {
  color: rgba(2, 15, 20, 0.9);
  text-decoration: underline;
}

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

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

/* Header hard override: keep dark controls against external stylesheet overrides */
.s-header .s-header__nav-list li,
.s-header .s-header__nav-list li a,
.s-header .s-header__nav-searchbtn,
.s-header .s-header__toggle,
.s-header .s-header__toggle .line {
  color: #4f4a4a !important;
}

.s-header .container {
  padding-inline: 56px !important;
}

.s-header .s-header__nav-list li,
.s-header .s-header__nav-list li a {
  color: #000 !important;
}

.s-header .s-header__toggle .line {
  background-color: #090909 !important;
}

.s-header .s-header__nav-searchbtn {
  --searchbtn-size: 32px;
  width: var(--searchbtn-size) !important;
  height: var(--searchbtn-size) !important;
  font-size: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: #f0efe9 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 14px 14px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Ccircle cx='6' cy='6' r='4.5' stroke='%234F4A4A'/%3E%3Cpath d='M9.6 9.6L13 13' stroke='%234F4A4A' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

/* Cover edge alignment: full-width content, no rigid text block widths */
.s-cover .s-cover__inner {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-left: 72px !important;
  padding-right: 0 !important;
  gap: 0 !important;
}

.s-cover .s-cover__media,
.s-cover .s-cover__media img {
  width: 100% !important;
  max-width: none !important;
}

/* ==========================================================================
   Section: Navigation Cards
   ========================================================================== */

.s-secnav {
  padding: 80px 72px;
}

.s-secnav__inner {
  display: flex;
  align-items: stretch;
}

.s-secnav__card {
  flex: 1 1 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 40px 32px;
  text-align: center;
  cursor: pointer;
  perspective: 800px;
}

.s-secnav__card--light {
  background: #f0efea;
}

.s-secnav__card--dark {
  background: #be2bbb;
}

/* Half-oval decoration */
.s-secnav__oval {
  position: absolute;
  width: 240px;
  top: 8px;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-top-left-radius: 130px;
  border-top-right-radius: 130px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  pointer-events: none;
  transition: background 0.35s ease;
}

/* Card 1 oval */
.s-secnav__card--light:not(.s-secnav__card--flip) .s-secnav__oval {
  background: rgba(255, 255, 255, 0.5);
}

/* Card 1 hover */
.s-secnav__card--light:not(.s-secnav__card--flip):hover .s-secnav__oval {
  background: rgba(255, 255, 255, 0.8);
}

/* Card 2 oval: flipped 180deg */
.s-secnav__card--dark .s-secnav__oval {
  background: rgba(255, 255, 255, 0.05);
  transform: translateX(-50%) rotate(180deg);
  top: 0;
  bottom: 8px;
}

/* Card 2 hover */
.s-secnav__card--dark:hover .s-secnav__oval {
  background: rgba(255, 255, 255, 0.2);
}

/* Card 3 oval: same as Card 1, Y-axis flip on hover */
.s-secnav__card--flip .s-secnav__oval {
  background: rgba(255, 255, 255, 0.5);
  transition:
    transform 0.6s ease,
    background 0.35s ease;
}

.s-secnav__card--flip:hover .s-secnav__oval {
  transform: translateX(-50%) rotateY(180deg);
  background: rgba(255, 255, 255, 0.8);
}

.s-secnav__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.s-secnav__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.s-secnav__title {
  margin: 0;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 110%;
}

.s-secnav__card--light .s-secnav__title {
  color: #4f4a4a;
}

.s-secnav__card--dark .s-secnav__title {
  color: #fff;
}

.s-secnav__link {
  position: relative;
  z-index: 1;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.s-secnav__card--light .s-secnav__link {
  color: #3312af;
}

.s-secnav__card--dark .s-secnav__link {
  color: #fff;
}

/* Responsive: tablet */

/* Responsive: mobile — vertical stack */

/* ===== Section: Growing Burden ===== */
.s-growing {
  padding: 0 72px 24px;
}

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

.s-growing__title {
  margin: 0;
  color: #be2bbb;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 44px;
}

.s-growing__content {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.s-growing__card {
  align-self: stretch;
  padding: 16px;
  background: #f0efea;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.s-growing__decor {
  position: absolute;
  flex-shrink: 0;
  pointer-events: none;
}

.s-growing__decor--1 {
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.s-growing__decor--2 {
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}

.s-growing__decor--3 {
  display: none;
}

.s-growing__text {
  margin: 0;
  flex: 1 1 0;
  position: relative;
  z-index: 1;
  color: #4f4a4a;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.s-growing__text strong {
  color: #be2bbb;
  font-weight: 600;
}

.s-growing__source {
  margin: 0;
  color: #4f4a4a;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 20.8px;
}

/* Growing Burden: mobile */

/* ===== Section: Quote ===== */
.s-quote {
  padding: 96px 72px;
  margin-bottom: 80px;
  position: relative;
  background: #f0efea;
  overflow: hidden;
}

.s-quote__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.s-quote__decor {
  width: 119px;
  height: 119px;
  position: absolute;
  left: 570px;
  top: 54px;
  pointer-events: none;
}

.s-quote__content {
  width: 600px;
  max-width: 100%;
  padding-left: 48px;
  border-left: 2px solid #be2bbb;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  z-index: 1;
}

.s-quote__text {
  margin: 0;
  color: #4f4a4a;
  font-size: 32px;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 38.4px;
  word-wrap: break-word;
}

.s-quote__author {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.s-quote__author-title {
  margin: 0;
  align-self: stretch;
  color: #be2bbb;
  font-size: 18px;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 23.4px;
}

.s-quote__author-name {
  margin: 0;
  color: #4f4a4a;
  font-size: 16px;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 20.8px;
}

.s-quote__image {
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 62.8%;
  height: auto;
  pointer-events: none;
}

/* Quote: tablet & mobile */

/* ===== Section: Capacity Building ===== */
.s-capbuild {
  margin: 0 0 56px;
  padding: 72px;
  background: #f0efea;
  overflow: hidden;
  position: relative;
}

.s-capbuild::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  min-height: 100%;
  width: auto;
  background: url("https://pages.devex.com/rs/685-KBL-765/images/cap-build-decor-desktop.svg")
    no-repeat right top;
  background-size: auto;
  pointer-events: none;
  z-index: 0;
  width: 50%;
}

.s-capbuild__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.s-capbuild__content {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.s-capbuild__title {
  margin: 0;
  color: #4f4a4a;
  font-size: 40px;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 44px;
}

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

.s-capbuild__text {
  margin: 0;
  max-width: 784px;
  color: #4f4a4a;
  font-size: 20px;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 26px;
}

.s-capbuild__source {
  margin: 0;
  color: #4f4a4a;
  font-size: 16px;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 20.8px;
}

.s-capbuild__banner {
  align-self: stretch;
  padding: 21px 84px;
  background: #be2bbb;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.s-capbuild__banner-text {
  color: #fff;
  font-size: 40px;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 44px;
}

/* Capacity Building: Slider */
.s-capbuild__slider-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  align-self: stretch;
}

.s-capbuild__arrow {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  border-radius: 100px;
  border: 1px solid #3312af;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition:
    background 0.2s,
    opacity 0.2s;
  flex-shrink: 0;
}

.s-capbuild__arrow:hover {
  background: rgba(51, 18, 175, 0.08);
}

.s-capbuild__arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

.s-capbuild__slider {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
}

.s-capbuild__slider .swiper-wrapper {
  justify-content: center;
}

.s-capbuild__slider .swiper-slide {
  height: auto;
}

.s-capbuild__pagination.swiper-pagination {
  display: none;
  position: static;
  width: auto;
}

/* Capacity Building: tablet & mobile */

/* ===== Section: Swiper News ===== */
.s-swipernews {
  padding: 24px 72px;
}

.s-swipernews__section-title {
  color: #be2bbb;
  font-size: 40px;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 44px;
  word-wrap: break-word;
  margin: 0 0 24px;
}

.s-swipernews__inner {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

/* Reversed modifier — image on the left */
.s-swipernews--reversed .s-swipernews__inner {
  flex-direction: row-reverse;
}

/* Slider column */
.s-swipernews__slider-col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.s-swipernews__slider {
  width: 100%;
  height: 504px;
  overflow: hidden;
}

.s-swipernews__slider .swiper-slide {
  height: calc((100% - 8px) / 2);
}

/* Image column */
.s-swipernews__image-col {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
}

.s-swipernews__image-col img {
  display: block;
  width: 100%;
  height: 504px;
  object-fit: cover;
}

/* Card base — default beige */
.s-swipernews__card {
  display: flex;
  align-items: center;
  padding: 24px;
  gap: 32px;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
  background: #f0efea;
}

.s-swipernews__card-badge {
  display: none;
}

.s-swipernews__card--sponsored .s-swipernews__card-badge {
  display: flex;
}

/* Card image */
.s-swipernews__card-image {
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  background: white;
}

.s-swipernews__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Video card play button */
.s-swipernews__card-video {
  cursor: pointer;
}

.s-swipernews__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background: rgba(190, 43, 187, 0.9);
  border: none;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 0 0 3px;
  transition: background 0.2s;
  overflow: hidden;
}

.s-swipernews__play-btn:hover {
  background: rgba(190, 43, 187, 1);
}

/* Video overlay */
.s-swipernews__video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-swipernews__video-overlay-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.s-swipernews__video-overlay-close::before,
.s-swipernews__video-overlay-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  background: #fff;
}

.s-swipernews__video-overlay-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.s-swipernews__video-overlay-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.s-swipernews__video-overlay iframe {
  width: 90vw;
  max-width: 1100px;
  aspect-ratio: 16 / 9;
  border: 0;
}

/* Sponsored badge styling */
.s-swipernews__card-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 38px;
  background: rgba(51, 18, 175, 0.6);
  backdrop-filter: blur(5px);
  align-items: center;
  padding: 0 16px;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  line-height: 14.4px;
}

/* Card body */
.s-swipernews__card-body {
  flex: 1 1 0;
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  overflow: hidden;
}

.s-swipernews__card-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.s-swipernews__card-title a {
  color: inherit;
  text-decoration: none;
}

.s-swipernews__card-title a:hover {
  text-decoration: underline;
}

.s-swipernews__card-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.s-swipernews__card-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-swipernews__card-title {
  margin: 0;
  color: #be2bbb;
  font-size: 20px;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  line-height: 22px;
  word-wrap: break-word;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.s-swipernews__card-desc {
  margin: 0;
  color: #4f4a4a;
  font-size: 16px;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 130%;
  word-wrap: break-word;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.s-swipernews__underline {
  text-decoration: underline;
  color: inherit;
}

/* Card footer */
.s-swipernews__card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.s-swipernews__card-link {
  color: #3312af;
  font-size: 18px;
  line-height: 18px;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  text-decoration: underline;
}

.s-swipernews__card-date {
  color: #4f4a4a;
  font-size: 14px;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 130%;
}

/* Pagination */
.s-swipernews__pagination.swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: auto;
  min-height: 22px;
}

.s-swipernews__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  background: #f0efea;
  border-radius: 9999px;
  opacity: 1;
  margin: 0 !important;
  transition: all 0.3s;
  box-sizing: border-box;
}

.s-swipernews__pagination .swiper-pagination-bullet-active {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  background: #be2bbb;
  border: 1px solid #be2bbb;
  background-clip: padding-box;
  box-shadow: inset 0 0 0 4px #fff;
}

/* Swiper News: tablet & mobile */

/* ==========================================================================
   Section: Grantee Partners Swiper
   ========================================================================== */

.s-granteepartners {
  background: #f0efea;
}

.s-granteepartners__inner {
  margin-top: 80px;
  padding: 72px 72px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  overflow: hidden;
}

.s-granteepartners__title {
  margin: 0;
  padding: 0 84px;
  align-self: stretch;
  text-align: center;
  color: #3312af;
  font-size: 40px;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 44px;
  word-wrap: break-word;
}

/* Slider row: arrows + swiper */
.s-granteepartners__slider-row {
  display: flex;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}

/* Navigation arrows */
.s-granteepartners__arrow {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  border-radius: 100px;
  border: 1px solid #3312af;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition:
    background 0.2s,
    opacity 0.2s;
  flex-shrink: 0;
}

.s-granteepartners__arrow:hover {
  background: rgba(51, 18, 175, 0.08);
}

.s-granteepartners__arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

/* Swiper container */
.s-granteepartners__slider {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
}

.s-granteepartners__slider .swiper-slide {
  height: auto;
}

/* Card */
.s-granteepartners__card {
  width: 100%;
  padding: 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 32px;
  overflow: hidden;
  box-sizing: border-box;
  height: 100%;
}

.s-granteepartners__card-image {
  width: 100%;
  height: 216px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.s-granteepartners__card-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.s-granteepartners__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.s-granteepartners__card-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}

.s-granteepartners__card-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.s-granteepartners__card-title {
  margin: 0;
  color: #be2bbb;
  font-size: 20px;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  line-height: 22px;
  word-wrap: break-word;
}

.s-granteepartners__card-title a {
  color: inherit;
  text-decoration: none;
}

.s-granteepartners__card-title a:hover {
  text-decoration: underline;
}

.s-granteepartners__card-desc {
  margin: 0;
  color: #4f4a4a;
  font-size: 16px;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 20.8px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.s-granteepartners__card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin-top: auto;
}

.s-granteepartners__card-link {
  color: #3312af;
  font-size: 18px;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  text-decoration: underline;
}

.s-granteepartners__card-date {
  color: #4f4a4a;
  font-size: 14px;
  font-family: "BMS Humanity", "Helvetica Neue", Arial, sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 18.2px;
}

/* Pagination — hidden on desktop, visible on mobile/tablet */
.s-granteepartners__pagination.swiper-pagination {
  display: none;
  position: static;
  width: auto;
}

/* ==========================================================================
   RESPONSIVE STYLES (Desktop-First)
   Breakpoints: 1439px > 1279px > 1199px > 991px > 767px > 375px
   ========================================================================== */

/* ---------- max-width: 1439px ---------- */
@media (max-width: 1439px) {
  :root {
    --container-width: 1280px;
  }

  .s-cta {
    margin: 80px 72px;
  }

  .s-cta__inner {
    padding: 64px 48px;
  }

  .s-quote__decor {
    left: 43% !important;
  }
}

/* ---------- max-width: 1279px ---------- */
@media (max-width: 1279px) {
  :root {
    --container-width: 1200px;
  }
}

/* ---------- max-width: 1199px ---------- */
@media (max-width: 1199px) {
  :root {
    --container-width: 992px;
    --font-size-h1: 100px;
    --font-size-h3: 28px;
    --font-size-body-l: 18px;
  }

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

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

  /* Cover hard override */
  .s-cover {
    padding-top: 156px !important;
  }

  /* Cover, Header, Info, Youtube */
  .s-cover {
    padding-top: 156px;
  }

  .s-infoandimage__inner {
    padding: 0 32px;
    gap: 8px;
  }

  .s-infoandimage__image {
    flex: 1 1 0;
    min-width: 0;
    max-width: 50%;
  }

  .s-infoandimage__content {
    flex: 1 1 0;
    min-width: 0;
  }

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

  /* Section Navigation */
  .s-secnav {
    padding: 48px 24px 40px;
  }

  .s-secnav__title {
    font-size: 24px;
    line-height: 26.4px;
  }

  .s-secnav__link {
    font-size: 16px;
  }

  /* Growing */
  .s-growing {
    padding: 0 24px 8px;
  }

  /* Quote */
  .s-quote {
    margin-bottom: 48px;
    padding: 72px 48px;
  }

  .s-quote__content {
    width: 480px;
    padding-left: 36px;
    gap: 28px;
  }

  .s-quote__text {
    font-size: 28px;
    line-height: 33.6px;
  }

  .s-quote__decor {
    width: 100px;
    height: 100px;
    right: calc(50% - 60px);
    top: 60px;
  }

  .s-quote__image {
    right: -20px;
    bottom: 0;
    width: 58%;
  }

  /* FAQ */
  .s-faq {
    padding: 0 24px 62px;
  }

  /* CTA */
  .s-cta {
    margin: 80px 24px;
  }

  /* Capacity Building */
  .s-capbuild {
    padding: 56px 24px;
    margin: 0 0 48px;
  }

  .s-capbuild__title {
    font-size: 32px;
    line-height: 36px;
  }

  .s-capbuild__banner {
    padding: 21px 32px;
  }

  .s-capbuild__banner-text {
    font-size: 32px;
    line-height: 36px;
  }

  /* Capacity Building: slider mobile */
  .s-capbuild__slider-row {
    gap: 12px;
  }

  .s-capbuild__arrow {
    display: none;
  }

  .s-capbuild__slider {
    padding: 0 24px;
    box-sizing: border-box;
  }

  .s-capbuild__slider .swiper-slide {
    width: 310px;
    max-width: calc(100vw - 48px);
  }

  .s-capbuild__pagination.swiper-pagination {
    position: static !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 100%;
    min-height: 12px;
    padding: 0 24px;
  }

  .s-capbuild__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
    background: #fff;
    border-radius: 9999px;
    opacity: 1;
    margin: 0 !important;
    transition: all 0.3s;
    box-sizing: border-box;
  }

  .s-capbuild__pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
    background: #be2bbb;
    border: 0.55px solid #be2bbb;
    background-clip: padding-box;
    box-shadow: inset 0 0 0 2px #fff;
  }

  /* Swiper News: undo line-clamp */
  .s-swipernews__card-title {
    display: block;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
  }

  /* Swiper News */
  .s-swipernews {
    padding: 0 0 48px;
  }

  .s-swipernews__section-title {
    font-size: 24px;
    line-height: 26.4px;
    padding: 0 24px;
  }

  .s-swipernews__inner {
    flex-direction: column;
    gap: 16px;
  }

  /* Image goes to the top */
  .s-swipernews__image-col {
    flex: none;
    width: 100%;
    order: -1;
    padding: 0 24px;
  }

  .s-swipernews__image-col img {
    height: auto;
  }

  /* Reversed also stacks vertically */
  .s-swipernews--reversed .s-swipernews__inner {
    flex-direction: column;
  }

  .s-swipernews__slider-col {
    width: 100%;
    gap: 16px;
  }

  .s-swipernews__slider {
    height: auto;
    padding: 0 24px;
    box-sizing: border-box;
  }

  .s-swipernews__slider .swiper-wrapper {
    align-items: stretch;
  }

  .s-swipernews__slider .swiper-slide {
    height: auto;
    width: 310px;
  }

  /* Card: vertical layout */
  .s-swipernews__card {
    flex-direction: column;
    padding: 16px;
    gap: 16px;
    align-items: flex-start;
    height: 100%;
    overflow: hidden;
  }

  .s-swipernews__card-image {
    width: 100%;
    height: 165px;
    flex-shrink: 0;
    align-self: stretch;
  }

  .s-swipernews__card-badge {
    height: 32px;
  }

  .s-swipernews__card-body {
    width: 100%;
    gap: 12px;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .s-swipernews__card-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .s-swipernews__card-footer {
    margin-top: auto;
  }

  .s-swipernews__card-title {
    font-size: 16px;
    line-height: 17.6px;
  }

  .s-swipernews__card-desc {
    font-size: 14px;
    line-height: 18.2px;
  }

  .s-swipernews__card-link {
    font-size: 14px;
  }

  /* Pagination */
  .s-swipernews__pagination.swiper-pagination {
    min-height: 12px;
  }

  .s-swipernews__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
  }

  .s-swipernews__pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
    border-width: 0.55px;
    box-shadow: inset 0 0 0 2px #fff;
  }

  /* Grantee Partners: mobile/tablet */
  .s-granteepartners__inner {
    margin: 0;
    padding: 48px 0;
    gap: 16px;
  }

  .s-granteepartners__title {
    padding: 0 24px;
    text-align: left;
    font-size: 24px;
    line-height: 26.4px;
  }

  .s-granteepartners__slider-row {
    gap: 12px;
  }

  .s-granteepartners__arrow {
    display: none;
  }

  .s-granteepartners__slider {
    padding: 0 24px;
    box-sizing: border-box;
  }

  .s-granteepartners__slider .swiper-slide {
    width: 310px;
  }

  .s-granteepartners__card {
    width: 100%;
    height: 377px;
    max-height: 377px;
    gap: 16px;
    justify-content: center;
  }

  .s-granteepartners__card-image {
    height: 165px;
  }

  .s-granteepartners__card-body {
    gap: 12px;
    flex: 1;
  }

  .s-granteepartners__card-text {
    flex: 1;
  }

  .s-granteepartners__card-title {
    font-size: 16px;
    line-height: 17.6px;
  }

  .s-granteepartners__card-desc {
    font-size: 14px;
    line-height: 18.2px;
    flex: 1;
  }

  .s-granteepartners__card-link {
    font-size: 14px;
  }

  /* Show pagination on mobile */
  .s-granteepartners__pagination.swiper-pagination {
    position: static !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 100%;
    min-height: 12px;
    padding: 0 24px;
  }

  .s-granteepartners__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
    background: #fff;
    border-radius: 9999px;
    opacity: 1;
    margin: 0 !important;
    transition: all 0.3s;
    box-sizing: border-box;
  }

  .s-granteepartners__pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
    background: #be2bbb;
    border: 0.55px solid #be2bbb;
    background-clip: padding-box;
    box-shadow: inset 0 0 0 2px #fff;
  }
}

/* ---------- max-width: 991px ---------- */
@media (max-width: 991px) {
  :root {
    --container-width: 768px;
    --container-padding-inline: 24px;
    --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;
  }

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

  .s-cta__text,
  .s-partnerbox__text {
    --font-size-body-default: 14px;
  }

  /* Testimonial: mobile interaction */
  .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;
  }

  /* Main layout */
  .has-font-size-body-default.has-font-family-times,
  .s-header {
    padding-block: 0;
  }

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

  .s-header-gflogo {
    display: block;
  }

  .s-header-gflogo img {
    max-width: 201px;
  }

  .s-header__inner {
    position: relative;
    padding: 8px 24px;
    align-items: center;
  }

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

  .s-header__toggle {
    display: block;
    z-index: 4;
  }

  .s-header__nav {
    padding: 24px 24px 36px;
    gap: 22px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: var(--transition-medium);
    background-color: #f0efea;
    border-radius: 0 0 18px 18px;
  }

  .s-header__nav.is-opened {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
  }

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

  .s-header__nav-list li {
    color: #4f4a4a;
    letter-spacing: 0.01em;
  }

  .s-header__nav-searchbar {
    width: calc(100% - 48px);
    top: 290px;
    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 {
    width: auto;
    height: auto;
    background: none;
    color: #4f4a4a;
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.01em;
  }

  .s-footer__inner {
    padding: 32px 24px;
    gap: 16px;
    flex-direction: column;
  }

  .s-footer__body {
    display: contents;
  }

  .s-footer__content {
    order: 1;
  }

  .s-footer__nav {
    order: 2;
  }

  .s-footer__copyright {
    order: 3;
    flex-wrap: wrap;
  }

  .s-infoandimage__inner {
    flex-direction: column;
    padding: 0 24px;
  }

  .s-infoandimage__image {
    height: 300px;
    width: 100%;
    max-width: 100%;
  }

  .s-infoandimage__content {
    overflow: visible;
    padding: 40px 32px;
    gap: 24px;
  }

  .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 {
    margin: 48px 24px;
  }

  .s-cta__inner {
    padding: 48px 32px;
    gap: 32px;
  }

  .s-cta__content .has-font-size-h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .s-cta__text p {
    font-size: 18px;
    line-height: 23.4px;
  }

  .s-cta__socials {
    width: auto;
    align-items: flex-end;
  }

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

  .s-cover__right {
    position: static;
    min-width: 320px;
  }

  /* Produced by */
  .s-producedby__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 32px 24px;
  }

  /* In partnership with */
  .s-partnership__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 32px 24px;
  }

  /* Quote */
  .s-quote {
    padding: 64px 24px;
  }

  .s-quote__content {
    width: 55%;
    padding-left: 24px;
    gap: 24px;
  }

  .s-quote__text {
    font-size: 24px;
    line-height: 28.8px;
  }

  .s-quote__decor {
    width: 80px;
    height: 80px;
    right: calc(50% - 40px);
    top: 50px;
  }

  .s-quote__image {
    right: -10px;
    bottom: 0;
    width: 55%;
  }

  /* Capacity Building */
  .s-capbuild {
    padding: 48px 24px;
  }

  .s-capbuild::after {
    display: block;
    background-image: url("https://pages.devex.com/rs/685-KBL-765/images/cap-build-decor-mobile.svg");
  }

  .s-capbuild__inner {
    gap: 32px;
  }

  .s-capbuild__title {
    font-size: 28px;
    line-height: 32px;
  }

  .s-capbuild__text {
    font-size: 18px;
    line-height: 23.4px;
  }

  .s-capbuild__banner {
    padding: 21px 0;
  }

  .s-capbuild__banner-text {
    font-size: 28px;
    line-height: 32px;
  }

  .s-capbuild__slider {
    padding: 0;
  }

  /* Header hard override */
  .s-header {
    padding-top: 40px !important;
    padding-bottom: 44px !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }

  .s-header .s-header__inner {
    position: static !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .s-header .container {
    padding-inline: 24px !important;
  }

  .s-header .s-header__nav-list li,
  .s-header .s-header__nav-list li a {
    color: #4f4a4a !important;
  }

  .s-header .s-header__nav {
    top: 0 !important;
    left: 0 !important;
    padding-top: 116px !important;
    border-radius: 0 0 18px 18px !important;
  }

  .s-header .s-header__nav.is-opened {
    opacity: 1 !important;
  }

  .s-header .s-header__nav-searchbtn {
    width: auto !important;
    height: auto !important;
    background-image: none !important;
    background-color: transparent !important;
    font-size: 16px !important;
    font-family: "BMS Humanity", "Bebas Neue", sans-serif !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    letter-spacing: 0.01em !important;
    color: #4f4a4a !important;
  }

  /* Cover edge alignment */
  .s-cover .s-cover__inner {
    padding-left: 24px !important;
    padding-right: 0 !important;
  }

  .s-cover .s-cover__content {
    padding-right: 24px !important;
  }

  .s-cover .s-cover__title {
    font-size: 48px !important;
    line-height: 48px !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
  }

  .s-cover .s-cover__text,
  .s-cover .s-cover__text p {
    width: 100% !important;
    color: #4f4a4a !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 23.4px !important;
    max-width: none !important;
  }
}

/* ---------- max-width: 767px ---------- */
@media (max-width: 767px) {
  :root {
    --container-width: 100%;
    --container-max-width: 500px;
    --font-size-h1: 80px;
    --font-size-h3: 22px;
    --line-height-h3: 1.24;
    --font-size-h2: 32px;
    --font-size-h4: 16px;
    --font-size-h5: 16px;
  }

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

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

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

  /* Cover hard override */
  .s-cover {
    padding: 112px 0 48px !important;
  }

  .s-cover .s-cover__inner {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    align-items: flex-start !important;
  }

  .s-cover .s-cover__title {
    font-size: 48px !important;
    line-height: 48px !important;
  }

  .s-cover .s-cover__text,
  .s-cover .s-cover__text p {
    font-size: 18px !important;
    line-height: 23.4px !important;
  }

  .s-cover .s-cover__media img {
    max-width: 100% !important;
  }

  /* Main layout */
  .has-font-size-h1 small {
    font-size: 90%;
  }

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

  .s-cover {
    padding: 112px 0 36px;
    position: relative;
  }

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

  .s-cover__right {
    position: static;
    margin-top: 16px;
  }

  .s-cover__content {
    margin-top: 0;
    gap: 16px;
    align-items: flex-start;
    text-align: left;
  }

  .s-cover__title {
    font-size: 48px;
    line-height: 48px;
  }

  .s-cover__text {
    font-size: 18px;
    line-height: 23.4px;
  }

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

  .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__inner {
    flex-direction: column;
    gap: 16px;
    padding: 32px 24px;
  }

  .s-footer__body {
    gap: 16px;
  }

  .s-footer__content {
    gap: 8px;
  }

  .s-footer__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 17.6px;
  }

  .s-footer__text {
    font-size: 14px;
    line-height: 18.2px;
  }

  .s-footer__text a {
    text-decoration: none;
  }

  .s-footer__nav {
    order: 2;
  }

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

  .s-footer__copyright {
    order: 3;
    flex-wrap: wrap;
  }

  .s-footer__copyright-text {
    font-size: 14px;
    line-height: 18.2px;
  }

  .s-footer__copyright-link {
    font-size: 14px;
    line-height: 18.2px;
  }

  .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-infoandimage__inner {
    padding: 0 24px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .s-infoandimage__image {
    align-self: stretch;
    height: 327px;
    width: 100%;
  }

  .s-infoandimage__content {
    align-self: stretch;
    padding: 32px;
    gap: 24px;
    justify-content: flex-start;
  }

  .s-infoandimage__text {
    font-size: 16px;
    line-height: 20.8px;
  }

  .s-infoandimage__title {
    font-size: 24px;
    line-height: 26.4px;
    max-width: none;
  }

  .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__inner {
    padding: 32px;
    flex-direction: column;
    gap: 24px;
  }

  .s-cta__content .has-font-size-h2 {
    font-size: 24px;
    line-height: 26.4px;
  }

  .s-cta__text p {
    font-size: 16px;
    line-height: 20.8px;
    max-width: none;
    margin-block-end: 0;
  }

  .s-cta__italic {
    font-size: 14px;
    line-height: 18.2px;
  }

  .s-cta__socials {
    width: auto;
    align-items: flex-start;
    margin: 0 auto;
    gap: 24px;
  }

  .s-cta__socials-list {
    max-width: 159px;
    margin: 0 auto;
    justify-content: flex-start;
    align-content: flex-start;
  }

  .s-cta__socials-list a {
    --social-icon-size: 44px;
  }

  .s-cta__socials-hashtag {
    font-size: 16px;
    line-height: 17.6px;
    letter-spacing: 0.8px;
  }

  .s-faq__inner {
    gap: 16px;
  }

  .s-faq__title {
    font-size: 24px;
    line-height: 26.4px;
  }

  .s-faq__list {
    gap: 8px;
  }

  .s-faq__item {
    padding: 24px;
    grid-template-columns: 1fr 32px;
    gap: 0 16px;
  }

  .s-faq__item-question {
    font-size: 16px;
    font-weight: 600;
    line-height: 17.6px;
  }

  .s-faq__item-toggle {
    width: 32px;
    height: 32px;
  }

  .s-faq__item-toggle svg {
    width: 19px;
    height: 19px;
  }

  .s-faq__item-body {
    grid-column: 1 / -1;
  }

  .s-faq__item-answer {
    font-size: 14px;
    line-height: 18.2px;
  }

  .s-producedby__label {
    font-size: 16px;
    font-weight: 600;
    line-height: 17.6px;
  }

  .s-producedby__text {
    font-size: 14px;
    line-height: 18.2px;
  }

  .s-partnership__label {
    color: #1a262a;
    font-size: 16px;
    font-weight: 600;
    line-height: 17.6px;
  }

  .s-partnership__logo {
    width: 282px;
  }

  .s-partnership__text {
    color: #1a262a;
    font-size: 14px;
    line-height: 18.2px;
  }

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

  /* Section Navigation */
  .s-secnav {
    padding: 48px 0 40px;
  }

  .s-secnav__inner {
    flex-direction: column;
    padding: 0 24px;
  }

  .s-secnav__card {
    width: 100%;
    min-height: 232px;
    padding: 40px 32px;
  }

  .s-secnav__title {
    font-size: 24px;
    line-height: 26.4px;
  }

  /* Card 1 oval mobile position */
  .s-secnav__card--light:not(.s-secnav__card--flip) .s-secnav__oval {
    left: 50%;
    transform: translateX(-50%);
  }

  /* Card 2 oval mobile position */
  .s-secnav__card--dark .s-secnav__oval {
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
  }

  /* Card 3 oval mobile position */
  .s-secnav__card--flip .s-secnav__oval {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .s-secnav__card--flip:hover .s-secnav__oval {
    transform: translateX(-50%) rotateY(180deg);
  }

  /* Quote */
  .s-quote {
    padding: 48px 24px 0;
  }

  .s-quote__content {
    width: 100%;
    padding-left: 24px;
    gap: 48px;
  }

  .s-quote__text {
    font-size: 24px;
    line-height: 28.8px;
  }

  .s-quote__author {
    width: 164px;
  }

  .s-quote__decor {
    width: 80px;
    height: 80px;
    left: auto;
    right: 20px;
    top: 20px;
  }

  .s-quote__image {
    position: relative;
    right: -80px;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: 506px;
    margin-top: -80px;
  }

  /* Capacity Building */
  .s-capbuild {
    padding: 48px 24px;
  }

  .s-capbuild__inner {
    align-items: flex-start;
    gap: 16px;
  }

  .s-capbuild__content {
    gap: 10px;
  }

  .s-capbuild__title {
    font-size: 24px;
    line-height: 26.4px;
  }

  .s-capbuild__text {
    font-size: 18px;
    line-height: 23.4px;
  }

  .s-capbuild__source {
    font-size: 14px;
    line-height: 18.2px;
  }

  .s-capbuild__banner {
    align-self: stretch;
    padding: 24px 0;
  }

  .s-capbuild__banner-text {
    font-size: 24px;
    line-height: 26.4px;
  }

  /* Growing */
  .s-growing__title {
    font-size: 24px;
    line-height: 26.4px;
  }

  .s-growing__card {
    padding: 32px;
  }

  .s-growing__decor--1,
  .s-growing__decor--2 {
    display: none;
  }

  .s-growing__decor--3 {
    display: block;
    top: 0;
    left: 0;
  }

  .s-growing__text {
    font-size: 18px;
    line-height: 23.4px;
  }

  .s-growing__source {
    font-size: 14px;
    line-height: 18.2px;
  }
}

/* ---------- max-width: 375px ---------- */
@media (max-width: 375px) {
  .s-header__logos {
    gap: 12px !important;
  }
}

/* ---------- max-width: 350px ---------- */
@media (max-width: 350px) {
  .s-cover .s-cover__title {
    font-size: 32px !important;
    line-height: 36px !important;
  }

  .s-cover .s-cover__text,
  .s-cover .s-cover__text p {
    font-size: 15px !important;
    line-height: 21px !important;
  }

  .s-cta__socials-hashtag {
    font-size: 12px;
    line-height: 110%;
    letter-spacing: 5%;
  }
}
