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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/** BREAKPOINTS */
/** BREAKPOINTS MIXINS */
/** Images */
/** FONTS */
/** FONTS SIZES */
/** COLORS */
/** BORDER RADIUS */
/** Z-INDEX */
/** Typography */
/** HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6,
.base-heading-1,
.base-heading-2,
.base-heading-3,
.base-heading-4,
.base-heading-5,
.base-heading-6 {
  font-family: var(--ff-primary);
  font-weight: inherit;
  margin: 0 0 2rem;
  padding: 0;
}

h1 {
  font-family: "Degular Display", sans-serif;
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}

h2 {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}

h3 {
  font-family: "Degular Display", sans-serif;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}

h4 {
  font-family: "Degular Display", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.03em;
}

/** UTILITY CLASSES */
.text-caption {
  font-family: "Degular Display", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 500;
}

.text-paragraph-1,
.text-p1 {
  font-family: "Degular Display", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}

.text-paragraph-2,
.text-p2 {
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
}

.text-paragraph-3,
.text-p3 {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.text-button-1 {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.text-form-1 {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

/** HELPERS */
.admin-bar #wpadminbar {
  opacity: 0;
  transform: translate3d(0, -22px, 0);
  transition: transform 0.2s ease;
}
.admin-bar #wpadminbar:hover {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/** GRID */
.container {
  width: 100%;
  max-width: 1312px;
  padding: 0 16px;
  margin: 0 auto;
}

.container-right {
  max-width: calc((100% - 1312px) / 2 + 1312px);
  padding: 0 0 0 16px;
  margin: 0 0 0 auto;
}

.container-left {
  max-width: calc((100% - 1312px) / 2 + 1312px);
  padding: 0 16px 0 0;
  margin: 0 auto 0 0;
}

.container-fluid {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
}

[class^=container] [class^=container] {
  padding: 0;
  max-width: unset;
}

.row {
  display: flex;
}

.col {
  flex: 0 1 auto;
}
.col--12 {
  width: 100%;
}
.col--11 {
  width: 91.66%;
}
.col--10 {
  width: 83.33%;
}
.col--9 {
  width: 75%;
}
.col--8 {
  width: 66.666%;
}
.col--7 {
  width: 58.33%;
}
.col--6 {
  width: 50%;
}
.col--5 {
  width: 41.66%;
}
.col--4 {
  width: 33.33%;
}
.col--3 {
  width: 25%;
}
.col--2 {
  width: 16.6667%;
}
.col--1 {
  width: 8.333%;
}

/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  margin-bottom: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone, img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/** COMMON */
/** COLORS */
:root {
  --spacingxxxs: 0.125rem;
  --spacingxxs: 0.25rem;
  --spacingxs: 0.5rem;
  --spacings: 0.75rem;
  --spacingd: 1rem;
  --spacingm: 1.5rem;
  --spacingl: 2rem;
  --spacingxl: 3rem;
  --spacingxxl: 4rem;
  --spacingxxxl: 5.375rem;
  --spacingxxxxl: 8rem;
  --mobile-menu-height: 66px;
  --box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.07);
  --box-shadow-big: 0px 3px 8px rgba(0, 0, 0, 0.15);
  --box-shadow-button: 0px 1px 2px rgba(0, 0, 0, 0.07);
  --ff-primary: "Degular Display", sans-serif;
  --ff-sec: sans-serif;
  --clr-white: #fff;
  --clr-headings: #000;
  --clr-fonts: #17244C;
  --clr-bg: #fff;
}

@font-face {
  font-family: "Degular Display";
  src: url("../Fonts/DegularDisplay-Light.woff2") format("woff2"), url("../Fonts/DegularDisplay-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Degular Display";
  src: url("../Fonts/DegularDisplay-BlackItalic.woff2") format("woff2"), url("../Fonts/DegularDisplay-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Degular Display";
  src: url("../Fonts/DegularDisplay-BoldItalic.woff2") format("woff2"), url("../Fonts/DegularDisplay-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Degular Display";
  src: url("../Fonts/DegularDisplay-LightItalic.woff2") format("woff2"), url("../Fonts/DegularDisplay-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Degular Display";
  src: url("../Fonts/DegularDisplay-SemiBold.woff2") format("woff2"), url("../Fonts/DegularDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Degular Display";
  src: url("../Fonts/DegularDisplay-Regular.woff2") format("woff2"), url("../Fonts/DegularDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Degular Display";
  src: url("../Fonts/DegularDisplay-Medium.woff2") format("woff2"), url("../Fonts/DegularDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Degular Display";
  src: url("../Fonts/DegularDisplay-MediumItalic.woff2") format("woff2"), url("../Fonts/DegularDisplay-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Degular Display";
  src: url("../Fonts/DegularDisplay-RegularItalic.woff2") format("woff2"), url("../Fonts/DegularDisplay-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Degular Display";
  src: url("../Fonts/DegularDisplay-Bold.woff2") format("woff2"), url("../Fonts/DegularDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Degular Display";
  src: url("../Fonts/DegularDisplay-Thin.woff2") format("woff2"), url("../Fonts/DegularDisplay-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Degular Display";
  src: url("../Fonts/DegularDisplay-ThinItalic.woff2") format("woff2"), url("../Fonts/DegularDisplay-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Degular Display";
  src: url("../Fonts/DegularDisplay-SemiBoldItalic.woff2") format("woff2"), url("../Fonts/DegularDisplay-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Degular Display";
  src: url("../Fonts/DegularDisplay-Black.woff2") format("woff2"), url("../Fonts/DegularDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  -webkit-text-size-adjust: none;
  touch-action: manipulation;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--menu-height) + 20px);
}

body {
  position: relative;
  font-family: var(--ff-primary);
  min-width: 300px;
  font-weight: 500;
  color: var(--clr-fonts);
  background: var(--clr-bg);
  font-size: 16px;
  line-height: 1.25;
}
body.body-overflow, body.menu-active {
  overflow: hidden;
}
body.ios-body-fixed-overflow {
  position: fixed;
  left: 0;
  right: 0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a:not(.btn):hover svg {
  opacity: 0.7;
}
a:not(.btn) svg {
  transition: opacity 0.25s;
}

img,
svg,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}

a,
button {
  color: inherit;
  font: inherit;
  outline-offset: 3px;
  text-underline-offset: 3px;
}

section,
[id] {
  scroll-margin-top: var(--scroll-margin-top);
}

.page-content {
  position: relative;
}

.visually-hidden {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.grecaptcha-badge {
  opacity: 0 !important;
  pointer-events: none !important;
}

.search-form {
  width: 100%;
  height: 100%;
  position: relative;
  outline: none;
}
.search-form__input {
  height: 100%;
  width: 100%;
  padding: 4px 12px;
  padding-right: 36px;
  border-radius: 60px;
  border: none;
  outline: none;
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  transition: border-color 0.3s ease;
}
.search-form__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.search-form__input:-ms-input-placeholder {
  color: #17244C;
}
.search-form__input::placeholder {
  color: #17244C;
}
.search-form__input:focus {
  border-color: #17244C !important;
}
.search-form__btn {
  position: absolute;
  right: 22px;
  top: 50%;
  border: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--clr-red);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
.search-form__magnifier {
  height: 16px;
  width: 16px;
}
.search-form__close {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
  background-color: var(--clr-dark-blue);
}

.header {
  background: var(--clr-white);
  height: var(--menu-height);
  display: flex;
  align-items: flex-end;
  top: 20px;
  z-index: 999;
  position: fixed;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1312px;
  border-radius: 12px;
}
.header__logo .custom-logo {
  max-width: 220px;
  height: auto;
}
.header__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 20px 25px;
}
.header__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  position: relative;
}
.header__buttons .widget_block:first-child {
  flex-grow: 1;
}
.header__content {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: auto;
}
.header__search {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__burger {
  display: none;
  align-items: center;
  justify-content: center;
}
.header__extra {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
.header__langs {
  position: relative;
  z-index: 1;
}
body.menu-active .header-overlay {
  position: fixed;
  width: 100vw;
  height: 120dvh;
  background: #EFF6FF;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50vw, -60dvh);
  z-index: 98;
}

.footer {
  background: #fff;
  padding: 80px 0;
  position: relative;
}
.footer__content {
  width: 100%;
}
.footer__row {
  display: flex;
  gap: 64px;
}
.footer__row--cols {
  margin-bottom: 80px;
}
.footer__col-1 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer__col-1 .custom-logo-link {
  display: inline-block;
}
.footer__col-1 .widget_text p {
  font-family: "Degular Display", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #17244C;
  margin: 0;
  line-height: 1.6;
}
.footer__col-1 .widget_text p strong {
  display: block;
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #17244C;
  font-weight: 700;
}
.footer__col-1 .widget_text *:not(strong) {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #4A4A49;
}
.footer__col-2 {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  flex-grow: 1;
}
.footer__col-2 .widget_block.widget_text:has(p:empty) {
  display: none;
}
.footer .widget_nav_menu .menu-widget__title {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #17244C;
  margin: 0 0 24px 0;
  padding: 0;
}
.footer .widget_nav_menu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer .widget_nav_menu .menu li {
  margin: 0;
  padding: 0;
}
.footer .widget_nav_menu .menu a {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #4A4A49;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s ease;
}
.footer .widget_nav_menu .menu a:hover {
  color: #EE3033;
}
.footer__bottom {
  border-top: 1px solid #E0E0E0;
  padding: 32px 0 0;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
.footer__bottom .widget_block.widget_text p {
  font-family: "Degular Display", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #4A4A49;
  margin: 0;
}
.footer__bottom .widget_nav_menu .menu {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.footer__bottom .widget_nav_menu .menu li {
  position: relative;
}
.footer__bottom .widget_nav_menu .menu a {
  font-family: "Degular Display", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #666;
}
.footer__bottom .widget_nav_menu .menu a:hover {
  color: #e63946;
}
.footer .widget-container:not(:last-child) {
  margin-bottom: 0;
}

.error-404 {
  background: linear-gradient(254.38deg, #243875 13.15%, #ED1C24 96.52%);
}
.error-404__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 225px 0 167px;
  color: #fff;
  gap: 10px;
}
.error-404__title {
  font-weight: 700;
  font-size: 140px;
  line-height: 110%;
  letter-spacing: 3%;
}
.error-404__subtitle {
  margin: 0;
  font-weight: 700;
  font-size: 55px;
  line-height: 110%;
  letter-spacing: 3%;
}
.error-404__desc {
  margin: 0;
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
}
.error-404__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 45px;
}

.collapse:not(.collapse--mobile-only) .collapse__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.search-page__banner {
  position: relative;
  padding: 200px 0px 74px;
  background-color: #F6F6F6;
}
.search-page__banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.search-page__form {
  max-width: 335px;
  margin: 40px 0 0;
  width: 100%;
  border: 10px solid #DADADA;
  border-radius: 100px;
}
.search-page__form .search-form__input {
  padding: 11px 22px;
}
.search-page__title {
  margin: 0;
  font-weight: 700;
  text-align: center;
}
.search-page__content {
  list-style: none;
  padding: 60px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.search-page__not-found {
  margin-top: 60px;
}
.search-page__not-found--hidden {
  display: none;
}
.search-page__item {
  max-width: 914px;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding: 40px 0;
}
.search-page__item--loading {
  opacity: 0;
}
.search-page__item:not(:last-child) {
  border-bottom: 1px solid #C7C7CC;
}
.search-page__item-title {
  font-weight: 700;
  margin: 0;
  color: var(--clr-green);
}
.search-page__item-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  list-style: none;
}
.search-page__item-tag {
  height: 32px;
  border-radius: 30px;
  background-color: var(--clr-blue-tint);
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-page__pagination-wrapper {
  margin-top: 50px;
}
.search-page__pagination-wrapper--hidden {
  display: none;
}

/** COMPONENTS */
.burger {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  border: 0;
  background: none;
  padding: 0;
  display: flex;
  overflow: hidden;
}
.burger svg {
  width: 30px;
  height: auto;
  flex-shrink: 0;
}
.burger svg.close {
  padding: 4px;
}

body.menu-active .burger {
  justify-content: flex-end;
}

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  vertical-align: middle;
  padding: 12px 15px;
  border-radius: 12px;
  transition: all 0.3s ease;
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
  background: #EE3033;
  color: #FFFFFF;
  border: none;
}
.btn:hover {
  background: #17244C;
  color: #FFFFFF;
}
.btn:hover svg {
  width: 12px;
}
.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn--2 {
  background: #F6F6F6;
  color: #17244C;
}
.btn--2:hover {
  background: #F6F6F6;
  color: #17244C;
}
.btn--3 {
  background: #fff;
  color: #17244C;
}
.btn--3:hover {
  background: #fff;
  color: #17244C;
}
.btn--4 {
  background: transparent;
  padding: 0;
  color: #17244C;
}
.btn--4:hover {
  background: transparent;
  color: #17244C;
}
.btn--search {
  background: #F6F6F6;
  padding: 9px;
  border-radius: 100px;
  color: #17244C;
}
.btn--search:hover svg {
  width: 14px;
}
.btn__arrow-path {
  fill: currentColor;
}
.btn svg {
  width: 14px;
  transition: all 0.3s ease;
}
.btn svg path {
  fill: currentColor;
  transition: fill 0.3s ease;
}

.menu {
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
}
.menu a, .menu ul, .menu li {
  text-decoration: none;
  list-style: none;
}
.menu__container {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}
.menu__container > .menu-item > .menu__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}
.menu__container > .menu-item > .menu__link:focus + .sub-menu {
  opacity: 1;
  visibility: visible;
}
.menu__container > .menu-item > .sub-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}
.menu__container > .menu-item > .sub-menu.style-1, .menu__container > .menu-item > .sub-menu.style-2, .menu__container > .menu-item > .sub-menu.style-3, .menu__container > .menu-item > .sub-menu.style-4 {
  background-color: #F0F5FD;
  width: 100%;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.menu__container > .menu-item > .sub-menu::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 32px;
  top: -32px;
  background-color: transparent;
}
.menu__arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.menu__arrow path {
  stroke: #231F20;
}
.menu__back-btn {
  display: none;
}
.menu__back-btn svg {
  padding: 11px 9px 9px 9px;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F6F6F6;
  transform: rotate(90deg);
}
.menu__group {
  cursor: pointer;
}
.menu .style-1 > *:not(.menu__back-btn) .menu__section--oferta .menu__subsection {
  width: 50%;
  padding: 20px 35px;
  border-radius: 0;
}
.menu .style-1 > *:not(.menu__back-btn) .menu__section--oferta .menu__subsection:nth-child(2) {
  border-radius: 12px 0 0 12px;
}
.menu .style-1 > *:not(.menu__back-btn) .menu__section--oferta .menu__subsection:nth-child(2) .menu__subsection-title {
  display: none;
}
.menu .style-1 > *:not(.menu__back-btn) .menu__section--oferta .menu__subsection:nth-child(3) {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0 12px 12px 0;
}
.menu .style-1 > *:not(.menu__back-btn) .menu__section--wsparcie .menu__subsection-title {
  display: none;
}
.menu .style-1 > *:not(.menu__back-btn) .menu__section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Degular Display", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #17244C;
  margin: 0 0 15px;
  width: 100%;
}
.menu .style-1 > *:not(.menu__back-btn) .menu__section-title {
  margin: 0;
  font-family: "Degular Display", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #17244C;
}
.menu .style-1 > *:not(.menu__back-btn) .menu__subsection {
  padding: 20px;
  border-radius: 24px;
  background-color: #ffffff;
}
.menu .style-1 > *:not(.menu__back-btn) .menu__subsection-title {
  margin: 0 0 10px;
  font-family: "Degular Display", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #17244C;
}
.menu .style-1 > *:not(.menu__back-btn) .menu__links-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.menu .style-1 > *:not(.menu__back-btn) .menu__card-oferta {
  display: flex;
  transition: background-color 0.2s ease;
  align-items: flex-start;
}
.menu .style-1 > *:not(.menu__back-btn) .menu__card-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin: 0;
  font-weight: 700;
}
.menu .style-1 > *:not(.menu__back-btn) .menu__card-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  font-family: "Degular Display", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #17244C;
}
.menu .style-1 > *:not(.menu__back-btn) .menu__card-desc {
  margin: 0;
  font-family: "Degular Display", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #17244C;
}
.menu .style-1 > *:not(.menu__back-btn) .menu__posts-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  -webkit-backdrop-filter: blur(5.8000001907px);
  backdrop-filter: blur(5.8000001907px);
}
.menu .style-2 > *:not(.menu__back-btn) .menu__section--oferta .menu__subsection {
  width: 50%;
  padding: 20px 35px;
  border-radius: 0;
}
.menu .style-2 > *:not(.menu__back-btn) .menu__section--oferta .menu__subsection:nth-child(2) {
  border-radius: 12px 0 0 12px;
}
.menu .style-2 > *:not(.menu__back-btn) .menu__section--oferta .menu__subsection:nth-child(3) {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0 12px 12px 0;
}
.menu .style-2 > *:not(.menu__back-btn) .menu__section--wsparcie .menu__subsection-title {
  display: none;
}
.menu .style-2 > *:not(.menu__back-btn) .menu__section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Degular Display", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #17244C;
  width: 100%;
  margin: 0 0 15px;
}
.menu .style-2 > *:not(.menu__back-btn) .menu__section-title {
  margin: 0;
  font-family: "Degular Display", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #17244C;
}
.menu .style-2 > *:not(.menu__back-btn) .menu__subsection {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 12px;
}
.menu .style-2 > *:not(.menu__back-btn) .menu__subsection-title {
  margin: 0 0 12px;
  font-family: "Degular Display", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #17244C;
}
.menu .style-2 > *:not(.menu__back-btn) .menu__links-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.menu .style-2 > *:not(.menu__back-btn) .menu__card-wsparcie {
  display: flex;
  overflow: hidden;
  border-radius: 12px;
  transition: background-color 0.2s ease;
  background-color: #EFF6FF;
}
.menu .style-2 > *:not(.menu__back-btn) .menu__card-wsparcie:hover {
  background-color: #E8F1FD;
}
.menu .style-2 > *:not(.menu__back-btn) .menu__card-image {
  width: 176px;
  aspect-ratio: 176/200;
  overflow: hidden;
}
.menu .style-2 > *:not(.menu__back-btn) .menu__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu .style-2 > *:not(.menu__back-btn) .menu__card-content {
  gap: 16px;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.menu .style-2 > *:not(.menu__back-btn) .menu__card-subtitle {
  margin: 0;
  font-family: "Degular Display", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #17244C;
}
.menu .style-2 > *:not(.menu__back-btn) .menu__card-desc {
  margin: 0;
  font-family: "Degular Display", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #17244C;
}
.menu .style-2 > *:not(.menu__back-btn) .menu__card-arrow {
  margin: unset;
  display: none;
}
.menu .style-3 > *:not(.menu__back-btn) .menu__card {
  border: 20px solid #F7FAFE;
  padding: 15px 20px;
  border-radius: 12px;
}
.menu .style-3 > *:not(.menu__back-btn) .menu__card-title {
  margin: 0 0 10px;
  font-family: "Degular Display", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-weight: 700;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.menu .style-3 > *:not(.menu__back-btn) .menu__card-desc {
  font-family: "Degular Display", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #17244C;
}
.menu .style-4 > *:not(.menu__back-btn) .menu__section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Degular Display", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #17244C;
  margin: 0 0 15px;
}
.menu .style-4 > *:not(.menu__back-btn) .menu__section-title {
  margin: 0;
  font-family: "Degular Display", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #17244C;
}
.menu .style-4 > *:not(.menu__back-btn) .menu__subsection {
  padding: 20px;
  border-radius: 24px;
  background-color: #ffffff;
}
.menu .style-4 > *:not(.menu__back-btn) .menu__subsection-title {
  margin: 0 0 10px;
  font-family: "Degular Display", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #17244C;
}
.menu .style-4 > *:not(.menu__back-btn) .menu__posts-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.menu .style-4 > *:not(.menu__back-btn) .swiper-slide {
  height: unset;
}
.menu .style-5 > *:not(.menu__back-btn) {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}
.menu .style-5 > *:not(.menu__back-btn) a {
  padding: 4px 12px;
  background-color: #F6F6F6;
  border-radius: 100px;
  display: inline-block;
}
.menu .style-5 > *:not(.menu__back-btn) a:hover {
  background-color: #17244C;
  color: #FFFFFF;
}

/** SECTIONS */
.accordion {
  background-color: var(--bg);
}
.accordion__wrapper {
  display: flex;
  gap: 80px;
  padding: 88px 0 100px;
}
.accordion__content {
  width: 38.1%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.accordion__title * {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: #17244C;
}
.accordion__desc {
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: #4A4A49;
}
.accordion__groups {
  list-style: none;
  padding: 0;
  flex-grow: 1;
}
.accordion__group {
  margin-top: 36px;
}
.accordion__group-title {
  margin-bottom: 15px;
  font-family: "Degular Display", sans-serif;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.accordion__item {
  margin-bottom: 16px;
  border-radius: 8px;
  background-color: #F6F6F6;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.accordion__item:last-child {
  margin-bottom: 0;
}
.accordion__item.no-active {
  opacity: 0.3 !important;
  pointer-events: none;
}
.accordion__item-btn {
  font-family: var(--ff-secondary);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  align-items: center;
  padding: 22px 25px;
  position: relative;
  text-align: left;
  width: 100%;
  gap: 24px;
  justify-content: space-between;
  font-family: "Degular Display", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 700;
  border-top: 1px solid transparent;
  transition: all 0.3s ease;
  color: #17244C;
}
.accordion__item-btn.collapse__btn--active {
  border-radius: 8px;
}
.accordion__item-btn.collapse__btn--active .accordion__item-toggle {
  transform: rotate(180deg);
}
.accordion__item-btn.collapse__btn--active .accordion__item-toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.accordion__item-toggle {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  position: relative;
  transition: all 0.3s;
}
.accordion__item-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.accordion__item-content-text {
  padding: 4px 24px 28px;
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
}
.accordion__item-slider {
  margin-top: 20px;
  max-width: 100%;
}
.accordion__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
}
.accordion__category-pill {
  padding: 4px 15px;
  border-radius: 100px;
  border: 1px solid #F6F6F6;
  background-color: #F6F6F6;
  color: #17244C;
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: all 0.3s ease;
}
.accordion__category-pill .accordion__category-count {
  margin-left: 2px;
}
.accordion__category-pill:hover {
  border-color: #17244C;
}
.accordion__category-pill--active {
  background-color: #17244C;
  color: #fff;
  border-color: #17244C;
}
.accordion__category-pill:focus {
  outline: none;
}

.blog {
  padding: 112px 0;
  background: linear-gradient(241.29deg, rgba(246, 246, 246, 0.6) 39.21%, #F6F6F6 94.32%);
}
.blog__container {
  display: flex;
  flex-direction: column;
}
.blog__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  max-width: 546px;
  margin: 0 auto 80px;
}
.blog__title {
  margin: 0;
  color: #17244C;
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.blog__description {
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  margin: 0;
}
.blog__content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.blog__top-section, .blog__bottom-section {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding: 45px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.0509803922);
}
.blog__section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.blog__section-title {
  margin: 0;
  font-family: "Degular Display", sans-serif;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #17244C;
}
.blog__cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.blog .swiper {
  overflow: visible !important;
}
.blog__card {
  background-color: #F6F6F6 !important;
}

.company-offer {
  padding: 96px 0;
}
.company-offer__container {
  display: flex;
  flex-direction: column;
}
.company-offer__header {
  margin-bottom: 64px;
}
.company-offer__title {
  margin: 0;
}
.company-offer__title * {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 1.44px;
}
.company-offer__caption {
  margin: 16px 0 0;
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: #4A4A49;
  margin: 0;
}
.company-offer__grid {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.company-offer__item {
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  aspect-ratio: 248/330;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
  cursor: pointer;
  width: 100%;
  max-width: calc(20% - 10px);
}
.company-offer__item:hover .company-offer__item-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 78.365%);
}
.company-offer__item:hover .company-offer__item-description {
  opacity: 1;
  max-height: 300px;
}
.company-offer__item-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.company-offer__item-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.company-offer__item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 78.365%);
  z-index: 1;
  transition: background 0.3s ease;
}
.company-offer__item-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 16px;
  color: #ffffff;
}
.company-offer__item-icon {
  aspect-ratio: 216/62;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  padding: 13px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  position: absolute;
  left: 16px;
  top: 16px;
  width: calc(100% - 32px);
  transition: opacity 0.5s ease;
}
.company-offer__item-icon-img {
  max-width: 132px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.company-offer__item-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.company-offer__item-title {
  font-family: "Degular Display", sans-serif;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin: 0;
  font-weight: 700;
}
.company-offer__item-description {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 1s ease, max-height 1s ease;
}

.conclusion__wrapper {
  padding: 32px;
  background-color: #F6F6F6;
  border-radius: 16px;
}
.conclusion__description {
  font-family: "Degular Display", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  color: #4A4A49;
}

.contact-v2__content-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 50px 60px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1019607843);
}
.contact-v2__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact-v2__title {
  margin: 0;
  font-size: 48px;
  color: #17244C;
}
.contact-v2__description {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #4A4A49;
}
.contact-v3 {
  padding: 196px 0 164px;
  background-color: #F6F6F6;
}
.contact-v3__wrapper {
  display: flex;
  flex-direction: column;
  gap: 44px;
  max-width: 791px;
  margin: 0 auto;
}
.contact-v3 .breadcrumbs {
  padding: 0;
  display: flex;
  justify-content: center;
  color: #4A4A49;
}
.contact-v3 .breadcrumbs .separator {
  filter: brightness(0) saturate(100%) invert(24%) sepia(1%) saturate(2572%) hue-rotate(37deg) brightness(106%) contrast(84%);
}
.contact-v3__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.contact-v3__title {
  margin: 0;
  color: #17244C;
  font-weight: 700;
}
.contact-v3__title * {
  font-family: "Degular Display", sans-serif;
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.contact-v3__description {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #4A4A49;
}
.contact-v3__icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
.contact-v3__form {
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1019607843);
  background: #FFFFFF;
  border-radius: 24px;
  padding: 50px 60px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1019607843);
}

.contact {
  padding: 80px 0;
  background: #ffffff;
}
.contact__container {
  display: flex;
  flex-direction: column;
}
.contact__wrapper {
  display: grid;
  grid-template-columns: calc(50% - 16px) 32px calc(50% - 16px);
  align-items: center;
  padding: 60px 80px;
  background-color: #F9FAFB;
  border-radius: 24px;
  transition: all 0.3s ease;
}
.contact__image-column {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  grid-area: 1/1/2/3;
  transition: all 0.3s ease;
  max-width: 600px;
}
.contact__image-column::after, .contact__image-column::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(197.14deg, rgba(23, 36, 76, 0.3) 55.08%, rgba(237, 28, 36, 0.3) 97.45%);
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s ease;
}
.contact__image-column::before {
  opacity: 0;
  background: linear-gradient(198.63deg, rgba(23, 36, 76, 0.6) -1.88%, rgba(237, 28, 36, 0.6) 97.27%);
}
.contact picture {
  height: 100%;
}
.contact__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 1;
}
.contact__content-column {
  display: flex;
  flex-direction: column;
  gap: 32px;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 60px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1019607843);
  z-index: 2;
  grid-area: 1/2/2/4;
  transition: all 0.3s ease;
  transform: translateX(0%);
}
.contact__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact__title {
  margin: 0;
  font-size: 48px;
  color: #17244C;
}
.contact__description {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #4A4A49;
}
.cta {
  padding: 102px 0;
  position: relative;
}
.cta__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cta__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 772px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.cta__content {
  text-align: center;
}
.cta__title * {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: #fff;
}
.cta__desc {
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: #fff;
  margin: 0;
}
.cta__industries {
  width: 100%;
  max-width: 459px;
  margin: 0 auto;
}

.enterprise {
  background: #0C1327;
  padding: 108px 0 108px;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.enterprise__header {
  margin: 0 0 40px;
  z-index: 1;
  position: relative;
}
.enterprise__title {
  margin: 0 0 20px;
  color: #ffffff;
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.enterprise__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 591px;
}
.enterprise__filter {
  all: unset;
  cursor: pointer;
  background: #243875;
  color: #8A9EDB;
  border-radius: 12px;
  color: #8A9EDB;
  cursor: pointer;
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
  padding: 10px 15px;
  transition: all 0.3s ease;
}
.enterprise__filter.is-active {
  background: #2F4B9D;
  color: #ffffff;
  font-weight: 700;
}
.enterprise__layout {
  gap: 60px;
}
.enterprise__content {
  position: relative;
  max-width: 600px;
  z-index: 1;
}
.enterprise__panel {
  display: none;
  background-color: #17244C;
  padding: 30px;
  border-radius: 24px;
}
.enterprise__panel.is-active {
  display: block;
}
.enterprise__panel-title {
  font-family: "Degular Display", sans-serif;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin: 0 0 8px;
}
.enterprise__panel-description {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  margin: 0 0 24px;
}
.enterprise__boxes {
  overflow: visible;
  margin: 0 0 24px;
}
.enterprise .swiper-slide {
  height: unset !important;
}
.enterprise__box {
  background-color: #243875;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-radius: 12px;
}
.enterprise__box-number {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.35;
  margin: 0;
  color: #8A9EDB;
}
.enterprise__box-text {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  margin: 0;
}
.enterprise__accordion {
  margin: 0 0 20px;
  border-radius: 12px;
  align-items: center;
  background: rgba(62, 99, 159, 0.2);
  color: #FFFFFF;
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  font-weight: 600;
  padding: 20px 24px;
  transition: all 0.3s ease;
  width: 100%;
}
.enterprise__accordion:last-of-type {
  margin-bottom: 0;
}
.enterprise__accordion-trigger {
  all: unset;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.enterprise__accordion-trigger[aria-expanded=true] .enterprise__accordion-icon {
  transform: rotate(180deg);
}
.enterprise__accordion-icon {
  flex-shrink: 0;
  margin-left: 12px;
  transition: transform 0.3s ease;
  width: 12px;
  height: auto;
}
.enterprise__accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.enterprise__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 10px;
  background-color: #2F4B9D;
  border-radius: 12px;
  margin-top: 10px;
}
.enterprise__pill {
  background: #243875;
  border-radius: 100px;
  font-family: "Degular Display", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-weight: 500;
  padding: 4px 15px;
}
.enterprise__cta-wrapper {
  margin-top: 36px;
}
.enterprise__map {
  display: none;
  position: relative;
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
  width: 1400px;
}
.enterprise__map-image {
  display: block;
  height: 100%;
  width: 100%;
}
.enterprise__map-markers {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.enterprise__marker {
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--marker-color);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
  transform: translate(-50%, -50%);
}
.enterprise__marker::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--marker-color);
  animation: pulse 2s infinite;
}
.enterprise__marker.is-active {
  opacity: 1;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
.example {
  padding: 24 0;
}

.featured-post {
  padding: 96px 0;
  position: relative;
  background-color: #ffffff;
}
.featured-post__container {
  position: relative;
}
.featured-post__wrapper {
  display: flex;
  flex-direction: column;
}
.featured-post__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.featured-post__header {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 610px;
}
.featured-post__title {
  margin: 0;
  color: #17244C;
}
.featured-post__title * {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.featured-post__desc {
  margin: 15px 0;
  color: #4A4A49;
  font-family: "Degular Display", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
.featured-post__button {
  flex-shrink: 0;
}
.featured-post__post-wrapper {
  width: 100%;
  margin-top: 64px;
}

.features-grid {
  padding: 96px 0 96px;
}
.features-grid__container {
  display: flex;
  flex-direction: column;
}
.features-grid__header {
  max-width: 100%;
  margin-bottom: 64px;
}
.features-grid__title {
  margin: 0 0 12px 0;
}
.features-grid__title * {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.features-grid__title span {
  color: #EE3033;
}
.features-grid__caption {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #4A4A49;
  margin: 0;
}
.features-grid__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.features-grid__filter {
  padding: 4px 15px;
  border: 1px solid #F6F6F6;
  background: #F6F6F6;
  cursor: pointer;
  transition: all 0s ease;
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #17244C;
  font-weight: 400;
  border-radius: 24px;
}
.features-grid__filter:hover {
  border-color: #17244C;
  background: #17244C;
  color: #FFFFFF;
}
.features-grid__filter--active {
  background: #17244C;
  border-color: #17244C;
  color: #FFFFFF;
}
.features-grid__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.features-grid__item {
  background: #F6F6F6;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition: all 0s ease;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: scale(1);
}
.features-grid__item.is-hidden {
  display: none;
}
.features-grid__item.is-fading {
  opacity: 0;
  transform: scale(0.95);
}
.features-grid__item:hover .features-grid__item-icon {
  background-color: #17244C;
  border-color: #17244C;
}
.features-grid__item:hover .features-grid__item-icon svg, .features-grid__item:hover .features-grid__item-icon i, .features-grid__item:hover .features-grid__item-icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(97%) saturate(13%) hue-rotate(237deg) brightness(104%) contrast(104%);
}
.features-grid__item:hover .features-grid__item-icon svg path, .features-grid__item:hover .features-grid__item-icon i path, .features-grid__item:hover .features-grid__item-icon img path {
  stroke: #FFFFFF;
}
.features-grid__item:has(.features-grid__item-bg-wrapper):hover .features-grid__item-title {
  color: #FFFFFF;
}
.features-grid__item:has(.features-grid__item-bg-wrapper):hover .features-grid__item-description {
  color: #FFFFFF;
}
.features-grid__item:has(.features-grid__item-bg-wrapper):hover .features-grid__item-bg-wrapper {
  opacity: 1;
}
.features-grid__item-bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0s ease;
  z-index: -1;
}
.features-grid__item-bg-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.features-grid__item-icon-img {
  height: 100%;
  object-fit: contain;
}
.features-grid__item-icon {
  width: 48px;
  height: 48px;
  padding: 12px;
  margin-bottom: 30px;
  flex-shrink: 0;
  background-color: #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 10px;
  transition: all 0s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-grid__item-icon--custom path {
  fill: white;
}
.features-grid__item-icon svg {
  height: 100%;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(14%) sepia(8%) saturate(5336%) hue-rotate(191deg) brightness(96%) contrast(100%);
  transition: all 0s ease;
}
.features-grid__item-icon svg path {
  transition: all 0s ease;
}
.features-grid__item-title {
  font-family: "Degular Display", sans-serif;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  color: #17244C;
  margin: 0 0 4px 0;
  font-weight: 700;
}
.features-grid__item-description {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #4A4A49;
  margin: 0;
  line-height: 1.6;
}

.hero-v2 {
  position: relative;
  min-height: 50dvh;
  min-height: 611px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 181px 0 69px;
}
.hero-v2__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-v2__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  background: linear-gradient(260.86deg, rgba(0, 0, 0, 0.15) -4.47%, rgba(0, 0, 0, 0.5) 46.55%);
}
.hero-v2__ellipse {
  position: absolute;
  border-radius: 50%;
  filter: blur(21.5vw);
  z-index: 2;
  pointer-events: none;
}
.hero-v2__ellipse--left {
  width: 45vw;
  height: 76.7vw;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%) rotate(-91.85deg);
  transform-origin: center center;
  background: linear-gradient(180deg, #EE3034 0%, #EE3033 100%);
}
.hero-v2__ellipse--right {
  width: 47.8vw;
  height: 97.5vw;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%) rotate(90deg);
  transform-origin: center center;
  background: linear-gradient(180deg, #17244C 0%, #17244C 100%);
}
.hero-v2__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 36px;
  position: relative;
  z-index: 3;
}
.hero-v2__text-right {
  width: 31.25%;
  flex-shrink: 0;
  padding: 35px;
  font-family: "Degular Display", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background: rgba(255, 255, 255, 0.3019607843);
  border-radius: 16px;
}
.hero-v2__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  max-width: 565px;
  position: relative;
  z-index: 3;
}
.hero-v2__content:not(:has(+ .hero-v2__text-right)) {
  max-width: 684px;
}
.hero-v2__title * {
  font-family: "Degular Display", sans-serif;
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.hero-v2__description {
  margin-bottom: 25px;
}
.hero-v2__description * {
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
}
.hero-v2__buttons {
  display: flex;
  gap: 10px;
}

.hero-v3 {
  position: relative;
  min-height: 50dvh;
  min-height: 611px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 181px 0 69px;
  z-index: 2;
  margin-bottom: 72px;
}
.hero-v3__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-v3__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  background: linear-gradient(260.86deg, rgba(0, 0, 0, 0.15) -4.47%, rgba(0, 0, 0, 0.5) 46.55%);
}
.hero-v3__ellipse {
  position: absolute;
  border-radius: 50%;
  filter: blur(21.5vw);
  z-index: 2;
  pointer-events: none;
}
.hero-v3__ellipse--left {
  width: 45vw;
  height: 76.7vw;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%) rotate(-91.85deg);
  transform-origin: center center;
  background: linear-gradient(180deg, #EE3034 0%, #EE3033 100%);
}
.hero-v3__ellipse--right {
  width: 47.8vw;
  height: 97.5vw;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%) rotate(90deg);
  transform-origin: center center;
  background: linear-gradient(180deg, #17244C 0%, #17244C 100%);
}
.hero-v3__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 36px;
  position: relative;
  z-index: 3;
}
.hero-v3__text-right {
  width: 31.25%;
  flex-shrink: 0;
  padding: 35px;
  font-family: "Degular Display", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background: rgba(255, 255, 255, 0.3019607843);
  border-radius: 16px;
}
.hero-v3__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  max-width: 591px;
  position: relative;
  z-index: 3;
  padding: 77px 0 0;
}
.hero-v3__title * {
  font-family: "Degular Display", sans-serif;
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.hero-v3__description * {
  font-family: "Degular Display", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
.hero-v3__features {
  margin: 68px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.hero-v3__feature {
  display: flex;
  align-items: center;
}
.hero-v3__feature-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  margin-right: 10px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.1294117647);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(860%) hue-rotate(112deg) brightness(116%) contrast(100%);
}
.hero-v3__feature-text {
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  font-weight: 700;
}
.hero-v3__form-wrapper {
  width: 37.5%;
  flex-shrink: 0;
  padding: 50px 60px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: -141px;
}
.hero-v3__form-title {
  color: #17244C;
  font-weight: 700;
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  margin: 0;
}
.hero-v3__form-description {
  color: #4A4A49;
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  margin: 4px 0 0;
}
.hero-v3__form {
  margin: 16px 0 0;
}

.hero {
  position: relative;
  min-height: 600px;
  height: 100dvh;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 230px 0 91px;
}
.hero__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.hero__ellipse {
  position: absolute;
  border-radius: 50%;
  filter: blur(21.5vw);
  z-index: 2;
  pointer-events: none;
}
.hero__ellipse--left {
  width: 45vw;
  height: 76.7vw;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%) rotate(-91.85deg);
  transform-origin: center center;
  background: linear-gradient(180deg, #EE3034 0%, #EE3033 100%);
}
.hero__ellipse--right {
  width: 47.8vw;
  height: 97.5vw;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%) rotate(90deg);
  transform-origin: center center;
  background: linear-gradient(180deg, #17244C 0%, #17244C 100%);
}
.hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  max-width: 630px;
  position: relative;
  z-index: 3;
}
.hero__top-badge {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 10px 15px;
  background: var(--clr-white);
  border-radius: 1000px;
}
.hero__top-images {
  display: flex;
  align-items: center;
}
.hero__top-image {
  flex-shrink: 0;
}
.hero__top-image:not(:first-child) {
  margin-left: -5px;
}
.hero__top-image.aos {
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}
.hero__top-image.aos-loaded {
  transform: translateX(0);
  opacity: 1;
}
.hero__top-text {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  flex-shrink: 0;
}
.hero__top-number {
  font-weight: 700;
  transition: all 0.3s ease;
}
.hero__top-number.animation-number-is-animating {
  color: #17244C;
}
.hero__top-number.animation-number-is-ended {
  color: #EE3033;
}
.hero__top-label {
  color: #4A4A49;
}
.hero__title {
  max-width: 550px;
  margin-top: 25px;
}
.hero__title * {
  font-family: "Degular Display", sans-serif;
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.hero__description {
  max-width: 650px;
  margin-bottom: 25px;
}
.hero__description * {
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
}
.hero__description-2 {
  margin-bottom: 15px;
}
.hero__description-2 * {
  font-family: "Degular Display", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
.hero .industries {
  width: 100%;
  max-width: 460px;
}

.how-we-work {
  position: relative;
  overflow: hidden;
  padding: 132px 0 72px;
}
.how-we-work__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.how-we-work__bg .how-we-work__img, .how-we-work__bg img, .how-we-work__bg picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.how-we-work__bg .overlay {
  z-index: 1;
}
.how-we-work__container {
  position: relative;
  z-index: 2;
}
.how-we-work__header {
  max-width: 565px;
  text-align: center;
  margin: 0 auto 85px auto;
  position: relative;
  z-index: 2;
}
.how-we-work__title {
  margin: 0 0 15px 0;
}
.how-we-work__title * {
  font-family: "Degular Display", sans-serif;
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
.how-we-work__caption {
  font-family: "Degular Display", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin: 0;
  opacity: 0.8;
}
.how-we-work__grid {
  display: grid;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.how-we-work__grid--tiles-5 {
  grid-template-columns: repeat(5, 1fr);
}
.how-we-work__grid--tiles-4 {
  grid-template-columns: repeat(4, 1fr);
}
.how-we-work__grid--tiles-3 {
  grid-template-columns: repeat(3, 1fr);
}
.how-we-work__grid--tiles-2 {
  grid-template-columns: repeat(2, 1fr);
}
.how-we-work__grid--custom-height .how-we-work__item {
  min-height: var(--min-height-tile-desktop, 390px);
}
.how-we-work__item {
  padding: 32px 24px;
  border-radius: 16px;
  -webkit-backdrop-filter: blur(12px);
  transition: background 0.3s ease, border-color 0.3s ease;
  min-height: 390px;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.1411764706);
}
.how-we-work__item:hover {
  background: rgba(255, 255, 255, 0.33);
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
}
.how-we-work__item-number {
  display: block;
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 24px 0;
  line-height: 1.1;
}
.how-we-work__item-title {
  font-family: "Degular Display", sans-serif;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 5px 0;
}
.how-we-work__item-description {
  font-family: "Degular Display", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin: 0;
}

.offer {
  padding: 35px 0 112px;
}
.offer__container {
  display: flex;
  flex-direction: column;
}
.offer__container:hover .offer__image::before {
  opacity: 1;
}
.offer__content {
  position: relative;
  display: flex;
  background: #F6F6F6;
  padding: 60px;
  border-radius: 24px;
}
.offer__content::before {
  content: "";
  position: absolute;
  inset: 60px;
  background-color: var(--clr-white);
  border-radius: 24px;
}
.offer__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 50px 60px;
  border-radius: 24px;
  flex-shrink: 0;
}
.offer__accordion .collapse__btn {
  width: 100%;
  padding: 10px 0;
  display: flex;
}
.offer__accordion .accordion__item {
  margin-bottom: 10px;
  background-color: transparent;
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #4A4A49;
}
.offer__accordion .accordion__item-content-text {
  padding: 0;
}
.offer__buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 70px;
}
.offer__right {
  width: 42.5%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-shrink: 0;
}
.offer__image {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.offer__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, var(--overlay-1) 0%, var(--overlay-2) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.offer__image img {
  width: 100%;
}

.offices {
  padding: 60px 0;
}
.offices__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
.offices__sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.offices__sidebar-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.offices__sidebar-title {
  margin: 0;
}
.offices__sidebar-title * {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.offices__sidebar-description {
  color: #4A4A49;
  font-family: "Degular Display", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
.offices__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.offices__nav-link {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
}
.offices__nav-link svg {
  display: inline-block;
  margin-top: 10px;
  width: 13px;
  height: 13px;
}
.offices__content {
  flex: 1;
  min-width: 0;
}
.offices__section:not(:last-child) {
  margin-bottom: 60px;
}
.offices__section-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-family: "Degular Display", sans-serif;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
.offices__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: flex-start;
}
.offices__item {
  border-radius: 12px;
  padding: 24px;
  transition: all 0.3s ease;
  background-color: #F6F6F6;
}
.offices__item-title {
  font-family: "Degular Display", sans-serif;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  margin-bottom: 4px;
  margin-top: 50px;
  font-weight: 700;
}
.offices__item-description {
  color: #535862;
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
}
.offices__item-link {
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: #EE3033;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  margin-top: 20px;
  display: block;
}

.page-singular .breadcrumbs {
  margin-bottom: 40px;
}
.page-singular__hero {
  position: relative;
  min-height: 743px;
  display: flex;
  padding: 183px 0 56px;
  overflow: hidden;
}
.page-singular__hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.page-singular__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, rgba(237, 28, 35, 0.8431372549) 1%, rgba(23, 36, 76, 0.8274509804) 100%);
  z-index: 1;
}
.page-singular__hero-wrapper {
  display: flex;
  gap: 18px;
}
.page-singular__hero-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
  max-width: 906px;
}
.page-singular__hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.page-singular__hero-label {
  font-family: "Degular Display", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 500;
  background-color: #F6F6F6;
  padding: 4px 10px;
  display: inline-flex;
  border-radius: 100px;
  color: #17244C;
}
.page-singular__hero-published {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
}
.page-singular__hero-published span {
  font-weight: 700;
}
.page-singular__hero-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin: 15px 0 10px;
}
.page-singular__hero-excerpt {
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
}
.page-singular__hero-form {
  position: relative;
  z-index: 1;
  width: 40%;
  flex-shrink: 0;
}
.page-singular__hero-form .contact-v2__title {
  font-weight: 700;
}
.page-singular__hero-download {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 50px 60px;
  width: 479px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}
.page-singular__hero-download-title {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: #17244C;
  font-weight: 700;
  margin: 0;
}
.page-singular__hero-download-desc {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #4A4A49;
  margin: 0;
  margin-top: -26px;
}
.page-singular .page-singular__content {
  max-width: 745px;
  margin: 0 auto;
  padding: 65px 0 132px;
  font-family: "Degular Display", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #4A4A49;
}
.page-singular .page-singular__content h1, .page-singular .page-singular__content h2, .page-singular .page-singular__content h3, .page-singular .page-singular__content h4, .page-singular .page-singular__content h5, .page-singular .page-singular__content h6 {
  margin: 24px 0;
}
.page-singular .page-singular__content h2 {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  font-size: 40px;
  font-weight: 700;
}
.page-singular .page-singular__content h3 {
  font-family: "Degular Display", sans-serif;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.page-singular .page-singular__content h4 {
  font-family: "Degular Display", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.page-singular .page-singular__content ul, .page-singular .page-singular__content ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.page-singular .page-singular__content ul li:not(:first-child), .page-singular .page-singular__content ol li:not(:first-child) {
  margin-top: 10px;
}
.page-singular .page-singular__content p {
  margin-bottom: 20px;
  font-size: 20px;
}
.page-singular .page-singular__content iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.page-singular .wp-block-separator {
  border-top: 1px solid #DADADA;
}
.page-singular .wp-block-image figcaption {
  font-family: "Degular Display", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #4A4A49;
  margin-top: 16px;
}
.page-singular__author {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 25px;
  margin-top: 48px;
  border-top: 1px solid #DADADA;
}
.page-singular__author-image {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
}
.page-singular__author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-singular__author-info {
  flex: 1;
}
.page-singular__author-name {
  font-family: "Degular Display", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #4A4A49;
}
.page-singular__author-position {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #4A4A49;
}

.posts-feed__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  list-style: none;
  padding: 0;
  margin-top: 64px;
}
.posts-feed--reports .posts-feed__content {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.posts-feed--reports .card-v6__content {
  align-items: center;
}
.posts-feed--reports .card-v6__title {
  font-weight: 700;
}
.posts-feed__item {
  transition: opacity 0.3s ease;
}
.posts-feed__item--loading {
  opacity: 0;
}
.posts-feed__pagination {
  margin-top: 50px;
}
.posts-feed__filters {
  margin-top: 64px;
}
.posts-feed__filters--hidden {
  display: none;
}
.posts-feed.loading {
  pointer-events: none;
}
.posts-feed__statement {
  grid-area: 1/1/2/3;
  margin: 0;
  font-weight: 700;
  font-family: "Degular Display", sans-serif;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}

.process {
  padding: 41.5px 0;
}
.process__container {
  display: flex;
  flex-direction: column;
}
.process__header {
  text-align: center;
  margin-bottom: 50px;
  max-width: 494px;
  margin-left: auto;
  margin-right: auto;
}
.process__title {
  margin: 0 0 12px 0;
}
.process__title * {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.process__caption {
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: #4A4A49;
  margin: 0;
}
.process__grid {
  padding: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 44px 20px;
  border-radius: 24px;
  background-color: #F6F6F6;
}
.process__item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease;
  width: calc(25% - 15px);
}
.process__item-bg-wrapper {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.process__item-bg-wrapper img.process__item-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.process__item:hover .process__item-overlay .overlay__gradient {
  background-size: 220% 220%;
}
.process__item-content {
  position: relative;
  color: #ffffff;
  padding: 45px 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.process__item-title * {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  font-size: 36px;
}
.quote__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-left: 20px;
  border-left: 2px solid #E31E26;
}
.quote__description {
  font-family: "Degular Display", sans-serif;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #4A4A49;
}
.quote__caption {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #17244C;
}

.related-posts {
  padding: 64px 0 64px;
  background: #F6F6F6;
}
.related-posts__wrapper {
  padding: 45px;
  background-color: #ffffff;
  border-radius: 24px;
}
.related-posts__header {
  margin-bottom: 32px;
}
.related-posts__title {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #17244C;
  margin: 0;
}
.related-posts .swiper {
  overflow: visible;
}
.related-posts .swiper-slide {
  height: auto;
}

.results {
  padding: 48px 0 74px;
  background: #F6F6F6;
  position: relative;
  overflow: hidden;
}
.results__container {
  position: relative;
}
.results__header {
  text-align: center;
  margin-bottom: 60px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.results__title * {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  margin: 0 0 60px 0;
}
.results__slider-wrapper {
  position: relative;
  padding: 0;
}
.results .swiper-wrapper, .results .swiper-slide {
  max-height: 400px;
}
.results .swiper-slide {
  height: unset !important;
}
.results__slider {
  overflow: visible !important;
}
.results__slide {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: var(--clr-white);
  padding: 32px;
  border-radius: 24px;
  max-height: 500px;
}
.results__slide-value {
  font-family: "Degular Display", sans-serif;
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin: 0;
}
.results__slide-description {
  font-family: "Degular Display", sans-serif;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  margin: 0;
}
.results--arrows {
  margin-top: 60px;
}

.services {
  padding: 112px 0 24px;
  background: #fff;
  position: relative;
}
.services__container {
  position: relative;
}
.services__header {
  text-align: center;
  margin-bottom: 50px;
  max-width: 494px;
  margin-left: auto;
  margin-right: auto;
}
.services__title {
  margin: 0 0 12px 0;
}
.services__title * {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.services__caption {
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: #4A4A49;
  margin: 0;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 45px;
  background-color: #F6F6F6;
  border-radius: 24px;
}
.services__item {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  min-height: 471px;
  padding: 45px;
}
.services__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s ease;
  background-image: linear-gradient(45deg, #ed1c23 0%, rgba(23, 36, 76, 0) 30%, rgba(23, 36, 76, 0) 100%);
  background-position: 0% 100%;
  background-size: 100% 100%;
  opacity: 0.8;
}
.services__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  background: var(--bg-overlay);
}
.services__item:hover .services__item-image {
  transform: scale(1.08);
}
.services__item:hover::after {
  background-size: 220% 220%;
}
.services__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
}
.services__item-bg picture {
  height: 100%;
}
.services__item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.services__item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  position: relative;
  z-index: 3;
  max-width: 400px;
}
.services__item-title * {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: #fff;
  margin: 0 0 16px 0;
}
.services__item-description {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 auto 0;
}
.services__item-description p {
  margin: 0 0 12px 0;
}
.services__item-description p:last-child {
  margin-bottom: 0;
}
.services__item-description strong,
.services__item-description b {
  font-weight: 700;
}
.services__item-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  margin-top: 24px;
  align-self: flex-start;
  pointer-events: none;
  transition: all 0.3s ease;
}
.services__item-link-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.services__item-link-icon svg {
  width: 14px;
  height: 14px;
}
.services__item-link-icon svg path {
  fill: #17244C;
  transition: all 0.3s ease;
}
.services__item-link-icon--exit {
  opacity: 1;
  transform: translate(0, 0);
}
.services__item-link-icon--enter {
  opacity: 0;
  transform: translate(-20px, 20px);
}
.services__popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow-y: auto;
  padding: 104px 0;
}
.services__popup--active {
  opacity: 1;
  visibility: visible;
}
.services__popup-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 25px;
  height: 25px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  background: transparent;
}
.services__popup-close:hover {
  transform: rotate(90deg);
}
.services__popup-title {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  margin: 0 0 50px 0;
  text-align: center;
  color: #17244C;
}
.services__popup--left .services__popup-content {
  display: grid;
  grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  gap: 20px;
}
.services__popup-main {
  background-color: #ffffff;
  padding: 35px;
  border-radius: 24px;
}
.services__popup-main-link {
  text-decoration: none;
}
.services__popup-main-title {
  font-family: "Degular Display", sans-serif;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  color: #17244C;
  margin: 0 0 24px 0;
  font-weight: 700;
}
.services__popup-main-image {
  margin-bottom: 24px;
  border-radius: 16px;
  overflow: hidden;
}
.services__popup-main-image img {
  width: 100%;
  height: auto;
  display: block;
}
.services__popup-main-buttons {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.services__popup-sidebar {
  padding: 35px 25px;
  background-color: #fff;
  border-radius: 24px;
}
.services__popup-sidebar-title {
  font-family: "Degular Display", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  margin: 0 0 20px 0;
  color: #4A4A49;
}
.services__popup-tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.services__popup-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 25px;
  justify-content: center;
}
.services__popup-search-out {
  margin: 0 0 50px;
  text-align: center;
}
.services__popup-search-text {
  color: #4A4A49;
  margin: 0 0 20px;
}
.services__popup-search-text * {
  font-family: "Degular Display", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
.services__popup-search {
  max-width: 700px;
  margin: 0 auto;
}
.services__search-form {
  position: relative;
  padding: 35px 25px;
  box-shadow: 12px 12px 35px 0px rgba(238, 48, 51, 0.1019607843);
  border-radius: 24px;
}
.services__search-input-wrapper {
  display: flex;
  gap: 0;
  background: #F6F6F6;
  border-radius: 12px;
  margin: 0 0 10px;
  overflow: hidden;
}
.services__search-input {
  flex: 1;
  border: none;
  background: #F6F6F6;
  padding: 10px 15px;
  color: #3C3C3C;
  outline: none;
  cursor: pointer;
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  border-radius: 12px;
  overflow: hidden;
}
.services__search-input:-ms-input-placeholder {
  color: #3C3C3C;
}
.services__search-input::placeholder {
  color: #3C3C3C;
}
.services__search-btn {
  padding: 18px 22px 18px 16px;
  background: linear-gradient(229.18deg, #E31E26 21.99%, #EE3033 94.31%);
  border: none;
  border-radius: 0 12px 12px 0;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.services__search-btn svg {
  width: 20px;
  height: 20px;
}
.services__search-btn:hover {
  opacity: 0.9;
}
.services__search-dropdown {
  top: unset !important;
  max-width: calc(100% - 50px) !important;
  left: 25px !important;
}
.services__search-radios {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.services__search-radio {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  padding: 10px 0;
}
.services__search-radio input {
  display: none;
}
.services__search-radio input:checked + .services__search-radio-custom {
  border-color: #17244C;
  background-color: #17244C;
}
.services__search-radio input:checked + .services__search-radio-custom::after {
  opacity: 1;
}
.services__search-radio-custom {
  width: 18px;
  height: 18px;
  border: 1px solid #17244C;
  border-radius: 50%;
  position: relative;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.services__search-radio-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.2s ease;
}
.services__search-radio-label {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #4A4A49;
}
.services__popup-highlighted-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.services__popup-support {
  padding: 35px 25px 25px;
  background-color: #fff;
  border-radius: 24px;
}
.services__popup-support-title {
  margin: 0 0 50px 0;
  color: #4A4A49;
  text-align: center;
}
.services__popup-support-title * {
  font-family: "Degular Display", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
.services__popup-support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.slider-section-v2 {
  padding: 96px 0 84px;
  position: relative;
}
.slider-section-v2__header {
  max-width: 768px;
  position: relative;
  margin: 0 0 45px 0;
}
.slider-section-v2__title {
  margin: 0 0 20px 0;
}
.slider-section-v2__title * {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.slider-section-v2__caption {
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: #4A4A49;
  margin: 0;
}
.slider-section-v2__layout {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.slider-section-v2__content {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}
.slider-section-v2__tab {
  all: unset;
  cursor: pointer;
  text-align: left;
  padding: 16px 0 16px 24px;
  border-left: 4px solid #DADADA;
  transition: all 0.3s ease;
  position: relative;
}
.slider-section-v2__tab:last-child {
  border-bottom: none;
}
.slider-section-v2__tab.is-active {
  border-left-color: #EE3033;
}
.slider-section-v2__tab-title {
  font-family: "Degular Display", sans-serif;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  color: #17244C;
  margin: 0 0 4px 0;
  font-weight: 700;
}
.slider-section-v2__tab-description {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #4A4A49;
  margin: 0;
  line-height: 1.6;
}
.slider-section-v2__image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 12px;
  overflow: hidden;
}
.slider-section-v2__image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F6F6F6;
}
.slider-section-v2__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  padding: 48px 0 0 48px;
}
.slider-section-v2__image.is-active {
  opacity: 1;
  visibility: visible;
}
.slider-section-v2__img, .slider-section-v2 picture, .slider-section-v2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 24px;
}

.slider-section-v3 {
  padding: 48px 0 30px;
  position: relative;
  background-color: #F6F6F6;
  overflow: hidden;
}
.slider-section-v3__header {
  max-width: 680px;
  margin: 0 0 60px 0;
  position: relative;
}
.slider-section-v3__title {
  margin: 0 0 20px 0;
}
.slider-section-v3__title * {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.slider-section-v3__caption {
  font-family: "Degular Display", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #17244C;
  margin: 0;
}
.slider-section-v3__slider-wrapper {
  position: relative;
  padding: 0;
}
.slider-section-v3 .swiper-wrapper, .slider-section-v3 .swiper-slide {
  max-height: 500px;
}
.slider-section-v3 .swiper-slide {
  height: unset !important;
  transition: padding 0.3s ease, width 0.3s ease;
  flex-shrink: 0;
}
.slider-section-v3__slider {
  overflow: visible !important;
}
.slider-section-v3__slide {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: var(--clr-white);
  padding: 32px;
  border-radius: 24px;
  max-height: 500px;
  transition: padding 0.3s ease;
}
.slider-section-v3__countries {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 0 0 20px 0;
  padding: 4px 15px;
  border-radius: 24px;
  background-color: #F6F6F6;
}
.slider-section-v3__country {
  display: flex;
  align-items: center;
  gap: 8px;
}
.slider-section-v3__country-flag {
  display: flex;
  align-items: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.slider-section-v3__flag-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.slider-section-v3__country-name {
  display: flex;
  align-items: center;
  height: 20px;
}
.slider-section-v3__name-img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}
.slider-section-v3__slide-year {
  font-family: "Degular Display", sans-serif;
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #17244C;
  margin: 0;
  margin: 0 0 10px;
}
.slider-section-v3__slide-title {
  font-family: "Degular Display", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  color: #17244C;
  margin: 0;
  font-weight: 500;
}
.slider-section-v3__slide-description {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #4A4A49;
  display: none;
}
.slider-section-v3 .swiper-slide-active .slider-section-v3__slide-description {
  display: block;
}
.slider-section-v3--arrows {
  margin-top: 60px;
}
.slider-section-v3__pagination {
  margin-top: 40px;
  text-align: center;
}

.slider-section {
  padding: 130px 0 84px;
  position: relative;
  overflow: hidden;
}
.slider-section__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-section__img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider-section__header {
  text-align: center;
  max-width: 768px;
  margin: 0 auto 64px auto;
  position: relative;
}
.slider-section__title {
  margin: 0 0 20px 0;
}
.slider-section__title * {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.slider-section__caption {
  font-family: "Degular Display", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #17244C;
  margin: 0;
}
.slider-section__slider-wrapper {
  position: relative;
  padding: 0;
}
.slider-section .swiper-wrapper, .slider-section .swiper-slide {
  max-height: 400px;
}
.slider-section .swiper-slide {
  height: unset !important;
  transition: transform 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
  transform: scale(0.9) !important;
  opacity: 0.7;
  filter: blur(4px);
}
.slider-section .swiper-slide-active {
  transform: scale(1) !important;
  opacity: 1;
  filter: blur(0);
  z-index: 2;
}
.slider-section .swiper-slide-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 0;
  transform: scaleY(1.1);
  z-index: -1;
  border-radius: 24px;
}
.slider-section .swiper-arrows {
  justify-content: center;
}
.slider-section__slider {
  overflow: visible !important;
  padding: 40px 0;
}
.slider-section__slide {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background-color: var(--clr-white);
  padding: 70px 35px;
  border-radius: 24px;
  max-height: 500px;
  transition: all 0.3s ease;
  text-align: center;
}
.slider-section__slide-value {
  font-family: "Degular Display", sans-serif;
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin: 0;
  color: #EE3033;
  line-height: 1.2;
}
.slider-section__slide-value .animation-number {
  color: #EE3033;
}
.slider-section__slide-title {
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: #17244C;
  margin: 0;
  font-weight: 700;
}
.slider-section__slide-description {
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: #17244C;
  margin: 0;
  line-height: 1.6;
}
.slider-section--arrows {
  margin-top: 64px;
}
.slider-section__pagination {
  margin-top: 40px;
  text-align: center;
}

.stats-grid-v2 {
  padding: 96px 0;
  position: relative;
}
.stats-grid-v2__header {
  text-align: center;
  max-width: 768px;
  margin: 0 auto 64px auto;
  position: relative;
}
.stats-grid-v2__title {
  margin: 0 0 20px 0;
}
.stats-grid-v2__title * {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.stats-grid-v2__caption {
  color: #4A4A49;
}
.stats-grid-v2__caption * {
  font-family: "Degular Display", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
.stats-grid-v2__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 768px;
  margin: 0 auto;
}
.stats-grid-v2__card {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.stats-grid-v2__card:not(:first-child) {
  border-left: 1px solid #DADADA;
}
.stats-grid-v2__card-value {
  color: #EE3033;
  white-space: nowrap;
  margin: 0;
  font-family: "Degular Display", sans-serif;
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.stats-grid-v2__card-value .animation-number {
  color: #EE3033;
}
.stats-grid-v2__card-description {
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: #181D27;
  font-weight: 700;
}

.stats-grid-v3 {
  padding: 96px 0;
  background: #F6F6F6;
  position: relative;
}
.stats-grid-v3__wrapper {
  display: flex;
  gap: 64px;
}
.stats-grid-v3__img-wrapper {
  width: 50%;
}
.stats-grid-v3__content {
  width: 50%;
}
.stats-grid-v3__header {
  max-width: 768px;
  margin: 0 auto 64px auto;
  position: relative;
}
.stats-grid-v3__title {
  margin: 0 0 20px 0;
}
.stats-grid-v3__title * {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.stats-grid-v3__caption {
  color: #4A4A49;
}
.stats-grid-v3__caption * {
  font-family: "Degular Display", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
.stats-grid-v3__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.stats-grid-v3__card {
  display: flex;
  gap: 12px;
  flex-direction: column;
  align-items: flex-start;
}
.stats-grid-v3__card-value {
  color: #EE3033;
  white-space: nowrap;
  margin: 0;
  font-family: "Degular Display", sans-serif;
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.stats-grid-v3__card-value .animation-number {
  color: #EE3033;
}
.stats-grid-v3__card-description {
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: #181D27;
  font-weight: 700;
}

.stats-grid {
  padding: 112px 0;
  background: #F6F6F6;
  position: relative;
}
.stats-grid__header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 30px auto;
  position: relative;
}
.stats-grid__title {
  margin: 0 0 20px 0;
}
.stats-grid__title * {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.stats-grid__caption {
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: #4A4A49;
  margin: 0;
}
.stats-grid__buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 80px;
}
.stats-grid__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.stats-grid__card {
  background-color: var(--clr-white);
  padding: 52.5px 32px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.stats-grid__card-value {
  font-size: 80px;
  font-weight: 700;
  line-height: 1.1;
  color: #17244C;
  white-space: nowrap;
  margin: 0;
}
.stats-grid__card-value .animation-number {
  color: #17244C;
}
.stats-grid__number-wrap {
  position: relative;
  display: inline-block;
}
.stats-grid__number-placeholder {
  visibility: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.stats-grid__number-wrap .animation-number {
  position: absolute;
  left: 0;
  top: 0;
}
.stats-grid__card-title {
  font-family: "Degular Display", sans-serif;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  color: #17244C;
  font-weight: 700;
  margin: 0;
}
.stats-grid__card-description {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #4A4A49;
}

.sticky-content {
  padding: 112px 0;
  position: relative;
  background-color: #F6F6F6;
}
.sticky-content__container {
  position: relative;
}
.sticky-content__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.sticky-content__left {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.sticky-content__header {
  position: relative;
}
.sticky-content__title {
  margin: 0 0 15px 0;
}
.sticky-content__title * {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.sticky-content__caption {
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: #4A4A49;
  margin: 0;
}
.sticky-content__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sticky-content__right {
  flex: 1;
  min-width: 0;
}
.sticky-content__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sticky-content__item {
  background-color: var(--clr-white);
  padding: 32px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
}
.sticky-content__item-title {
  font-family: "Degular Display", sans-serif;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  color: #17244C;
  font-weight: 700;
  margin: 0;
}
.sticky-content__item-description {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #4A4A49;
  margin: 0;
  line-height: 1.6;
  margin-top: 10px;
}
.sticky-content__item-trigger {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sticky-content__item-trigger:focus-visible {
  outline: 2px solid var(--clr-primary, #17244C);
  outline-offset: 2px;
}
.sticky-content__item-header {
  order: 1;
  flex: 1 1 100%;
}
.sticky-content__item-expand-label {
  order: 2;
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #17244C;
  font-weight: 600;
  text-decoration: underline;
}
.sticky-content__item-expandable {
  color: #4A4A49;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}
.sticky-content__item-expandable-content {
  padding-top: 20px;
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
}
.sticky-content__item-expandable-content ul, .sticky-content__item-expandable-content ol {
  list-style: none;
  padding-left: 27px !important;
}
.sticky-content__item-expandable-content ul li, .sticky-content__item-expandable-content ol li {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  position: relative;
}
.sticky-content__item-expandable-content ul li::before, .sticky-content__item-expandable-content ol li::before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: -27px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><g clip-path="url(%23clip0_2639_17113)"><rect width="22" height="22" rx="4" fill="%23F6F6F6"/><path d="M8.24917 14.8233L4.42667 11.0008L3.125 12.2933L8.24917 17.4175L19.2492 6.4175L17.9567 5.125L8.24917 14.8233Z" fill="%2317244C"/></g><defs><clipPath id="clip0_2639_17113"><rect width="22" height="22" rx="4" fill="white"/></clipPath></defs></svg>');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.team {
  padding: 96px 0 58px;
  overflow: hidden;
}
.team__container {
  display: flex;
  flex-direction: column;
}
.team__header {
  margin-bottom: 64px;
  max-width: 685px;
}
.team__title {
  margin: 0 0 12px 0;
}
.team__title * {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.team__title span {
  color: #EE3033;
}
.team__caption {
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: #4A4A49;
  margin: 0;
}
.team__slider-wrapper {
  position: relative;
}
.team .swiper {
  overflow: visible;
}
.team .swiper-arrows {
  margin-top: 32px;
}
.team__member {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  transition: transform 0.3s ease;
}
.team__member:hover .team__member-testimonial {
  max-height: 200px;
}
.team__member-image {
  position: relative;
  width: 100%;
  aspect-ratio: 360/480;
  overflow: hidden;
}
.team__member-image::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}
.team__member-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team__member-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  justify-content: flex-end;
  margin: 20px;
  z-index: 2;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  background: rgba(255, 255, 255, 0.3019607843);
  border-radius: 16px;
}
.team__member-name {
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 1.5;
}
.team__member-role {
  font-size: 16px;
  line-height: 1.5;
}
.team__member-testimonial {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.team__member-testimonial p:first-child {
  padding: 20px 0 0;
}
.team__arrows {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin-top: 20px;
}

.text-block {
  padding: 54px 0 86px;
}
.text-block__container {
  display: flex;
  flex-direction: column;
}
.text-block__header {
  text-align: center;
  max-width: 470px;
  margin: 0 auto;
}
.text-block__title {
  margin: 0 0 12px 0;
}
.text-block__title * {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.text-block__title span {
  color: #EE3033;
}
.text-block__caption {
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: #4A4A49;
  margin: 0;
}

.text-boxes {
  background: #F6F6F6;
  padding: 112px 0;
}
.text-boxes__container {
  display: flex;
  flex-direction: column;
}
.text-boxes__wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.text-boxes__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.text-boxes__title {
  margin: 0;
}
.text-boxes__title * {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  margin: 0;
}
.text-boxes__description {
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: #4A4A49;
  margin: 0;
}
.text-boxes__description p {
  margin: 0 0 12px 0;
}
.text-boxes__description p:last-child {
  margin-bottom: 0;
}
.text-boxes__buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 12px;
}
.text-boxes__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.text-boxes__box-inner {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  position: relative;
  transition: all 0.3s ease;
}
.text-boxes__box-inner:hover .text-boxes__box-value::after {
  opacity: 1;
}
.text-boxes__box-inner:hover .text-boxes__box-value.animation-number-is-animating::after {
  opacity: 0;
}
.text-boxes__box-inner:hover .text-boxes__box-icon-img--hover {
  opacity: 1;
}
.text-boxes__box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text-boxes__box-icon {
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  background-color: #F6F6F6;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.text-boxes__box-icon-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  width: 45px;
}
.text-boxes__box-icon-img--hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.text-boxes__box-value {
  font-size: 80px;
  margin: 0;
  font-weight: 700;
  color: #17244C;
  position: relative;
}
.text-boxes__box-value::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(254.38deg, #243875 13.15%, #ED1C24 96.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.text-boxes__box-title {
  margin: 0;
  color: #17244C;
  font-family: "Degular Display", sans-serif;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.text-boxes__box-description {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #4A4A49;
  margin: 8px 0 0;
}

.text-media-v2 {
  padding: 96px 0;
  background: var(--bg);
  overflow: hidden;
  position: relative;
}
.text-media-v2__wrapper {
  display: flex;
  align-items: center;
  gap: 96px;
}
.text-media-v2__img-wrapper {
  width: calc(50% - 48px);
  flex-shrink: 0;
}
.text-media-v2__img {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}
.text-media-v2__content {
  width: calc(50% - 48px);
  flex-shrink: 0;
}
.text-media-v2__header {
  position: relative;
}
.text-media-v2__title * {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.text-media-v2__desc {
  color: #4A4A49;
  margin: 48px 0 0;
  font-family: "Degular Display", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
.text-media-v2__desc ul, .text-media-v2__desc ol {
  list-style: none;
  padding-left: 27px !important;
}
.text-media-v2__desc ul li, .text-media-v2__desc ol li {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  position: relative;
}
.text-media-v2__desc ul li::before, .text-media-v2__desc ol li::before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: -27px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><g clip-path="url(%23clip0_2639_17113)"><rect width="22" height="22" rx="4" fill="%23F6F6F6"/><path d="M8.24917 14.8233L4.42667 11.0008L3.125 12.2933L8.24917 17.4175L19.2492 6.4175L17.9567 5.125L8.24917 14.8233Z" fill="%2317244C"/></g><defs><clipPath id="clip0_2639_17113"><rect width="22" height="22" rx="4" fill="white"/></clipPath></defs></svg>');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.text-media-v2__buttons {
  display: flex;
  gap: 10px;
  margin-top: 48px;
}

.text-media-v3 {
  padding: 96px 0;
  background: var(--bg);
  overflow: hidden;
  position: relative;
}
.text-media-v3__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}
.text-media-v3__wrapper--reverse .text-media-v3__img-wrapper {
  display: flex;
  justify-content: flex-end;
  left: unset;
  right: 80px;
}
.text-media-v3__wrapper--reverse .text-media-v3__img {
  flex-shrink: 0;
  border-radius: 0 16px 16px 0;
}
.text-media-v3__content {
  width: calc(50% - 32px);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.text-media-v3__header {
  position: relative;
  margin-bottom: 64px;
}
.text-media-v3__title {
  margin: 0 0 15px 0;
}
.text-media-v3__title * {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: #17244C;
}
.text-media-v3__desc {
  margin: 0;
  color: #4A4A49;
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
}
.text-media-v3__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 48px;
}
.text-media-v3__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.text-media-v3__item-title {
  margin: 0;
  font-family: "Degular Display", sans-serif;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  color: #17244C;
  font-weight: 700;
}
.text-media-v3__item-text {
  margin: 0;
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: #4A4A49;
}
.text-media-v3__img-wrapper {
  width: calc(50% - 32px);
  flex-shrink: 0;
  box-shadow: 0px 1.25px 1.25px -0.63px rgba(10, 13, 18, 0.04), 0px 2.51px 3.76px -1.25px rgba(10, 13, 18, 0.03), 0px 7.53px 10.04px -2.51px rgba(10, 13, 18, 0.18);
  border-radius: 16px;
  position: relative;
  left: 80px;
}
.text-media-v3__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  object-fit: cover;
}

.text-media {
  padding: 96px 0;
  background: var(--bg);
  overflow: hidden;
  position: relative;
}
.text-media__wrapper {
  display: flex;
  align-items: center;
  gap: 96px;
}
.text-media__img-wrapper {
  width: calc(50% - 48px);
  flex-shrink: 0;
  box-shadow: 0px 1.25px 1.25px -0.63px rgba(10, 13, 18, 0.04), 0px 2.51px 3.76px -1.25px rgba(10, 13, 18, 0.03), 0px 7.53px 10.04px -2.51px rgba(10, 13, 18, 0.18);
  border-radius: 16px;
}
.text-media__content {
  width: calc(50% - 48px);
  flex-shrink: 0;
}
.text-media__header {
  position: relative;
}
.text-media__title {
  margin: 0 0 16px 0;
}
.text-media__title * {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.text-media__desc {
  color: #4A4A49;
  font-family: "Degular Display", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
.text-media__desc ul, .text-media__desc ol {
  list-style: none;
  padding-left: 27px !important;
}
.text-media__desc ul li, .text-media__desc ol li {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  position: relative;
}
.text-media__desc ul li::before, .text-media__desc ol li::before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: -27px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><g clip-path="url(%23clip0_2639_17113)"><rect width="22" height="22" rx="4" fill="%23F6F6F6"/><path d="M8.24917 14.8233L4.42667 11.0008L3.125 12.2933L8.24917 17.4175L19.2492 6.4175L17.9567 5.125L8.24917 14.8233Z" fill="%2317244C"/></g><defs><clipPath id="clip0_2639_17113"><rect width="22" height="22" rx="4" fill="white"/></clipPath></defs></svg>');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.timeline {
  padding: 132px 0 108px;
  position: relative;
  overflow: hidden;
}
.timeline__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.timeline__bg .timeline__img, .timeline__bg img, .timeline__bg picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.timeline__bg .overlay {
  z-index: 1;
}
.timeline__container {
  position: relative;
  z-index: 2;
}
.timeline__header {
  max-width: 565px;
  text-align: center;
  margin: 0 auto 156px auto;
  position: relative;
  z-index: 2;
}
.timeline__title {
  margin: 0 0 15px 0;
}
.timeline__title * {
  font-family: "Degular Display", sans-serif;
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
.timeline__caption {
  font-family: "Degular Display", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  margin: 0;
  opacity: 0.8;
}
.timeline__wrapper {
  position: relative;
  z-index: 2;
}
.timeline__axis {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  z-index: 2;
}
.timeline__axis-base {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #FFFFFF;
}
.timeline__axis-progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 0;
  background-color: #EE3033;
  z-index: 1;
}
.timeline__dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: transparent;
  background-color: #ffffff;
  transition: all 0.3s ease;
  z-index: 2;
  margin-top: 0;
}
.timeline__dot.is-active {
  border-color: #EE3033;
  background-color: #EE3033;
  box-shadow: 0 0 0 4px rgba(238, 48, 51, 0.2);
  width: 32px;
  height: 32px;
}
.timeline__dot:first-child {
  top: 0 !important;
}
.timeline__items {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
}
.timeline__item {
  padding: 52.5px 32px;
  border-radius: 16px;
  transition: all 0.3s ease;
  opacity: 0.5;
  max-width: calc(50% - 55px);
  width: 100%;
  color: #ffffff;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  background: rgba(255, 255, 255, 0.1411764706);
}
.timeline__item--left {
  margin-right: auto;
  margin-left: 0;
}
.timeline__item--right {
  margin-left: auto;
  margin-right: 0;
}
.timeline__item.is-active {
  opacity: 1;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.timeline__item-year {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin: 0 0 24px 0;
}
.timeline__item-title {
  font-family: "Degular Display", sans-serif;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin: 0 0 5px 0;
}
.timeline__item-description {
  font-family: "Degular Display", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}

.why-us {
  padding: 54px 0 86px;
}
.why-us__container {
  display: flex;
  flex-direction: column;
}
.why-us__header {
  text-align: center;
  max-width: 470px;
  margin: 0 auto 80px auto;
}
.why-us__title {
  margin: 0 0 12px 0;
}
.why-us__title * {
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
}
.why-us__title span {
  color: #EE3033;
}
.why-us__caption {
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: #4A4A49;
  margin: 0;
}
.why-us__content {
  display: flex;
  gap: 80px;
  background: #F6F6F6;
  border-radius: 24px;
  padding: 35px;
}
.why-us__accordion .collapse__btn {
  width: 100%;
  padding: 10px 0;
  display: flex;
}
.why-us__accordion .accordion__item {
  margin-bottom: 10px;
}
.why-us__accordion .accordion__item-content-text {
  padding: 0;
}
.why-us__accordion blockquote {
  background-color: var(--clr-white);
  padding: 25px;
  border-radius: 12px;
}
.why-us__slider-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 62%;
  flex-shrink: 0;
  width: 100%;
}
.why-us__slider-column {
  transform: translateY(0);
  transition: all 0.3s ease;
  opacity: 1;
}
.why-us__slider-column:not(.active) {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  height: 0;
  transition: all 0s ease;
}
.why-us .swiper {
  max-width: 100%;
}
.why-us .swiper-slide {
  height: unset !important;
}
.why-us__slider-title {
  font-family: "Degular Display", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  color: #4A4A49;
  margin-bottom: 20px;
}
.why-us__slider-wrapper {
  position: relative;
}
.why-us__arrows {
  display: flex;
  gap: 12px;
  z-index: 10;
}
.why-us__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
/** SECTION PARTS */
.aos-fade {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: opacity 0.8s, transform 0.8s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.aos-loaded.aos-fade {
  opacity: 1;
  transform: translateZ(0);
}
.aos:not(.post-tile, .awards__item) + .aos {
  transition-delay: 0.15s;
}
.aos:not(.post-tile, .awards__item) + .aos + .aos {
  transition-delay: 0.3s;
}
.aos:not(.post-tile, .awards__item) + .aos + .aos + .aos {
  transition-delay: 0.45s;
}
.aos:not(.post-tile, .awards__item) + .aos + .aos + .aos + .aos {
  transition-delay: 0.6s;
}
.aos:not(.post-tile, .awards__item) + .aos + .aos + .aos + .aos + .aos {
  transition-delay: 0.75s;
}
.aos:not(.post-tile, .awards__item) + .aos + .aos + .aos + .aos + .aos + .aos {
  transition-delay: 0.9s;
}
.aos:not(.post-tile, .awards__item) + .aos + .aos + .aos + .aos + .aos + .aos + .aos {
  transition-delay: 1.05s;
}

.arrow-hover:hover {
  cursor: pointer;
}
.arrow-hover:hover .arrow::before {
  opacity: 1;
}
.arrow-hover:hover .arrow .arrow__icon--exit {
  transform: translate(20px, -20px);
  opacity: 0;
}
.arrow-hover:hover .arrow .arrow__icon--enter {
  transform: translate(0, 0);
  opacity: 1;
}
.arrow-hover:hover .arrow svg path {
  fill: #ffffff;
}

.arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  border-radius: 12px;
  background: #F6F6F6;
  margin-top: auto;
  transition: all 0.3s ease;
  flex-shrink: 0;
  overflow: hidden;
}
.arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(229.18deg, #E31E26 21.99%, #243875 94.31%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.arrow--style-2 {
  background: rgba(246, 246, 246, 0.2039215686);
}
.arrow--style-3 {
  width: 29px;
  height: 29px;
  background-color: #ffffff;
  border-radius: 6px;
}
.arrow--style-3 .arrow__icon {
  margin-left: -5px;
  margin-top: -4px;
}
.arrow--style-3 .arrow__icon svg {
  width: 9px;
  height: 9px;
}
.arrow--style-4 {
  width: 29px;
  height: 29px;
  border-radius: 6px;
  background: #EFF6FF;
}
.arrow--style-4 .arrow__icon {
  margin-left: -5px;
  margin-top: -4px;
}
.arrow--style-4 .arrow__icon svg {
  width: 9px;
  height: 9px;
}
.arrow__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.arrow__icon svg {
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
}
.arrow__icon svg path {
  transition: all 0.3s ease;
}
.arrow__icon--exit {
  opacity: 1;
  transform: translate(0, 0);
}
.arrow__icon--enter {
  opacity: 0;
  transform: translate(-20px, 20px);
}

.breadcrumbs {
  padding: 24px 0;
  background-color: var(--bg);
}
.breadcrumbs a {
  text-decoration: none;
}
.breadcrumbs__item--last {
  font-weight: 700;
}
.breadcrumbs__separator {
  margin: 0 9px;
}
.breadcrumbs__separator:after {
  content: url("../img/breadcrumbs-arrow.svg");
  position: relative;
  top: -2px;
}
.breadcrumbs .separator {
  display: inline-flex;
  margin: 0 8px;
}
.breadcrumbs .separator:after {
  content: url("../img/breadcrumbs-arrow.svg");
  position: relative;
}
.breadcrumbs .last {
  text-decoration: underline;
  text-underline-offset: 3.5px;
}
.breadcrumbs__menu-wrapper > * {
  display: inline-block;
}
.breadcrumbs svg {
  display: inline-block;
  margin: 0 6px 3px;
  vertical-align: middle;
  stroke-width: 1.69085;
}

.breadcrumb_last {
  font-weight: 700;
}

.card-v1 {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  height: 100%;
  position: relative;
  min-height: 250px;
}
.card-v1--style-1:hover .card-v1__bg {
  opacity: 1;
}
.card-v1--style-1:hover .card-v1__read {
  opacity: 0;
}
.card-v1--style-1:hover .card-v1__title {
  color: #ffffff;
}
.card-v1--style-1:hover .card-v1__description {
  color: #ffffff;
}
.card-v1--animation-reverse.card-v1--style-1 .card-v1__bg {
  opacity: 1;
}
.card-v1--animation-reverse.card-v1--style-1 .card-v1__read {
  opacity: 0;
}
.card-v1--animation-reverse.card-v1--style-1 .card-v1__title {
  color: #ffffff;
}
.card-v1--animation-reverse.card-v1--style-1 .card-v1__description {
  color: #ffffff;
}
.card-v1--animation-reverse.card-v1--style-1:hover .card-v1__bg {
  opacity: 0;
}
.card-v1--animation-reverse.card-v1--style-1:hover .card-v1__read {
  opacity: 1;
}
.card-v1--animation-reverse.card-v1--style-1:hover .card-v1__title {
  color: #17244C;
}
.card-v1--animation-reverse.card-v1--style-1:hover .card-v1__description {
  color: #4A4A49;
}
.card-v1--style-2 {
  background-color: #F6F6F6;
}
.card-v1--style-2 .card-v1__label {
  background-color: #ffffff;
}
.card-v1--style-2 .card-v1__link {
  background-color: #ffffff;
}
.card-v1--style-3 .card-v1__content {
  padding: 30px;
}
.card-v1__bg {
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}
.card-v1__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-v1__bg-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.card-v1__bg-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.8;
  transition: all 0.3s ease;
  background-image: linear-gradient(45deg, #ed1c23 0%, #17244c 50%, #17244c 100%);
  background-position: 0% 100%;
  background-size: 100% 100%;
}
.card-v1__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 45px;
  flex: 1;
  position: relative;
  height: 100%;
}
.card-v1__top {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.card-v1__label {
  font-family: "Degular Display", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 500;
  background-color: #F6F6F6;
  padding: 4px 10px;
  display: inline-flex;
  border-radius: 100px;
}
.card-v1__read {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 3%;
  color: #4A4A49;
  transition: all 0.3s ease;
}
.card-v1__title {
  color: #17244C;
  font-family: "Degular Display", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin: 0;
  transition: all 0.3s ease;
}
.card-v1__description {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #4A4A49;
  margin-bottom: 24px;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-v1__link-wrapper {
  margin-top: auto;
}
.card-v2 {
  display: flex;
  background: #F6F6F6;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  height: 100%;
  border-radius: 24px;
}
.card-v2__image {
  width: 136px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 0 0 0px white;
  transition: all 0.3s ease;
}
.card-v2__image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.card-v2__content-out {
  display: flex;
  align-items: center;
  padding: 24px;
  gap: 24px;
}
.card-v2__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.card-v2__title {
  margin: 0;
  font-family: "Degular Display", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #17244C;
}
.card-v2__link {
  background-color: #ffffff !important;
  margin-top: unset;
}

.card-v3 {
  display: flex;
  background: #F0F6FF;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease;
}
.card-v3:hover {
  background: #eaf2ff;
}
.card-v3__image {
  width: 74px;
  flex-shrink: 0;
  position: relative;
}
.card-v3__image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.card-v3__content {
  padding: 16px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.card-v3__title {
  margin: 0;
  font-family: "Degular Display", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #17244C;
}
.card-v3__arrow {
  flex-shrink: 0;
  margin: unset;
}

.card-v4 {
  display: flex;
  flex-direction: column;
  background: #EFF6FF;
  border-radius: 12px 12px 12px 0;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease;
  height: 100%;
}
.card-v4__image {
  width: 100%;
  aspect-ratio: 180/102;
  position: relative;
  overflow: hidden;
}
.card-v4__image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.card-v4__content {
  padding: 15px 20px;
  display: flex;
  gap: 25px;
  flex: 1;
}
.card-v4__title {
  margin: 0;
  font-family: "Degular Display", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #17244C;
}
.card-v4__arrow {
  margin: unset;
}

.card-v5 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.card-v5__title {
  margin: 0;
  font-family: "Degular Display", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #17244C;
}
.card-v5__arrow {
  margin: unset;
}

.card-v6 {
  display: flex;
  flex-direction: column;
  background: #F6F6F6;
  border-radius: 12px 12px 12px 0;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease;
  height: 100%;
}
.card-v6:hover {
  background-color: #EFF6FF;
}
.card-v6:hover .card-v6__content {
  padding: 47px 20px;
}
.card-v6__image {
  width: 100%;
  aspect-ratio: 378/294s;
  position: relative;
  overflow: hidden;
}
.card-v6__image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.card-v6__content {
  padding: 27px 20px;
  display: flex;
  gap: 15px;
  flex: 1;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.card-v6__title {
  margin: 0;
  font-family: "Degular Display", sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #17244C;
}
.card-v6__arrow {
  background-color: #ffffff;
  flex-shrink: 0;
  margin-top: unset;
}

.card-v7 {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  height: 100%;
  position: relative;
  aspect-ratio: 16/9;
  display: flex;
  align-items: flex-end;
}
.card-v7__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.card-v7__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-v7__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 32px;
  flex: 1;
  position: relative;
  z-index: 2;
}
.card-v7__top {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 16px 0;
}
.card-v7__label {
  font-family: "Degular Display", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 500;
  background-color: #ffffff;
  color: #4A4A49;
  padding: 4px 10px;
  display: inline-flex;
  border-radius: 100px;
}
.card-v7__read {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.03em;
  color: #ffffff;
  display: inline-flex;
}
.card-v7__title {
  color: #fff;
  font-family: "Degular Display", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin: 0;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-v7__description {
  font-family: "Degular Display", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  color: #fff;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}
.card-v7__link {
  display: inline-flex;
}

.wpcf7 .screen-reader-response {
  display: none !important;
}

.hidden-fields-container {
  display: none;
}

.wpcf7-form.submitting input[type=submit], .wpcf7-form.submitting button[type=submit] {
  pointer-events: none;
  background-color: #F6F6F6;
  border-color: #F6F6F6;
}
.wpcf7-form.submitting button[type=submit]::before {
  opacity: 1;
}
.wpcf7-form.sent .wpcf7-response-output {
  display: flex !important;
  padding: 10px;
  display: flex;
  gap: 8px;
  background-color: #F0FDF4;
  border: none;
  color: #4A4A49;
  font-family: "Degular Display", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 500;
  border-radius: 12px;
  margin: 16px 0 0 0 !important;
}
.wpcf7-form.sent .wpcf7-response-output::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23" fill="none"><g clip-path="url(%23clip0_1909_2565)"><rect width="23" height="23" rx="11.5" fill="%2316A34A"/><g clip-path="url(%23clip1_1909_2565)"><path d="M9.49574 14.6007L6.888 11.802L6 12.7483L9.49574 16.5L17 8.44631L16.1182 7.5L9.49574 14.6007Z" fill="%23F0FDF4"/></g></g><defs><clipPath id="clip0_1909_2565"><rect width="23" height="23" rx="11.5" fill="white"/></clipPath><clipPath id="clip1_1909_2565"><rect width="22" height="22" fill="white" transform="translate(0.5 0.5)"/></clipPath></defs></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wpcf7-form.sent .cf7-popup ~ .wpcf7-response-output {
  display: none !important;
}
.wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.unaccepted .wpcf7-response-output, .wpcf7-form.failed .wpcf7-response-output, .wpcf7-form.spam .wpcf7-response-output {
  padding: 10px;
  display: flex;
  gap: 8px;
  background-color: #FEF2F2;
  border: none;
  color: #4A4A49;
  font-family: "Degular Display", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 500;
  border-radius: 12px;
  margin: 16px 0 0 0 !important;
}
.wpcf7-form.invalid .wpcf7-response-output::before, .wpcf7-form.unaccepted .wpcf7-response-output::before, .wpcf7-form.failed .wpcf7-response-output::before, .wpcf7-form.spam .wpcf7-response-output::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="23" viewBox="0 0 22 23" fill="none"><rect width="22" height="23" rx="11" fill="%23EE3033"/><path d="M11.0005 13.2246C10.665 13.2246 10.3838 13.5058 10.3838 13.8413C10.3838 14.1768 10.665 14.458 11.0005 14.458C11.3236 14.458 11.6172 14.1768 11.6024 13.8561C11.6172 13.5034 11.3384 13.2246 11.0005 13.2246Z" fill="%23FEF2F2"/><path d="M16.708 15.4099C17.0953 14.7414 17.0977 13.9446 16.7129 13.2786L12.8499 6.58868C12.4676 5.91524 11.7769 5.51562 11.0023 5.51562C10.2277 5.51562 9.53704 5.91771 9.15469 6.58621L5.28678 13.2835C4.90196 13.957 4.90442 14.7587 5.29418 15.4272C5.67899 16.0883 6.36723 16.4854 7.13686 16.4854H14.853C15.6251 16.4854 16.3182 16.0833 16.708 15.4099ZM15.8693 14.9264C15.6547 15.2964 15.2748 15.516 14.8505 15.516H7.1344C6.71504 15.516 6.33762 15.3013 6.12795 14.9387C5.9158 14.5712 5.91334 14.1321 6.12548 13.7621L9.9934 7.06723C10.2031 6.69968 10.578 6.4826 11.0023 6.4826C11.4241 6.4826 11.8015 6.70215 12.0112 7.0697L15.8767 13.7645C16.0839 14.1247 16.0814 14.5588 15.8693 14.9264Z" fill="%23FEF2F2"/><path d="M10.8462 8.89436C10.5527 8.97823 10.3701 9.24465 10.3701 9.5678C10.3849 9.76267 10.3973 9.96001 10.4121 10.1549C10.454 10.8974 10.4959 11.6251 10.5379 12.3676C10.5527 12.6192 10.7475 12.8017 10.9991 12.8017C11.2508 12.8017 11.4481 12.6069 11.4604 12.3528C11.4604 12.1999 11.4604 12.0592 11.4752 11.9038C11.5024 11.4277 11.532 10.9517 11.5591 10.4756C11.5739 10.1672 11.601 9.85888 11.6158 9.55053C11.6158 9.43952 11.601 9.34085 11.5591 9.24218C11.4333 8.9659 11.1398 8.82529 10.8462 8.89436Z" fill="%23FEF2F2"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wpcf7-form.invalid .wpcf7-validates-as-required.wpcf7-not-valid, .wpcf7-form.unaccepted .wpcf7-validates-as-required.wpcf7-not-valid, .wpcf7-form.failed .wpcf7-validates-as-required.wpcf7-not-valid, .wpcf7-form.spam .wpcf7-validates-as-required.wpcf7-not-valid {
  border: 1.5px solid #FF445B;
}
.wpcf7-form.invalid .wpcf7-acceptance:not(.optional) input:not(:checked), .wpcf7-form.unaccepted .wpcf7-acceptance:not(.optional) input:not(:checked), .wpcf7-form.failed .wpcf7-acceptance:not(.optional) input:not(:checked), .wpcf7-form.spam .wpcf7-acceptance:not(.optional) input:not(:checked) {
  border-color: rgb(255, 68, 91);
}
.wpcf7-form .cf7-label-error {
  color: #FF445B;
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 4px;
  color: #FF445B;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .wpcf7-acceptance a {
  text-decoration: underline;
  transition: all 0.3s;
}
.wpcf7-form .wpcf7-acceptance a:hover {
  opacity: 0.7;
}
.wpcf7-form button[type=submit] {
  position: relative;
  white-space: nowrap;
}
.wpcf7-form button[type=submit]:hover::after {
  width: 12px;
  height: 12px;
}
.wpcf7-form button[type=submit]::after {
  content: "";
  display: inline;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M11.2736 3.84075L1.59075 13.5236L0 11.9329L9.68174 2.25H1.14863V0H13.5236V12.375H11.2736V3.84075Z" fill="white"></path></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.wpcf7-form button[type=submit]::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  border: 5px solid #FFF;
  border-bottom-color: #EE3033;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotationBtnSend 1s linear infinite;
  opacity: 0;
}
@keyframes rotationBtnSend {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.wpcf7-form-block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.wpcf7-form-block .wpcf7-radio, .wpcf7-form-block .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
}
.wpcf7-form-block--style-2 .wpcf7-form-block__input-wrapper:has(input) {
  flex-grow: 1;
}
.wpcf7-form-block--style-2 .wpcf7-form-block__input-wrapper:has(button) {
  width: unset;
}
.wpcf7-form-block__radio {
  width: 100%;
}
.wpcf7-form-block__radio .wpcf7-list-item, .wpcf7-form-block__radio label {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0;
  gap: 12px;
}
.wpcf7-form-block__radio input[type=radio] {
  cursor: pointer;
}
.wpcf7-form-block__row {
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: baseline;
}
.wpcf7-form-block__row-column {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.wpcf7-form-block__label {
  margin-bottom: 8px;
}
.wpcf7-form-block__input-wrapper {
  width: 100%;
  height: 100%;
}
.wpcf7-form-block__input-wrapper--1-3 {
  width: calc((100% - 32px) / 3);
}
.wpcf7-form-block__input-wrapper--2-3 {
  width: calc(66.666% - 10px);
}
.wpcf7-form-block__input-wrapper--half {
  width: calc(50% - 10px);
}
.wpcf7-form-block__input-wrapper--vertical-align {
  align-self: center;
}
.wpcf7-form-block__input-wrapper--consent {
  display: flex;
  flex-direction: column;
  gap: var(--spacings);
  width: calc(50% - 10px);
  margin-right: auto;
}
.wpcf7-form-block__input-wrapper--consent-full-width {
  width: 100%;
}
.wpcf7-form-block__input-wrapper--submit {
  width: calc(40% - 10px);
}
.wpcf7-form-block__input-wrapper--center {
  display: flex;
  justify-content: center;
}
.wpcf7-form-block__input-wrapper--center .btn {
  flex-grow: unset;
}
.wpcf7-form-block input:not([type=checkbox], [type=radio], [type=file]), .wpcf7-form-block textarea, .wpcf7-form-block select {
  height: 100%;
  width: 100%;
  border: 1px solid #F6F6F6;
  background-color: #F6F6F6;
  padding: 10px 15px;
  border-radius: 12px;
  resize: vertical;
}
.wpcf7-form-block input:not([type=checkbox], [type=radio], [type=file]):-ms-input-placeholder, .wpcf7-form-block textarea:-ms-input-placeholder, .wpcf7-form-block select:-ms-input-placeholder {
  color: #3C3C3C;
}
.wpcf7-form-block input:not([type=checkbox], [type=radio], [type=file])::placeholder, .wpcf7-form-block textarea::placeholder, .wpcf7-form-block select::placeholder {
  color: #3C3C3C;
}
.wpcf7-form-block input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #DADADA;
  background-color: #F6F6F6;
  transform: translateY(0px);
  margin-right: var(--spacingxs);
  cursor: pointer;
  margin-bottom: -3px;
  border-radius: 4px;
}
.wpcf7-form-block input[type=checkbox]:checked {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="800px" width="800px" version="1.1" id="Capa_1" viewBox="0 0 17.837 17.837" xml:space="preserve"><g><path style="fill:%23030104;" d="M16.145,2.571c-0.272-0.273-0.718-0.273-0.99,0L6.92,10.804l-4.241-4.27 c-0.272-0.274-0.715-0.274-0.989,0L0.204,8.019c-0.272,0.271-0.272,0.717,0,0.99l6.217,6.258c0.272,0.271,0.715,0.271,0.99,0 L17.63,5.047c0.276-0.273,0.276-0.72,0-0.994L16.145,2.571z"/></g></svg>');
}
.wpcf7-form-block select {
  cursor: pointer;
  color: red;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.96967 6.21967C4.26256 5.92678 4.73744 5.92678 5.03033 6.21967L9.375 10.5643L13.7197 6.21967C14.0126 5.92678 14.4874 5.92678 14.7803 6.21967C15.0732 6.51256 15.0732 6.98744 14.7803 7.28033L9.90533 12.1553C9.76468 12.296 9.57391 12.375 9.375 12.375C9.17609 12.375 8.98532 12.296 8.84467 12.1553L3.96967 7.28033C3.67678 6.98744 3.67678 6.51256 3.96967 6.21967Z" fill="%231E1F11"/></svg>');
  background-position: calc(100% - 16px) center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border-radius: 0;
}
.wpcf7-form-block select option {
  font-weight: 500;
}
.wpcf7-form-block input[type=number]::-webkit-outer-spin-button,
.wpcf7-form-block input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wpcf7-form-block textarea {
  min-height: 162px;
  height: 162px;
}
.wpcf7-form-block__btn-wrapper {
  width: 100%;
}
.wpcf7-form-block__btn-wrapper p {
  display: flex;
}
.wpcf7-form-block__btn-wrapper br {
  display: none;
}
.wpcf7-form-block__btn-wrapper--center {
  display: flex;
  justify-content: center;
}
.wpcf7-form-block__btn {
  position: relative;
  flex-grow: 1;
  box-sizing: border-box;
}
.wpcf7-form-block__btn--w-100 {
  width: 100%;
}
.wpcf7-form-block__phone {
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 600;
  color: var(--clr-secondary-500);
  gap: 10px;
}
.wpcf7-form-block .wpcf7-acceptance {
  cursor: pointer;
  font-size: 14px;
  color: #4A4A49;
}
.wpcf7-form-block .wpcf7-acceptance a {
  text-decoration: underline;
  transition: all 0.3s;
}
.wpcf7-form-block .wpcf7-acceptance a:hover {
  opacity: 0.7;
}
.wpcf7-form-block .wpcf7-acceptance .wpcf7-list-item-label {
  cursor: pointer;
}
.wpcf7-form-block .wpcf7-not-valid-tip {
  font-size: 12px;
}
.wpcf7-form-block + .wpcf7-response-output {
  margin: 16px 0 0 0 !important;
  font-size: 12px;
}
.wpcf7-form-block .wpcf7-list-item {
  margin: 0;
}

/* CF7 dropdown pills */
.wpcf7-form-block .js-cf7-dropdown {
  position: relative;
  width: 100%;
}
.wpcf7-form-block .js-cf7-dropdown-trigger {
  width: 100%;
  min-height: 44px;
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
  padding: 10px 15px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.wpcf7-form-block .js-cf7-dropdown-trigger:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.15);
  outline-offset: 2px;
}
.wpcf7-form-block .js-cf7-dropdown-value {
  color: #3c3c3c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
.wpcf7-form-block .cf7-dropdown__chevron {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.96967 6.21967C4.26256 5.92678 4.73744 5.92678 5.03033 6.21967L9.375 10.5643L13.7197 6.21967C14.0126 5.92678 14.4874 5.92678 14.7803 6.21967C15.0732 6.51256 15.0732 6.98744 14.7803 7.28033L9.90533 12.1553C9.76468 12.296 9.57391 12.375 9.375 12.375C9.17609 12.375 8.98532 12.296 8.84467 12.1553L3.96967 7.28033C3.67678 6.98744 3.67678 6.51256 3.96967 6.21967Z" fill="%23EE3033"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.2s ease;
}
.wpcf7-form-block .js-cf7-dropdown-panel {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: 100%;
  background: #f6f6f6;
  border-radius: 16px;
  padding: 10px;
  z-index: 50;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
}
.wpcf7-form-block .cf7-dropdown__search {
  margin-bottom: 10px;
  position: sticky;
  top: -10px;
  background: #f6f6f6;
  padding: 0;
  z-index: 2;
}
.wpcf7-form-block .cf7-dropdown__search-input {
  width: 100% !important;
  padding: 4px 10px !important;
  background: #FFFFFF !important;
  border-radius: 100px !important;
  font-size: 14px !important;
  color: #4A4A49 !important;
  outline: none !important;
  transition: border-color 0.2s ease !important;
  border: 1px solid #17244C !important;
}
.wpcf7-form-block .cf7-dropdown__search-input:-ms-input-placeholder {
  color: #9CA3AF;
}
.wpcf7-form-block .cf7-dropdown__search-input::placeholder {
  color: #9CA3AF;
}
.wpcf7-form-block .cf7-dropdown__search-input:focus {
  border-color: #17244C;
}
.wpcf7-form-block .js-cf7-dropdown.is-open .js-cf7-dropdown-panel {
  display: block;
}
.wpcf7-form-block .js-cf7-dropdown.is-open .cf7-dropdown__chevron {
  transform: rotate(180deg);
}
.wpcf7-form-block .cf7-dropdown__chips {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.wpcf7-form-block .cf7-dropdown__chips .wpcf7-form-control.wpcf7-checkbox,
.wpcf7-form-block .cf7-dropdown__chips .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
}
.js-cf7-dropdown-alphabetical .wpcf7-form-block .cf7-dropdown__chips .wpcf7-form-control.wpcf7-radio {
  flex-wrap: nowrap;
}
.wpcf7-form-block .cf7-dropdown__chips .wpcf7-list-item {
  margin: 0;
  position: relative;
}
.wpcf7-form-block .cf7-dropdown__chips label {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.wpcf7-form-block .cf7-dropdown__chips input[type=checkbox],
.wpcf7-form-block .cf7-dropdown__chips input[type=radio] {
  opacity: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  pointer-events: auto !important;
  outline: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.wpcf7-form-block .cf7-dropdown__chips .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff;
  color: #4a4a49;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.wpcf7-form-block .cf7-dropdown__chips input:checked + .wpcf7-list-item-label {
  background: #17244c;
  color: #fff;
}
.wpcf7-form-block .cf7-dropdown__chips input:hover + .wpcf7-list-item-label {
  background: #DADADA;
}
.wpcf7-form-block .cf7-dropdown__chips input:checked:hover + .wpcf7-list-item-label {
  background: #0F1A3A;
}
.wpcf7-form-block .cf7-dropdown__chips input:focus-visible + .wpcf7-list-item-label {
  outline: 2px solid rgba(0, 0, 0, 0.15);
  outline-offset: 2px;
}
.wpcf7-form-block .cf7-dropdown select {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.wpcf7-form-block .js-cf7-select-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff;
  color: #4a4a49;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  transition: all 0.2s ease;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  cursor: pointer;
}
.wpcf7-form-block .js-cf7-select-chip.is-active {
  background: #17244c;
  color: #fff;
}
.wpcf7-form-block .js-cf7-select-chip:hover {
  background: #DADADA;
}
.wpcf7-form-block .js-cf7-select-chip.is-active:hover {
  background: #0F1A3A;
}
.wpcf7-form-block .js-cf7-select-chip:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.15);
  outline-offset: 2px;
}
.wpcf7-form-block .cf7-dropdown__letter-group {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}
.wpcf7-form-block .cf7-dropdown__letter-group:not(:first-child) {
  margin-top: 10px;
}
.wpcf7-form-block .cf7-dropdown__letter-header {
  font-family: "Degular Display", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03em;
  color: #4A4A49;
}
.wpcf7-form-block .js-cf7-dropdown[data-type=multi] .js-cf7-dropdown-value {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

/* Toggleable form (step by step) */
.wpcf7-form-block--toggleable .collapse {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.wpcf7-form-block--toggleable .collapse__item {
  background: #FFFFFF;
}
.wpcf7-form-block--toggleable .collapse__btn {
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #3C3C3C;
  margin-bottom: 8px;
}
.wpcf7-form-block--toggleable .collapse__btn--active {
  font-weight: 700;
}
.wpcf7-form-block--toggleable .collapse__btn--valid {
  background: #F0FDF4;
}
.wpcf7-form-block--toggleable .collapse__btn--valid .collapse__btn-icon--checkmark {
  opacity: 1;
}
.wpcf7-form-block--toggleable .collapse__btn--invalid {
  background: #FEF2F2;
}
.wpcf7-form-block--toggleable .collapse__btn--invalid .collapse__btn-icon--error {
  opacity: 1;
}
.wpcf7-form-block--toggleable .collapse__btn:not(.collapse__btn--active) + .collapse__content {
  max-height: 0 !important;
}
.wpcf7-form-block--toggleable .collapse__btn:hover {
  background: #F6F6F6;
}
.wpcf7-form-block--toggleable .collapse__btn:hover.collapse__btn--valid {
  background: #F0FDF4;
}
.wpcf7-form-block--toggleable .collapse__btn:hover.collapse__btn--invalid {
  background: #FEF2F2;
}
.wpcf7-form-block--toggleable .collapse__btn.collapse__btn--active + .collapse__content {
  overflow: unset;
  max-height: 400px !important;
}
.wpcf7-form-block--toggleable .collapse__btn-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wpcf7-form-block--toggleable .collapse__btn-text {
  display: block;
}
.wpcf7-form-block--toggleable .collapse__btn-icon {
  width: 18px;
  height: 14px;
  flex-shrink: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.wpcf7-form-block--toggleable .collapse__btn-icon--checkmark {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="14" viewBox="0 0 18 14" fill="none"><path d="M5.7203 11.0455L1.4531 6.69202L0 8.16406L5.7203 14L18 1.47204L16.5571 0L5.7203 11.0455Z" fill="%2316A34A"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wpcf7-form-block--toggleable .collapse__btn-icon--error {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="13" viewBox="0 0 14 13" fill="none"><g clip-path="url(%23clip0_3048_7188)"><path d="M14 1.4L12.6 0L7 5.6L1.4 0L0 1.4L5.6 7L0 12.6L1.4 14L7 8.4L12.6 14L14 12.6L8.4 7L14 1.4Z" fill="%23EE3033"/></g><defs><clipPath id="clip0_3048_7188"><rect width="14" height="13" fill="white"/></clipPath></defs></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wpcf7-form-block--toggleable .collapse__btn-chevron {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.wpcf7-form-block--toggleable .collapse__btn-chevron path {
  transition: fill 0.2s ease;
}
.wpcf7-form-block--toggleable .collapse__btn--active .collapse__btn-chevron {
  transform: rotate(180deg);
}
.wpcf7-form-block--toggleable .collapse__content {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
  box-sizing: border-box;
  overflow: visible;
  transition: max-height 0.3s ease;
}
.wpcf7-form-block--toggleable .wpcf7-form-block__input-wrapper--file {
  position: relative;
}
.wpcf7-form-block--toggleable .wpcf7-form-block__input-wrapper--file .wpcf7-form-block__file-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 44px;
  cursor: pointer;
}
.wpcf7-form-block--toggleable .wpcf7-form-block__input-wrapper--file input[type=file] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  min-height: 44px;
  cursor: pointer;
  pointer-events: none;
}
.wpcf7-form-block--toggleable .wpcf7-form-block__file-display {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border: 1px solid #F6F6F6;
  border-radius: 12px;
  background: #F6F6F6;
  transition: all 0.3s ease;
  width: 100%;
  min-height: 44px;
  cursor: pointer;
  box-sizing: border-box;
  height: 100%;
  pointer-events: none;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.wpcf7-form-block--toggleable .wpcf7-form-block__input-wrapper--file input[type=file]:focus + .wpcf7-form-block__file-display,
.wpcf7-form-block--toggleable .wpcf7-form-block__input-wrapper--file input[type=file]:focus-visible + .wpcf7-form-block__file-display {
  outline: 2px solid rgba(0, 0, 0, 0.15);
  outline-offset: 2px;
}
.wpcf7-form-block--toggleable .wpcf7-form-block__file-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 8px;
  height: auto;
}
.wpcf7-form-block--toggleable .wpcf7-form-block__file-text {
  font-size: 14px;
  color: #3C3C3C;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wpcf7-form-block--toggleable .wpcf7-form-block__input-wrapper--consent .wpcf7-acceptance {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.25;
}
.wpcf7-form-block--toggleable .wpcf7-form-block__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 47px;
  padding: 10px 15px;
}
.wpcf7-form-block--toggleable .wpcf7-form-block__btn svg {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
}

.filters:not([class*=f3]) {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.filters:not([class*=f3]) .filters__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.filters:not([class*=f3]) .filters__button {
  all: unset;
  padding: 4px 15px;
  border-radius: 30px;
  background-color: #F6F6F6;
  color: #17244C;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
}
.filters:not([class*=f3]) .filters__button .filters:hover {
  background-color: #D0D0D0;
}
.filters:not([class*=f3]) .filters__button--active {
  background-color: #17244C;
  color: #FFFFFF;
}
.filters:not([class*=f3]) .filters__clear {
  all: unset;
  cursor: pointer;
  text-decoration: underline;
  margin-top: 10px;
  text-align: center;
}

.industries {
  position: relative;
}
.industries__wrapper {
  display: flex;
  align-items: stretch;
  border-radius: 12px;
  overflow: hidden;
}
.industries__select {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
}
.industries__select:hover {
  background: #F6F6F6;
}
.industries.active .industries__select {
  background: #F6F6F6;
}
.industries.active .industries__select .industries__arrow {
  transform: rotate(180deg);
}
.industries.active .industries__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.industries__placeholder {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #3c3c3c;
}
.industries__arrow {
  flex-shrink: 0;
  color: #17244C;
  transition: transform 0.3s ease;
}
.industries__btn {
  flex-shrink: 0;
}
.industries__dropdown {
  left: 17px;
  max-width: 393px;
}
.industries__popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.industries__popup.active {
  opacity: 1;
  visibility: visible;
}
.industries__popup.active .industries__popup-content {
  transform: translateY(0);
}
.industries__popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.industries__popup-content {
  position: relative;
  max-width: 651px;
  margin: 50px auto;
  background: #F6F6F6;
  border-radius: 24px;
  padding: 30px 36px 80px;
  transition: transform 0.3s ease;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  transform: translateY(100vh);
}
.industries__popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.industries__popup-close:hover {
  transform: rotate(90deg);
}
.industries__popup-close svg {
  display: block;
}
.industries__popup-inner {
  text-align: center;
}
.industries__popup-icon {
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.industries__popup-number {
  font-family: "Degular Display", sans-serif;
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: #EE3033;
  font-size: 60px;
  font-weight: 700;
}
.industries__popup-text {
  font-family: "Degular Display", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #4A4A49;
  margin: 0 auto 10px;
  max-width: 180px;
}
.industries__popup-form-wrapper {
  padding: 25px;
  border-radius: 24px;
  background-color: #ffffff;
}
.industries__popup-title {
  font-family: "Degular Display", sans-serif;
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #17244C;
  margin: 0 0 20px;
}
.industries__popup-form {
  text-align: left;
}

.lang-switcher {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #17244C;
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.lang-switcher__arrow {
  max-width: 20px;
  height: auto;
}
.lang-switcher .selected-lang {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: capitalize;
  padding: 4px 12px;
  background-color: #F6F6F6;
  border-radius: 100px;
}
.lang-switcher .selected-lang svg {
  max-width: 20px;
}
.lang-switcher .lang-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 0;
  min-width: 100%;
}
.lang-switcher .lang-options li a {
  cursor: pointer;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: capitalize;
  padding: 4px 12px;
  background-color: #F6F6F6;
  border-radius: 100px;
  margin-top: 10px;
  color: #333;
  text-decoration: none;
}
.lang-switcher .lang-options li a:hover {
  background-color: #17244C;
  color: #ffffff;
}

.lang-switcher.open::before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  inset: -10px;
  background-color: #DADADA;
  border-radius: 24px;
}
.lang-switcher.open .lang-options {
  display: block;
}
.lang-switcher.open .lang-options::before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  inset: -30px -10px -10px -10px;
  background-color: #DADADA;
  border-radius: 24px;
}
.lang-switcher.open .lang-switcher__arrow {
  transform: rotate(180deg);
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.overlay--style-2 .overlay__gradient {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(280.01deg, rgba(36, 56, 117, 0.48) 20.82%, rgba(238, 48, 51, 0.48) 75.38%);
}
.overlay__gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(249.01deg, rgba(238, 48, 51, 0.48) 20.82%, rgba(36, 56, 117, 0.48) 75.38%);
}
.overlay--style-3 .overlay__gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.8;
  transition: all 0.3s ease;
  background-image: linear-gradient(45deg, #ed1c23 0%, #17244c 50%, #17244c 100%);
  background-position: 0% 100%;
  background-size: 100% 100%;
}
.overlay--style-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
  background: rgba(23, 36, 76, 0.8);
}
.overlay--style-4 .overlay__gradient {
  transition: all 0.3s ease;
  background-image: linear-gradient(45deg, #ed1c23 0%, rgba(23, 36, 76, 0) 30%, rgba(23, 36, 76, 0) 100%);
  background-position: 0% 100%;
  background-size: 100% 100%;
  opacity: 0.8;
}
.overlay--style-4-custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
  background: var(--overlay-bg-custom);
}
.overlay--style-4-custom .overlay__gradient {
  transition: all 0.3s ease;
  background-image: linear-gradient(45deg, #ed1c23 0%, rgba(23, 36, 76, 0) 30%, rgba(23, 36, 76, 0) 100%);
  background-position: 0% 100%;
  background-size: 100% 100%;
  opacity: 0.8;
}
.overlay--style-5 .overlay__gradient {
  background: linear-gradient(260.86deg, rgba(0, 0, 0, 0.18) -4.47%, rgba(0, 0, 0, 0.6) 46.55%);
}
.overlay--style-5::after {
  content: "";
  position: absolute;
  width: 120vw;
  height: 100%;
  left: 60vw;
  top: -35vw;
  transform: translateX(-50%);
  background: linear-gradient(144.72deg, rgba(23, 36, 76, 0) 28%, #17244C 76%);
  border-radius: 50%/35%;
  filter: blur(310px);
  pointer-events: none;
  z-index: 0;
  max-width: unset;
}
.overlay--style-5::before {
  content: "";
  position: absolute;
  left: 22vw;
  top: 100%;
  background: linear-gradient(120.48deg, rgba(238, 48, 52, 0) -6.32%, rgba(238, 48, 51, 0.5) 64.02%);
  pointer-events: none;
  z-index: 0;
  border-radius: 50%/35%;
  filter: blur(310px);
  height: 80%;
  width: 120vw;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: unset;
}

.pagination {
  border-top: 1px solid var(--clr-black);
}
.pagination a {
  text-decoration: none;
}
.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.pagination .page-numbers {
  transition: color 0.3s ease;
  cursor: pointer;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  min-width: 44px;
  min-height: 44px;
  background-color: #F6F6F6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}
.pagination .page-numbers:hover, .pagination .page-numbers:focus {
  opacity: 0.7;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  font-size: 0px;
}
.pagination .page-numbers.current {
  font-weight: 700;
}
.pagination .page-numbers.prev::before {
  content: "";
  width: 13px;
  height: 12px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="12" viewBox="0 0 13 12" fill="none"><path d="M2.89923 5.13324L12.1179 5.13323L12.1179 6.64772L2.89977 6.64826L6.96179 10.7103L5.89072 11.7813L-0.000142247 5.89048L5.89072 -0.000382922L6.96179 1.07068L2.89923 5.13324Z" fill="%234A4A49"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.pagination .page-numbers.next::before {
  content: "";
  width: 13px;
  height: 12px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="12" viewBox="0 0 13 12" fill="none"><path opacity="1" d="M9.21795 6.64801L-0.000714012 6.64801L-0.000714265 5.13353L9.21742 5.13299L5.1554 1.07097L6.22647 -9.543e-05L12.1173 5.89077L6.22646 11.7816L5.1554 10.7106L9.21795 6.64801Z" fill="%234A4A49"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.search-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  background: #F6F6F6;
  border-radius: 12px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 10;
}
.search-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.search-dropdown__item {
  padding: 4px 10px;
  background: #FFFFFF;
  border: none;
  border-radius: 1000px;
  font-family: "Degular Display", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #4A4A49;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.search-dropdown__item:hover, .search-dropdown__item.active {
  background: #17244C;
  color: #FFFFFF;
}

.section-header {
  position: relative;
}
.section-header--has-bg .section-header__header {
  background-color: transparent;
}
.section-header--has-bg .section-header__header-wrapper {
  position: relative;
  z-index: 3;
}
.section-header__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.section-header__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.section-header__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.section-header__header {
  position: relative;
  background-color: #F6F6F6;
  padding: 200px 0 54px;
}
.section-header__header .separator {
  filter: brightness(0) saturate(100%) invert(24%) sepia(1%) saturate(2572%) hue-rotate(37deg) brightness(106%) contrast(84%);
}
.section-header__header-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-header .breadcrumbs {
  margin: 0 0 40px;
  padding: 0;
}
.section-header__title {
  max-width: 650px;
  font-weight: 700;
  margin: 0 0 10px;
}
.section-header__desc {
  margin: 0 0 25px;
  max-width: 650px;
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  text-align: center;
}
.section-header__search {
  width: 100%;
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
}
.section-header__search .search-form__input {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 22px;
  border: 10px solid #DADADA;
  background-color: #fff;
}

.section-v1--custom-padding {
  padding-top: var(--p-desktop-top);
  padding-bottom: var(--p-desktop-bottom);
}
.section-v1--custom-container .container {
  max-width: var(--container-max-width);
}

.page-singular .section-v1 h1, .page-singular .section-v1 h2, .page-singular .section-v1 h3, .page-singular .section-v1 h4, .page-singular .section-v1 h5, .page-singular .section-v1 h6, .page-singular .section-v1 p {
  margin: 0 !important;
}

.select {
  position: relative;
  width: 100%;
  height: 100%;
}
.select--active .select__icon svg {
  transform-origin: center;
  transform: rotate(180deg);
}
.select--active .select__options {
  display: block;
  background: linear-gradient(to bottom, transparent 0%, transparent 15px, #fff 15px, #fff 100%);
  border-top: unset;
  z-index: 2;
}
.select--active .select__options::before, .select--active .select__options::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
}
.select--active .select__options::after {
  left: unset;
  right: 0;
}
.select--border .select__input {
  border: 1px solid #232d5f;
}
.select__input {
  padding: 15px 25px 15px;
  border-radius: 50px;
  border: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  color: #242424;
  cursor: pointer;
  position: relative;
  z-index: 2;
  height: 46px;
}
.select__options {
  background: #fff;
  bottom: 19px;
  display: none;
  left: 0;
  padding: 25px 10px 15px;
  position: absolute;
  transform: translateY(100%);
  width: 100%;
  z-index: 1;
  border-radius: 0 0 24px 24px;
  border: 1px solid #232d5f;
}
.select__options-list {
  list-style: none;
  padding: 0;
}
.select__options-item {
  display: block;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-bottom: 6px;
  padding: 0 15px;
  border-radius: 10px;
}
.select__options-item--label button {
  font-weight: 700;
}
.select__options-item:last-child {
  margin-bottom: 0;
}
.select__options-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: #000000;
  cursor: pointer;
  text-align: start;
  width: 100%;
  line-height: 26px;
}
.select__options-input {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.swiper-arrows {
  display: flex;
  gap: 5px;
}
.swiper-arrows .swiper-arrow {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  padding: 0;
}
.swiper-arrows .swiper-arrow svg {
  transition: transform 0.3s ease;
}
.swiper-arrows .swiper-arrow svg path {
  transition: all 0.3s ease;
  fill: currentColor;
}
.swiper-arrows .swiper-arrow.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.swiper-arrows .swiper-arrow {
  background: #FFFFFF;
  color: #17244C;
}
.swiper-arrows .swiper-arrow:hover:not(.swiper-button-disabled) {
  background: #17244C;
  color: #FFFFFF;
}

.swiper-pagination-v1 {
  position: relative;
  display: flex;
  gap: 12px;
}
.swiper-pagination-v1__item, .swiper-pagination-v1 .swiper-pagination-bullet {
  cursor: pointer !important;
  width: 15px !important;
  height: 15px !important;
  border-radius: 6px !important;
  background-color: #DADADA !important;
  transition: all 0.5s !important;
  display: block !important;
  opacity: 1 !important;
}
.swiper-pagination-v1__item--active, .swiper-pagination-v1__item.swiper-pagination-bullet-active, .swiper-pagination-v1 .swiper-pagination-bullet--active, .swiper-pagination-v1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EE3033 !important;
  width: 27px !important;
}

.swiper-pagination-v2 {
  position: relative;
  display: flex;
  gap: 8px;
}
.swiper-pagination-v2__item, .swiper-pagination-v2 .swiper-pagination-bullet {
  cursor: pointer !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 6px !important;
  background-color: #4A4A49 !important;
  transition: all 0.5s !important;
  display: block !important;
  opacity: 0.2 !important;
}
.swiper-pagination-v2__item--active, .swiper-pagination-v2__item.swiper-pagination-bullet-active, .swiper-pagination-v2 .swiper-pagination-bullet--active, .swiper-pagination-v2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #4A4A49 !important;
  opacity: 1 !important;
}

.swiper-notification {
  display: none;
}

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

.page-template-template-container .page-content {
  color: #4A4A49;
  font-family: "Degular Display", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
.page-template-template-container .page-content .container {
  max-width: 752px;
}
.page-template-template-container .page-content ul, .page-template-template-container .page-content ol {
  padding-left: 18px;
}
.page-template-template-container .page-content h1, .page-template-template-container .page-content h2 {
  color: #17244C;
}
.page-template-template-container .page-content p, .page-template-template-container .page-content h1, .page-template-template-container .page-content h2, .page-template-template-container .page-content h3, .page-template-template-container .page-content h4, .page-template-template-container .page-content h5, .page-template-template-container .page-content h6 {
  margin: 0 0 24px 0;
}

.text-icon-part {
  display: flex;
  align-items: center;
  gap: 8px;
}
.text-icon-part__icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-icon-part__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.text-icon-part__text {
  font-family: "Degular Display", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  color: #17244C;
}
.text-icon-part__text a {
  text-decoration: none;
}

.toggleable-search-form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.toggleable-search-form__input {
  width: 100%;
  right: -20px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transform-origin: right;
  background-color: #F6F6F6;
  border-radius: 24px;
  width: 192px;
  display: none;
}
.toggleable-search-form__btn .btn__icon circle, .toggleable-search-form__btn .btn__icon path {
  transition: all 0.3s ease;
}
.toggleable-search-form.active .toggleable-search-form__input {
  opacity: 1;
  display: block;
  pointer-events: auto;
  border: 10px solid #DADADA;
}
.toggleable-search-form.active .btn--search {
  background-color: var(--clr-yellow) !important;
}

.video {
  width: 100%;
}
.video--ratio-d {
  aspect-ratio: var(--ratio-d);
}
.video .visually-hidden {
  visibility: hidden;
  width: 0;
  display: flex;
  height: 0;
}
.video--play .video__play-btn {
  opacity: 0;
  pointer-events: none;
}
.video--play .video__cover {
  opacity: 0;
  pointer-events: none;
}
.video__container {
  position: relative;
}
.video__wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.video__play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 60px;
  z-index: 1;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.35s ease-in-out;
  filter: brightness(0) saturate(100%) invert(96%) sepia(72%) saturate(902%) hue-rotate(15deg) brightness(105%) contrast(100%);
}
.video__play-btn-icon {
  height: 65px;
  width: 64px;
}
.video__video-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.35s ease-in-out;
}
.video__caption {
  margin-top: 31px;
  font-style: italic;
}

.wysiwyg--style-2 ul {
  list-style: none !important;
  padding-left: 27px !important;
}
.wysiwyg--style-2 ul li {
  position: relative;
}
.wysiwyg--style-2 ul li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='13' viewBox='0 0 17 13' fill='none'%3E%3Cpath d='M5.12417 9.69833L1.30167 5.87583L0 7.16833L5.12417 12.2925L16.1242 1.2925L14.8317 0L5.12417 9.69833Z' fill='%2317244C'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  width: 16px;
  height: 12px;
  position: absolute;
  left: -27px;
  top: 3px;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  margin: 0;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  margin: 0;
}
.wysiwyg ul:not(.menu),
.wysiwyg ol:not(.menu) {
  padding-left: 16px;
}
.wysiwyg ul:not(.menu) li:not(:first-child),
.wysiwyg ol:not(.menu) li:not(:first-child) {
  margin-top: 8px;
}
.wysiwyg ul {
  list-style-type: square;
}
.wysiwyg ul li::marker {
  color: var(--clr-secondary-500);
}
.wysiwyg ul p, .wysiwyg ul h1, .wysiwyg ul h2, .wysiwyg ul h3, .wysiwyg ul h4, .wysiwyg ul h5, .wysiwyg ul h6 {
  margin: 0;
}
.wysiwyg ol li::marker {
  color: var(--clr-secondary-500);
  font-weight: 400;
}
.wysiwyg ol p, .wysiwyg ol h1, .wysiwyg ol h2, .wysiwyg ol h3, .wysiwyg ol h4, .wysiwyg ol h5, .wysiwyg ol h6 {
  margin: 0;
}
.wysiwyg a {
  color: var(--clr-secondary-500);
}

/** Swiper */
/**
 * Swiper 11.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 31, 2025
 */
@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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

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

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

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

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

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

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

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
@media (max-width: 1440.98px) {
  .enterprise__map {
    width: 1250px;
  }
}
@media (max-width: 991.98px) {
  .container {
    padding: 0 20px;
  }
  .container-right {
    padding: 0 0 0 0;
  }
  .container-left {
    padding: 0 0 0 0;
  }
  .row {
    flex-direction: column;
    align-items: center;
  }
  .col--12 {
    width: 100%;
  }
  .col--11 {
    width: 100%;
  }
  .col--10 {
    width: 100%;
  }
  .col--9 {
    width: 100%;
  }
  .col--8 {
    width: 100%;
  }
  .col--7 {
    width: 100%;
  }
  .col--6 {
    width: 100%;
  }
  .col--5 {
    width: 100%;
  }
  .col--4 {
    width: 100%;
  }
  .col--3 {
    width: 100%;
  }
  .col--2 {
    width: 100%;
  }
  .col--1 {
    width: 100%;
  }
  .desktop {
    display: none;
  }
  .search-form__close {
    z-index: 10;
    min-height: 40px;
    min-width: 40px;
  }
  .header {
    top: 13px;
    display: block;
    height: auto;
    max-width: calc(100% - 24px);
  }
  .header > .container {
    padding: 0;
  }
  .header__logo .custom-logo {
    max-width: 122px;
  }
  .header__wrapper {
    flex-direction: column;
    gap: 0;
    padding: 0;
    max-height: 100%;
  }
  .header__menu {
    width: 100%;
  }
  .header__menu-bar {
    background-color: #ffffff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    height: var(--menu-height);
    gap: 5px;
    order: -2;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    z-index: 99;
  }
  .header__buttons .widget_block:not(:last-child) {
    display: none;
  }
  .header__buttons .btn {
    padding: 12px 22px;
    gap: 7px;
  }
  .header__content {
    gap: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    overflow: auto;
    max-height: 100%;
  }
  .header__burger {
    display: flex;
  }
  .header__search-btn-wrapper {
    position: relative;
    margin-left: auto;
    height: 30px;
    margin-top: auto;
  }
  .header__extra {
    width: 100%;
    padding: 20px 25px;
    background-color: #F9FBFF;
    border-radius: 0 0 12px 12px;
    order: -1;
    display: none;
    position: relative;
    z-index: 99;
  }
  .header__langs {
    z-index: 11;
  }
  body.menu-active .header {
    overflow-y: auto;
    height: calc(100dvh - 20px);
    background-color: transparent;
    top: 0;
    padding: 12px;
    max-width: 100%;
  }
  body.menu-active .header__menu-bar {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  body.menu-active .header__content {
    display: flex;
    width: 100%;
  }
  body.menu-active .header__extra {
    display: flex;
  }
  .footer {
    padding: 80px 0 0;
  }
  .footer__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .footer__row--cols {
    margin-bottom: 32px;
  }
  .footer__bottom {
    flex-direction: column;
    flex-direction: row;
    justify-content: space-between;
    padding: 32px 0;
  }
  .footer__bottom .widget_nav_menu .menu {
    justify-content: flex-start;
    flex-direction: column;
  }
  .error-404__title {
    font-size: 60px;
  }
  .error-404__subtitle {
    font-size: 26px;
  }
  .error-404__buttons {
    flex-direction: column;
  }
  .collapse--mobile-only.collapse .collapse__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .search-page__content {
    grid-template-columns: repeat(1, 1fr);
  }
  .search-page__not-found {
    margin-top: 42px;
  }
  .search-page__item-tags {
    max-width: 80%;
  }
  .menu {
    font-family: "Degular Display", sans-serif;
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: 0.03em;
  }
  .menu__container > .menu-item > .menu__link {
    padding: 20px 25px;
    border-radius: 12px;
    background-color: #ffffff;
    width: 100%;
    justify-content: space-between;
    min-height: 72px;
  }
  .menu__container > .menu-item > .menu__link > .menu__arrow {
    border-radius: 100px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F6F6F6;
  }
  .menu__arrow {
    transform: rotate(-90deg) !important;
  }
  .menu__back-btn {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 20px 25px;
    border-radius: 12px;
    background-color: #ffffff;
    width: 100%;
    min-height: 72px;
    margin: 0 0 20px;
    font-family: "Degular Display", sans-serif;
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
  .menu .style-1 > *:not(.menu__back-btn) {
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
  .menu .style-1 > *:not(.menu__back-btn) .menu__section--oferta .menu__subsection {
    width: 100%;
  }
  .menu .style-1 > *:not(.menu__back-btn) .menu__section--oferta .menu__subsection:nth-child(2) {
    border-radius: 12px 12px 0 0;
  }
  .menu .style-1 > *:not(.menu__back-btn) .menu__section--oferta .menu__subsection:nth-child(3) {
    border-radius: 0 0 12px 12px;
  }
  .menu .style-1 > *:not(.menu__back-btn) .menu__section-header {
    margin: 0 0 8px;
  }
  .menu .style-2 > *:not(.menu__back-btn) {
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
  .menu .style-2 > *:not(.menu__back-btn) .menu__section--oferta .menu__subsection {
    width: 100%;
  }
  .menu .style-2 > *:not(.menu__back-btn) .menu__section--oferta .menu__subsection:nth-child(2) {
    border-radius: 12px 12px 0 0;
  }
  .menu .style-2 > *:not(.menu__back-btn) .menu__section--oferta .menu__subsection:nth-child(3) {
    border-radius: 0 0 12px 12px;
  }
  .menu .style-2 > *:not(.menu__back-btn) .menu__section-header {
    margin: 0 0 8px;
  }
  .menu .style-2 > *:not(.menu__back-btn) .menu__card-image {
    width: 122px;
  }
  .menu .style-2 > *:not(.menu__back-btn) .menu__card-arrow {
    display: block;
  }
  .menu .style-3 > *:not(.menu__back-btn) {
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
  .menu .style-4 > *:not(.menu__back-btn) {
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
  .menu .style-4 > *:not(.menu__back-btn) .menu__section-header {
    margin: 0 0 8px;
  }
  .menu .style-4 > *:not(.menu__back-btn) .menu__posts-list {
    gap: 8px;
  }
  .menu .style-4 > *:not(.menu__back-btn) .menu__swiper-wrapper {
    max-width: calc(100vw - 62px);
  }
  body.menu-active .menu__container {
    flex-direction: column;
    gap: 3px;
  }
  body.menu-active .menu__container > .menu-item > .sub-menu {
    position: static;
    transform: none;
    background: none;
    opacity: 1;
    visibility: visible;
  }
  body.menu-active .menu__container > .menu-item:has(.style-5) {
    background-color: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
  }
  body.menu-active .menu__container > .menu-item:has(.style-5) .menu__submenu-inner-wrapper {
    padding: 0 25px 25px 25px;
  }
  body.menu-active .menu__container > .menu-item:not(:has(.style-5)) .sub-menu {
    z-index: 2 !important;
    position: absolute !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    left: 0 !important;
    top: 0 !important;
    background: #EFF6FF !important;
    padding: 192px 12px 20px;
    overflow-y: auto;
    transform: translateX(-100vw);
    transition: all 0.3s ease;
  }
  body.menu-active .menu__container > .menu-item:not(:has(.style-5)) .menu__arrow {
    transform: scaleY(-1);
  }
  body.menu-active .menu__container > .menu-item--active:not(:has(.style-5)) .sub-menu {
    transform: translateX(0);
  }
  body.menu-active .menu__container > .menu-item--active:not(.style-1, .style-2, .style-3, .style-4) .menu__arrow {
    transform: rotate(180deg) !important;
  }
  body.menu-active .menu__container > .menu-item.style-5:not(.menu-item--active) .sub-menu {
    display: none;
  }
  .accordion__wrapper {
    flex-direction: column;
    gap: 32px;
  }
  .accordion__wrapper {
    padding: 56px 0 24px;
  }
  .accordion__content {
    width: 100%;
  }
  .accordion__item-content-wrapper {
    gap: 0;
  }
  .accordion__item-content-text {
    width: 100%;
  }
  .accordion__categories {
    gap: 8px;
    margin-bottom: 32px;
  }
  .blog {
    padding: 40px 0;
  }
  .blog__header {
    text-align: left;
    margin-bottom: 40px;
  }
  .blog__title {
    font-size: 32px;
  }
  .blog__top-section, .blog__bottom-section {
    padding: 45px 20px 25px;
  }
  .blog__bottom-section {
    overflow: hidden !important;
  }
  .blog__section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .blog__cards-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .blog__card-wrapper:not(:first-child) {
    margin-top: -35px;
  }
  .company-offer {
    padding: 60px 0;
  }
  .company-offer__header {
    margin-bottom: 40px;
  }
  .company-offer__title * {
    font-size: 38px;
    letter-spacing: 1.14px;
  }
  .company-offer__grid {
    flex-wrap: wrap;
    justify-content: center;
  }
  .company-offer__item {
    max-width: 100%;
  }
  .company-offer__item-description {
    max-height: 300px;
    opacity: 1;
  }
  .contact-v2__content-column {
    padding: 30px 25px;
    gap: 16px;
  }
  .contact-v2__title {
    font-size: 32px;
  }
  .contact-v3 {
    padding: 120px 0 80px;
  }
  .contact-v3__wrapper {
    gap: 32px;
  }
  .contact-v3__title * {
    font-size: 32px;
  }
  .contact-v3__form {
    padding: 30px 25px;
  }
  .contact {
    padding: 24px 0;
  }
  .contact__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto 32px 1fr;
    padding: 0;
  }
  .contact__wrapper:has(input:focus, textarea:focus) {
    grid-template-rows: auto 80px 1fr;
  }
  .contact__wrapper:has(input:focus, textarea:focus) .contact__image-column::after {
    opacity: 0;
  }
  .contact__wrapper:has(input:focus, textarea:focus) .contact__image-column::before {
    opacity: 1;
  }
  .contact__image-column {
    grid-area: 1/1/3/2;
  }
  .contact__content-column {
    grid-area: 2/1/4/2;
  }
  .contact__content-column {
    padding: 30px 25px;
    gap: 16px;
  }
  .contact__title {
    font-size: 32px;
  }
  .cta {
    padding: 70px 0;
  }
  .cta__title * {
    font-size: 38px;
  }
  .cta__desc {
    font-size: 16px;
  }
  .enterprise {
    padding: 32px 0;
  }
  .enterprise__header {
    margin: 0 0 35px;
  }
  .enterprise__title {
    font-size: 38px;
  }
  .enterprise__panel {
    padding: 30px 20px;
  }
  .enterprise__panel-description {
    margin: 0 0 16px;
  }
  .enterprise__accordion {
    padding: 15px;
  }
  .enterprise__cta-wrapper {
    width: 100%;
  }
  .enterprise__cta-wrapper .btn {
    width: 100%;
  }
  .example {
    padding: 32px 0;
  }
  .featured-post {
    padding: 40px 0;
  }
  .featured-post__title * {
    font-size: 38px;
  }
  .features-grid {
    padding: 40px 0;
  }
  .features-grid__header {
    text-align: left;
    margin-bottom: 40px;
  }
  .features-grid__title * {
    font-size: 38px;
  }
  .features-grid__filters {
    margin-bottom: 32px;
  }
  .features-grid__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .features-grid__item {
    padding: 24px;
  }
  .features-grid__item-title {
    font-size: 20px;
  }
  .hero-v2 {
    min-height: 400px;
    height: auto;
    padding: 154px 0 63px;
    text-align: center;
  }
  .hero-v2__overlay {
    background: linear-gradient(187.67deg, rgba(0, 0, 0, 0.6) 28.89%, rgba(0, 0, 0, 0.18) 83.86%);
  }
  .hero-v2__ellipse {
    filter: blur(150px);
  }
  .hero-v2__ellipse--left {
    width: 400px;
    height: 600px;
    top: 50%;
    bottom: auto;
    left: 0;
    transform: translate(-50%, -50%) rotate(-91.85deg);
    background: linear-gradient(180deg, rgba(238, 48, 52, 0.5) 0%, rgba(238, 48, 51, 0.5) 100%);
    width: 377px;
    height: 643px;
  }
  .hero-v2__ellipse--right {
    width: 400px;
    height: 800px;
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%) rotate(90deg);
    background: linear-gradient(180deg, #17244C 0%, rgba(23, 36, 76, 0) 100%);
  }
  .hero-v2__wrapper {
    flex-direction: column;
  }
  .hero-v2__text-right {
    width: 100%;
    padding: 20px;
  }
  .hero-v2__content {
    max-width: 100%;
    gap: 5px;
    align-items: center;
  }
  .hero-v2__title * {
    font-size: 40px;
  }
  .hero-v2__description {
    margin-bottom: 32px;
    margin-top: 11px;
  }
  .hero-v3 {
    margin-bottom: 0;
    min-height: 400px;
    height: auto;
    padding: 154px 0 63px;
    text-align: center;
  }
  .hero-v3__overlay {
    background: linear-gradient(187.67deg, rgba(0, 0, 0, 0.6) 28.89%, rgba(0, 0, 0, 0.18) 83.86%);
  }
  .hero-v3__ellipse {
    filter: blur(150px);
  }
  .hero-v3__ellipse--left {
    width: 400px;
    height: 600px;
    top: 50%;
    bottom: auto;
    left: 0;
    transform: translate(-50%, -50%) rotate(-91.85deg);
    background: linear-gradient(180deg, rgba(238, 48, 52, 0.5) 0%, rgba(238, 48, 51, 0.5) 100%);
    width: 377px;
    height: 643px;
  }
  .hero-v3__ellipse--right {
    width: 400px;
    height: 800px;
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%) rotate(90deg);
    background: linear-gradient(180deg, #17244C 0%, rgba(23, 36, 76, 0) 100%);
  }
  .hero-v3__wrapper {
    flex-direction: column;
  }
  .hero-v3__text-right {
    width: 100%;
    padding: 20px;
  }
  .hero-v3__content {
    max-width: 100%;
    gap: 5px;
    align-items: center;
    padding: 0;
  }
  .hero-v3__title * {
    font-size: 40px;
  }
  .hero-v3__description {
    margin-top: 11px;
  }
  .hero-v3__features {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin: 32px 0 0;
    width: 100%;
  }
  .hero-v3__form-wrapper {
    padding: 30px 25px;
    width: 100%;
    margin: 0;
  }
  .hero-v3__form-title {
    font-size: 32px;
  }
  .hero-v3__form-description {
    font-size: 16px;
  }
  .hero {
    min-height: 400px;
    height: auto;
    padding: 154px 0 63px;
    text-align: center;
  }
  .hero__overlay {
    background: #F6F6F6;
    background: linear-gradient(187.67deg, rgba(0, 0, 0, 0.6) 28.89%, rgba(0, 0, 0, 0.18) 83.86%);
  }
  .hero__ellipse {
    filter: blur(150px);
  }
  .hero__ellipse--left {
    width: 400px;
    height: 600px;
    top: 50%;
    bottom: auto;
    left: 0;
    transform: translate(-50%, -50%) rotate(-91.85deg);
    background: linear-gradient(180deg, rgba(238, 48, 52, 0.5) 0%, rgba(238, 48, 51, 0.5) 100%);
    width: 377px;
    height: 643px;
  }
  .hero__ellipse--right {
    width: 400px;
    height: 800px;
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%) rotate(90deg);
    background: linear-gradient(180deg, #17244C 0%, rgba(23, 36, 76, 0) 100%);
  }
  .hero__content {
    max-width: 100%;
    gap: 5px;
    align-items: center;
  }
  .hero__top-image.aos {
    opacity: 1;
    transform: translateX(0);
  }
  .hero__top-image:nth-child(n+4) {
    display: none;
  }
  .hero__title * {
    font-size: 40px;
  }
  .hero__description {
    margin-bottom: 32px;
    margin-top: 11px;
  }
  .hero__description-2 {
    margin-bottom: 19px;
  }
  .hero__bottom {
    padding: 25px;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    border-radius: 24px;
  }
  .how-we-work {
    padding: 40px 0;
  }
  .how-we-work__header {
    margin: 0 0 40px 0;
    text-align: left;
  }
  .how-we-work__title * {
    font-size: 38px;
  }
  .how-we-work__grid--tiles-5, .how-we-work__grid--tiles-4, .how-we-work__grid--tiles-3, .how-we-work__grid--tiles-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .how-we-work__grid--custom-height .how-we-work__item {
    min-height: var(--min-height-tile-mobile, 325px);
  }
  .how-we-work__item {
    padding: 24px 20px;
    min-height: 325px;
  }
  .offer {
    padding: 34px 0;
  }
  .offer__content {
    flex-direction: column;
    padding: 45px 50px;
  }
  .offer__content::before {
    inset: 25px;
  }
  .offer__left {
    padding: 0;
  }
  .offer__buttons .btn {
    width: 100%;
  }
  .offer__right {
    width: 100%;
    display: none;
  }
  .offices {
    padding: 100px 0;
  }
  .offices__wrapper {
    flex-direction: column;
  }
  .offices__sidebar-title * {
    font-size: 36px;
  }
  .page-singular__hero {
    min-height: auto;
  }
  .page-singular__hero-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .page-singular__hero-title {
    font-size: 32px;
    margin: 16px 0 12px;
  }
  .page-singular__hero-form {
    width: 100%;
  }
  .page-singular__hero-download {
    width: 100%;
    padding: 32px 24px;
    gap: 24px;
  }
  .posts-feed__content {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 29px;
  }
  .posts-feed--reports .posts-feed__content {
    grid-template-columns: repeat(1, 1fr);
  }
  .posts-feed__pagination {
    margin-top: 24px;
  }
  .posts-feed__filters {
    margin-top: 32px;
  }
  .posts-feed__statement {
    grid-area: 1/1/2/2;
  }
  .process__header {
    text-align: left;
    margin-bottom: 50px;
  }
  .process__title * {
    font-size: 38px;
  }
  .process__grid {
    gap: 20px;
    flex-direction: column;
    padding: 25px;
  }
  .process__item {
    width: 100%;
  }
  .process__item-content {
    padding: 24px 16px;
  }
  .related-posts {
    padding: 60px 0 80px;
  }
  .related-posts__wrapper {
    padding: 30px 25px;
    overflow: hidden;
  }
  .related-posts__title {
    font-size: 32px;
  }
  .results {
    padding: 48px 0 65px;
  }
  .results__header {
    margin-bottom: 42px;
  }
  .results__title * {
    font-size: 38px;
  }
  .results__slider-wrapper {
    padding: 0;
  }
  .services {
    padding: 67px 0 40px;
  }
  .services__header {
    text-align: left;
    margin-bottom: 50px;
  }
  .services__title * {
    font-size: 38px;
  }
  .services__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    background-color: transparent;
    padding: 0;
  }
  .services__item-title * {
    font-size: 28px;
  }
  .services__popup {
    align-items: flex-start;
    padding: 35px 0 50px;
  }
  .services__popup .container {
    padding: 0 16px;
  }
  .services__popup-close {
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
  }
  .services__popup-title {
    margin: 0 0 35px 0;
    text-align: left;
    font-size: 38px;
  }
  .services__popup-content {
    position: relative;
  }
  .services__popup-content::before {
    content: "";
    position: absolute;
    inset: -16px;
    background-color: #F6F6F6;
    z-index: -1;
  }
  .services__popup--left .services__popup-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .services__popup-tiles {
    grid-template-columns: 1fr;
  }
  .services__popup-icons {
    gap: 10px;
    margin-bottom: 22px;
    padding-top: 10px;
  }
  .services__popup-search-out {
    margin: 0 0 20px;
  }
  .services__search-form {
    padding: 25px 20px;
    background-color: #FFFFFF;
  }
  .services__search-input-wrapper {
    flex-direction: column;
    gap: 6px;
    background-color: transparent;
  }
  .services__search-btn {
    border-radius: 12px;
    justify-content: center;
    padding: 10px 0;
  }
  .services__search-dropdown {
    max-width: calc(100% - 40px) !important;
    left: 20px !important;
  }
  .services__search-radios {
    flex-direction: column;
    gap: 5px;
  }
  .services__search-radio {
    padding: 8px 0;
  }
  .services__popup-highlighted-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 32px;
    padding: 35px 25px 25px 25px;
    background-color: #ffffff;
    border-radius: 24px;
  }
  .services__popup-support {
    padding: 24px;
  }
  .services__popup-support-title {
    text-align: left;
    margin: 0 0 20px;
  }
  .services__popup-support-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .slider-section-v2 {
    padding: 40px 0;
  }
  .slider-section-v2__title * {
    font-size: 38px;
  }
  .slider-section-v3 {
    padding: 40px 0;
  }
  .slider-section-v3__header {
    margin-bottom: 40px;
  }
  .slider-section-v3__title * {
    font-size: 38px;
  }
  .slider-section-v3__slide-year {
    font-size: 48px;
  }
  .slider-section-v3__pagination {
    margin-top: 32px;
  }
  .slider-section {
    padding: 40px 0;
  }
  .slider-section__header {
    text-align: left;
    margin-bottom: 40px;
  }
  .slider-section__title * {
    font-size: 38px;
  }
  .slider-section__slider-wrapper {
    padding: 0;
  }
  .slider-section__pagination {
    margin-top: 32px;
  }
  .stats-grid-v2 {
    padding: 40px 0;
  }
  .stats-grid-v2__header {
    text-align: left;
    margin-bottom: 24px;
  }
  .stats-grid-v2__title * {
    font-size: 38px;
  }
  .stats-grid-v2__grid {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-grid-v2__card {
    justify-content: flex-start;
    align-items: flex-start;
    border-left: 1px solid #DADADA;
  }
  .stats-grid-v2__card-value {
    font-size: 40px;
  }
  .stats-grid-v3 {
    padding: 40px 0;
  }
  .stats-grid-v3__wrapper {
    flex-direction: column;
    gap: 24px;
  }
  .stats-grid-v3__img-wrapper {
    width: 100%;
  }
  .stats-grid-v3__content {
    width: 100%;
  }
  .stats-grid-v3__header {
    text-align: left;
    margin-bottom: 24px;
  }
  .stats-grid-v3__title * {
    font-size: 38px;
  }
  .stats-grid-v3__grid {
    gap: 20px;
  }
  .stats-grid-v3__card-value {
    font-size: 40px;
  }
  .stats-grid {
    padding: 40px 0;
  }
  .stats-grid__header {
    text-align: left;
    margin-bottom: 24px;
  }
  .stats-grid__title * {
    font-size: 38px;
  }
  .stats-grid__buttons {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .stats-grid__button {
    width: 100%;
  }
  .stats-grid__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .stats-grid__card {
    padding: 24px;
    gap: 20px;
  }
  .stats-grid__card-value {
    font-size: 48px;
  }
  .sticky-content {
    padding: 40px 0;
  }
  .sticky-content__title * {
    font-size: 38px;
  }
  .sticky-content__button {
    width: auto;
  }
  .sticky-content__item {
    padding: 24px;
  }
  .team {
    padding: 40px 0;
  }
  .team__header {
    margin-bottom: 24px;
  }
  .team__title * {
    font-size: 38px;
  }
  .team__member-name {
    font-size: 18px;
  }
  .text-block {
    padding: 40px 0;
  }
  .text-block__header {
    text-align: left;
  }
  .text-block__title * {
    font-size: 38px;
  }
  .text-boxes {
    padding: 70px 0;
  }
  .text-boxes__wrapper {
    gap: 40px;
  }
  .text-boxes__header {
    gap: 16px;
  }
  .text-boxes__title * {
    font-size: 38px;
  }
  .text-boxes__title * br {
    display: none;
  }
  .text-boxes__description {
    font-size: 16px;
  }
  .text-boxes__buttons {
    flex-direction: column;
    margin-top: 8px;
  }
  .text-boxes__buttons .btn {
    width: 100%;
  }
  .text-boxes__grid {
    grid-template-columns: 1fr;
  }
  .text-boxes__box-inner {
    padding: 32px 42px;
    gap: 20px;
  }
  .text-boxes__box-inner .text-boxes__box-value::after {
    opacity: 1;
  }
  .text-boxes__box-inner .text-boxes__box-value.animation-number-is-animating::after {
    opacity: 0;
  }
  .text-boxes__box-inner .text-boxes__box-icon-img--hover {
    opacity: 1;
  }
  .text-boxes__box-header {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .text-boxes__box-icon {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
  }
  .text-boxes__box-icon-img {
    width: 25px;
  }
  .text-boxes__box-value {
    font-size: 90px;
  }
  .text-media-v2 {
    padding: 40px 0;
  }
  .text-media-v2__wrapper {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
  .text-media-v2__img-wrapper {
    width: 100%;
  }
  .text-media-v2__content {
    width: 100%;
  }
  .text-media-v2__header {
    text-align: left;
    margin-bottom: 24px;
  }
  .text-media-v2__title * {
    font-size: 38px;
  }
  .text-media-v2__desc {
    font-size: 16px;
  }
  .text-media-v2__buttons {
    flex-direction: column;
    margin-top: 32px;
  }
  .text-media-v2__button {
    width: 100%;
  }
  .text-media-v3 {
    padding: 40px 0;
  }
  .text-media-v3__wrapper {
    flex-direction: column;
    gap: 24px;
  }
  .text-media-v3__wrapper--reverse .text-media-v3__img-wrapper {
    right: unset;
    left: unset;
  }
  .text-media-v3__content {
    width: 100%;
    gap: 24px;
  }
  .text-media-v3__header {
    margin-bottom: 24px;
  }
  .text-media-v3__title * {
    font-size: 38px;
  }
  .text-media-v3__items {
    gap: 20px 24px;
  }
  .text-media-v3__img-wrapper {
    width: 100%;
    left: unset;
    right: unset;
  }
  .text-media {
    padding: 40px 0;
  }
  .text-media__wrapper {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
  .text-media__img-wrapper {
    width: 100%;
  }
  .text-media__img {
    border-radius: 16px;
    overflow: hidden;
  }
  .text-media__content {
    width: 100%;
  }
  .text-media__header {
    text-align: left;
    margin-bottom: 24px;
  }
  .text-media__title * {
    font-size: 38px;
  }
  .text-media__desc {
    font-size: 16px;
  }
  .timeline {
    padding: 40px 0;
  }
  .timeline__header {
    margin: 0 0 40px 0;
    text-align: left;
  }
  .timeline__title * {
    font-size: 38px;
  }
  .timeline__axis {
    left: 0;
    transform: translateX(0);
  }
  .timeline__items {
    gap: 24px;
    margin-left: 32px;
  }
  .timeline__item {
    max-width: 100%;
    padding: 24px;
    margin: 0 auto;
  }
  .timeline__item-year {
    font-size: 32px;
  }
  .why-us {
    padding: 40px 0;
  }
  .why-us__header {
    text-align: left;
    margin-bottom: 40px;
  }
  .why-us__title * {
    font-size: 38px;
  }
  .why-us__content {
    flex-direction: column;
    padding: 25px;
    gap: 20px;
    overflow: hidden !important;
  }
  .why-us__slider-wrapper {
    width: 100%;
  }
  .why-us .swiper {
    overflow: visible !important;
  }
  .aos:not(.post-tile, .awards__item) + .aos {
    transition-delay: 0.2s;
  }
  .aos:not(.post-tile, .awards__item) + .aos + .aos {
    transition-delay: 0.2s;
  }
  .aos:not(.post-tile, .awards__item) + .aos + .aos + .aos {
    transition-delay: 0.2s;
  }
  .aos:not(.post-tile, .awards__item) + .aos + .aos + .aos + .aos {
    transition-delay: 0.2s;
  }
  .aos:not(.post-tile, .awards__item) + .aos + .aos + .aos + .aos + .aos {
    transition-delay: 0.2s;
  }
  .aos:not(.post-tile, .awards__item) + .aos + .aos + .aos + .aos + .aos + .aos {
    transition-delay: 0.2s;
  }
  .aos:not(.post-tile, .awards__item) + .aos + .aos + .aos + .aos + .aos + .aos + .aos {
    transition-delay: 0.2s;
  }
  .card-v2 {
    flex-direction: column;
    box-shadow: 0px -14px 35px 0px rgba(0, 0, 0, 0.1019607843);
  }
  .card-v2__image {
    width: 100%;
    height: auto;
    aspect-ratio: 313/152;
  }
  .card-v2__content-out {
    padding: 30px 30px 70px;
    gap: 10px;
  }
  .card-v2__content {
    gap: 10px;
  }
  .card-v2__link {
    display: none;
  }
  .card-v3__arrow {
    display: none;
  }
  .card-v4__arrow {
    display: none;
  }
  .card-v6__arrow {
    display: none;
  }
  .card-v7 {
    aspect-ratio: 1;
  }
  .card-v7__content {
    padding: 24px;
  }
  .card-v7__title {
    font-family: "Degular Display", sans-serif;
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: 0.03em;
  }
  .card-v7__description {
    font-family: "Degular Display", sans-serif;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: 0.03em;
  }
  .wpcf7-form-block__row {
    flex-direction: column;
  }
  .wpcf7-form-block__input-wrapper--1-3 {
    width: 100%;
  }
  .wpcf7-form-block__input-wrapper--2-3 {
    width: 100%;
  }
  .wpcf7-form-block__input-wrapper--half {
    width: 100%;
  }
  .wpcf7-form-block__input-wrapper--consent {
    width: 100%;
  }
  .wpcf7-form-block__input-wrapper--submit {
    width: 100%;
  }
  .wpcf7-form-block--toggleable .collapse__content {
    gap: 12px;
  }
  .filters:not([class*=f3]) .filters__buttons {
    justify-content: flex-start;
  }
  .industries__wrapper {
    flex-direction: column;
    gap: 6px;
  }
  .industries__select {
    width: 100%;
    padding: 12px 20px;
    border-radius: 12px;
  }
  .industries__btn {
    width: 100%;
  }
  .industries__dropdown {
    left: 0;
  }
  .industries__popup {
    align-items: flex-end;
  }
  .industries__popup-content {
    margin: 0;
    padding: 30px;
    max-width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .industries__popup-text {
    margin-bottom: 15px;
  }
  .lang-switcher__glob {
    max-width: 20px;
  }
  .lang-switcher__arrow {
    max-width: 16px;
  }
  .lang-switcher.open .lang-options {
    height: 100%;
    display: flex;
    top: 0;
    gap: 10px;
    left: calc(100% + 10px);
    padding-left: 20px;
  }
  .lang-switcher.open .lang-options::before {
    inset: -10px -10px -10px -40px;
  }
  .lang-switcher.open .lang-options a {
    margin: 0px !important;
  }
  .section-header__search {
    max-width: 100%;
  }
  .section-v1--custom-padding {
    padding-top: var(--p-mobile-top, var(--p-desktop-top));
    padding-bottom: var(--p-mobile-bottom, var(--p-desktop-bottom));
  }
  .toggleable-search-form {
    position: relative;
    flex-direction: row-reverse;
    height: 100%;
  }
  .toggleable-search-form.active {
    z-index: 99;
  }
  .toggleable-search-form.active .toggleable-search-form__input {
    max-width: 100vw;
    width: calc(100vw - 40px);
  }
  .toggleable-search-form.active .toggleable-search-form__btn {
    display: none;
  }
  .video--ratio-m {
    aspect-ratio: var(--ratio-m);
  }
  .video__play-btn {
    width: 50px;
  }
  .video__caption {
    margin-top: 4px;
    font-style: normal;
  }
}
@media (max-width: 575.98px) {
  .footer__content {
    max-width: 265px;
    margin: auto;
  }
  .footer__col-1 .custom-logo-link img {
    height: 32px;
  }
  .footer__col-2 {
    gap: 32px;
    flex-direction: column;
  }
  .footer__bottom {
    flex-direction: column-reverse;
    gap: 64px;
    align-items: flex-start;
  }
  .error-404__content {
    padding: 160px 0 60px;
  }
  .error-404__btn {
    width: 100%;
  }
  .company-offer {
    padding: 40px 0;
  }
  .company-offer__title * {
    font-size: 32px;
    letter-spacing: 0.96px;
  }
  .company-offer__caption {
    font-size: 16px;
  }
  .company-offer__item-content {
    padding: 12px;
  }
  .company-offer__item-icon {
    padding: 16px;
    min-height: 54px;
  }
  .enterprise__box-text {
    font-size: 14px;
  }
  .featured-post__desc {
    font-size: 16px;
  }
  .features-grid__caption {
    font-size: 16px;
  }
  .features-grid__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .features-grid__item-description {
    font-size: 14px;
  }
  .how-we-work__caption {
    font-size: 16px;
  }
  .how-we-work__grid--tiles-5, .how-we-work__grid--tiles-4, .how-we-work__grid--tiles-3, .how-we-work__grid--tiles-2 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .process__caption {
    font-size: 16px;
  }
  .services__caption {
    font-size: 16px;
  }
  .services__item {
    min-height: 440px;
  }
  .services__item-title * {
    font-size: 24px;
  }
  .services__item-description {
    font-size: 14px;
  }
  .services__item-link {
    background-color: #FFFFFF;
  }
  .services__popup-sidebar-title {
    font-size: 18px;
  }
  .slider-section-v2__caption {
    font-size: 16px;
  }
  .slider-section-v3__caption {
    font-size: 16px;
  }
  .stats-grid-v2__caption * {
    font-size: 16px;
  }
  .stats-grid-v3__caption * {
    font-size: 16px;
  }
  .stats-grid__caption {
    font-size: 16px;
  }
  .sticky-content__caption {
    font-size: 16px;
  }
  .team__caption {
    font-size: 16px;
  }
  .text-block__caption {
    font-size: 16px;
  }
  .text-media-v3__desc {
    font-size: 16px;
  }
  .text-media-v3__items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .timeline__caption {
    font-size: 16px;
  }
  .why-us__caption {
    font-size: 16px;
  }
}
@media (max-width: 419.98px) {
  .card-v1__content {
    padding: 30px;
  }
}
@media (min-width: 767.98px) {
  .enterprise__boxes {
    margin: 0 0 10px;
    overflow: hidden;
  }
}
@media (min-width: 991.98px) {
  .mobile {
    display: none;
  }
  .footer__col-1 {
    width: 304px;
  }
  .menu__container > .menu-item:hover > .menu__link, .menu__container > .menu-item:focus-within > .menu__link {
    font-weight: 700;
  }
  .menu__container > .menu-item:hover > .sub-menu, .menu__container > .menu-item:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .menu__container > .menu-item:hover .menu__arrow, .menu__container > .menu-item:focus-within .menu__arrow {
    transform: scaleY(-1);
  }
  .menu__container > .menu-item > .sub-menu.style-1, .menu__container > .menu-item > .sub-menu.style-2, .menu__container > .menu-item > .sub-menu.style-3, .menu__container > .menu-item > .sub-menu.style-4 {
    border-radius: 0 0 18px 18px;
  }
  .menu__container > .menu-item > .sub-menu.style-1 > div, .menu__container > .menu-item > .sub-menu.style-2 > div, .menu__container > .menu-item > .sub-menu.style-3 > div, .menu__container > .menu-item > .sub-menu.style-4 > div {
    padding: 20px 40px 30px;
  }
  .menu__container > .menu-item > .sub-menu.style-1::after, .menu__container > .menu-item > .sub-menu.style-2::after, .menu__container > .menu-item > .sub-menu.style-3::after, .menu__container > .menu-item > .sub-menu.style-4::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    top: -10px;
    background-color: #ffffff;
    z-index: -1;
  }
  .menu .style-1 > *:not(.menu__back-btn) {
    display: grid;
    gap: 20px;
    grid-template-columns: calc(66.666% - 12px) calc(33.333% - 12px);
    gap: 24px;
    align-items: flex-start;
  }
  .menu .style-1 > *:not(.menu__back-btn) .menu__section--oferta {
    display: flex;
    flex-wrap: wrap;
  }
  .menu .style-2 > *:not(.menu__back-btn) {
    display: grid;
    gap: 20px;
    grid-template-columns: calc(66.66% - 12px) calc(33.33% - 12px);
    gap: 24px;
  }
  .menu .style-2 > *:not(.menu__back-btn) .menu__section--oferta {
    display: flex;
    flex-wrap: wrap;
  }
  .menu .style-3 > *:not(.menu__back-btn) {
    display: grid;
    grid-template-columns: repeat(3, calc(33.33% - 17px));
    gap: 25px;
  }
  .menu .style-4 > *:not(.menu__back-btn) {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 12px));
    gap: 24px;
  }
  .menu .style-5 {
    top: 100%;
  }
  .blog .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  .company-offer__item:hover .company-offer__item-icon {
    opacity: 0;
  }
  .contact__wrapper:has(input:focus, textarea:focus) {
    grid-template-columns: calc(45% - 50px) 100px calc(55% - 50px);
  }
  .contact__wrapper:has(input:focus, textarea:focus) .contact__image-column::after {
    opacity: 0;
  }
  .contact__wrapper:has(input:focus, textarea:focus) .contact__image-column::before {
    opacity: 1;
  }
  .enterprise__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
  }
  .enterprise__map {
    display: block;
  }
  .featured-post__content {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
  }
  .featured-post__button {
    margin-top: 0;
  }
  .offices__sidebar {
    flex: 0 0 360px;
    position: sticky;
    top: 100px;
  }
  .offices__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .offices__item--full {
    grid-column: 1/-1;
  }
  .related-posts .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  .services__popup .container {
    width: 100%;
    max-width: 1312px;
    padding: 0 16px;
    margin: 0 auto;
  }
  .services__popup-content {
    padding: 45px;
    background-color: #F6F6F6;
    border-radius: 24px;
  }
  .services__popup-highlighted-out {
    padding: 35px 25px 25px;
    margin: 0 0 25px;
    background-color: #fff;
    border-radius: 24px;
  }
  .slider-section-v2__layout {
    flex-direction: row;
    gap: 145px;
    align-items: center;
  }
  .slider-section-v2__content {
    flex: 0 0 44%;
  }
  .slider-section-v2__tab:hover {
    background-color: #F9F9F9;
  }
  .slider-section-v3 .swiper-slide {
    width: 30% !important;
  }
  .slider-section-v3 .swiper-slide-active {
    width: 40% !important;
  }
  .sticky-content__wrapper {
    flex-direction: row;
    gap: 80px;
    align-items: flex-start;
  }
  .sticky-content__left {
    flex: 0 0 39%;
    position: sticky;
    top: 100px;
    align-self: flex-start;
  }
  .sticky-content__buttons {
    flex-direction: row;
  }
  .text-boxes__box-inner:hover {
    padding: 32px 42px;
  }
  .text-media-v2__wrapper--reverse {
    flex-direction: row-reverse;
  }
  .text-media-v3__wrapper--reverse {
    flex-direction: row-reverse;
  }
  .text-media-v3__img {
    width: calc(50vw - 80px) !important;
    max-width: 960px !important;
    border-radius: 16px 0 0 16px;
    overflow: hidden;
    left: 80px;
  }
  .text-media__wrapper--reverse {
    flex-direction: row-reverse;
  }
  .text-media__wrapper--reverse .text-media__img-wrapper {
    display: flex;
    justify-content: flex-end;
  }
  .text-media__wrapper--reverse .text-media__img {
    flex-shrink: 0;
    border-radius: 0 16px 16px 0;
  }
  .text-media__img {
    width: 50vw !important;
    max-width: 960px !important;
    border-radius: 16px 0 0 16px;
    overflow: hidden;
  }
  .timeline__item:not(:first-child) {
    margin-top: -20px;
  }
  .card-v2__image {
    min-height: 100%;
    height: 117px;
  }
  .card-v7:not(:hover) .card-v7__link {
    background: transparent;
  }
  .card-v7:not(:hover) .card-v7__link .arrow__icon path {
    fill: #fff;
  }
  .card-v7__title {
    padding-right: 70px;
  }
  .card-v7__link {
    position: absolute;
    top: 82px;
    right: 32px;
  }
  .industries {
    padding: 25px 35px;
    box-shadow: 12px 12px 35px 0px rgba(238, 48, 51, 0.1019607843);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.2);
  }
  .industries__btn {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
  }
  .lang-switcher {
    z-index: 1;
  }
}
