html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

html,
body {
  width: 100%;
  min-height: 100%;
}

button,
input,
optgroup,
select,
textarea,
html input[type=button],
input[type=reset],
input[type=submit],
button[disabled],
html input[disabled],
button::-moz-focus-inner,
input::-moz-focus-inner,
input[type=checkbox],
input[type=radio],
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=search],
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  border: none;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
}

button {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  background: #f8f7ff;
}

html,
:root {
  font-size: 62.5%;
}

html, body {
  line-height: 1;
  font-size: 1.6rem;
  font-weight: normal;
}

.header {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  right: 1.6rem;
  z-index: 100;
  background: transparent;
  transition: background 1.5s cubic-bezier(0.4, 0, 0.2, 1), border-radius 1.5s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 1.5s cubic-bezier(0.4, 0, 0.2, 1), padding-bottom 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 14px 14px 0px 0;
}
.header--dropdown-open {
  background: #ffffff;
  padding-bottom: 0;
  border-radius: 14px 14px 0 0;
  box-shadow: 0px 4px 20px rgba(34, 31, 79, 0.1);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-radius 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding-bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.header--dropdown-open .header__logo-image {
  color: #221f4f !important;
}
.header--dropdown-open .header__logo-image path {
  fill: currentColor !important;
}
.header--dropdown-open .header__nav-item {
  color: #221f4f !important;
}
.header--dropdown-open .header__nav-item:hover {
  color: #221f4f !important;
}
.header--dropdown-open .header__nav-arrow {
  background: #ecebfb !important;
}
.header--dropdown-open .header__nav-arrow svg path {
  stroke: #221f4f !important;
}
.header--dropdown-open .header__lang-selector {
  background: #ecebfb !important;
}
.header--dropdown-open .header__lang-selector .header__lang-text {
  color: #221f4f !important;
}
.header--dropdown-open .header__lang-selector .header__lang-icon path {
  fill: #f70773 !important;
}
.header--dropdown-open .header__lang-selector .header__lang-chevron path {
  stroke: #221f4f !important;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 95%;
  margin: 0 auto;
  padding: 2vh 0vh;
}
.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
}
@media (min-width: 901px) {
  .header__logo--hidden {
    display: none;
  }
}
.header__logo-image {
  width: 10vh;
  height: auto;
  color: #221f4f;
  transition: color 0.3s ease;
}
.header__logo-image path {
  fill: currentColor;
  transition: fill 0.3s ease;
}
.header--dropdown-open .header__logo-image {
  color: #221f4f;
}
.header--dropdown-open .header__logo-image path {
  fill: currentColor;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header__nav-item-wrapper {
  position: relative;
  margin: 2vh 0;
}
.header__nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.4rem;
  line-height: 24px;
  color: #221f4f;
  text-decoration: none;
  white-space: nowrap;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: color 0.3s ease;
}
.header__nav-item:hover {
  color: #221f4f;
}
.header--dropdown-open .header__nav-item {
  color: #221f4f;
}
.header--dropdown-open .header__nav-item:hover {
  color: #221f4f;
}
.header--dark .header__logo-image {
  color: #ffffff;
}
.header--dark .header__logo-image path {
  fill: currentColor;
}
.header--dark .header__nav-item {
  color: #ecebfb;
}
.header--dark .header__nav-item:hover {
  color: #ffffff;
}
.header--dark .header__nav-arrow {
  background: rgba(255, 255, 255, 0.1);
}
.header--dark .header__nav-arrow svg path {
  stroke: #ffffff;
}
.header--dark .header__nav-item-wrapper--dropdown.active .header__nav-item--dropdown .header__nav-text {
  color: #ffffff;
}
.header--dark .header__nav-item-wrapper--dropdown.active .header__nav-item--dropdown .header__nav-arrow {
  background: rgba(255, 255, 255, 0.1);
}
.header--dark .header__nav-item-wrapper--dropdown.active .header__nav-item--dropdown .header__nav-arrow svg path {
  stroke: #ffffff;
}
.header--dark .header__nav-item-wrapper--dropdown:not(.active) .header__nav-item--dropdown:hover .header__nav-text {
  color: #ffffff;
}
.header--dark .header__nav-item-wrapper--dropdown:not(.active) .header__nav-item--dropdown:hover .header__nav-arrow {
  background: rgba(255, 255, 255, 0.1);
}
.header--dark .header__nav-item-wrapper--dropdown:not(.active) .header__nav-item--dropdown:hover .header__nav-arrow svg path {
  stroke: #ffffff;
}
.header--dark.header--dropdown-open .header__nav-item-wrapper--dropdown.active .header__nav-item--dropdown .header__nav-text {
  color: #221f4f !important;
}
.header--dark.header--dropdown-open .header__nav-item-wrapper--dropdown.active .header__nav-item--dropdown .header__nav-arrow {
  background: #ecebfb !important;
}
.header--dark.header--dropdown-open .header__nav-item-wrapper--dropdown.active .header__nav-item--dropdown .header__nav-arrow svg path {
  stroke: #221f4f !important;
}
.header--dark.header--dropdown-open .header__nav-item-wrapper--dropdown:not(.active) .header__nav-item--dropdown:hover .header__nav-text {
  color: #221f4f !important;
}
.header--dark.header--dropdown-open .header__nav-item-wrapper--dropdown:not(.active) .header__nav-item--dropdown:hover .header__nav-arrow {
  background: #ecebfb !important;
}
.header--dark.header--dropdown-open .header__nav-item-wrapper--dropdown:not(.active) .header__nav-item--dropdown:hover .header__nav-arrow svg path {
  stroke: #221f4f !important;
}
.header--dark .header__lang-selector {
  background: rgba(236, 235, 251, 0.15);
}
.header--dark .header__lang-selector .header__lang-text {
  color: #ffffff;
}
.header--dark .header__lang-selector .header__lang-icon path {
  fill: #f70773 !important;
}
.header--dark .header__lang-selector .header__lang-chevron path {
  stroke: #ffffff;
}
.header--dark .header__search-input-wrap {
  background: rgba(236, 235, 251, 0.15);
}
.header--dark .header__search-input {
  color: #ffffff;
}
.header--dark .header__search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.header--dark .header__search-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.header--dark .header__search-icon {
  color: #ffffff;
}
.header--purple {
  background: linear-gradient(27.47deg, rgba(247, 7, 115, 0) 40.58%, rgba(247, 7, 115, 0.15) 131.21%), linear-gradient(180deg, rgba(34, 31, 79, 0) 0%, rgba(34, 31, 79, 0.6) 100%), linear-gradient(90deg, #221f4f 0%, #221f4f 100%);
  box-shadow: 0px 4px 20px rgba(34, 31, 79, 0.2);
}
.header--purple .header__logo-image {
  color: #ffffff;
}
.header--purple .header__logo-image path {
  fill: currentColor;
}
.header--purple .header__nav-item {
  color: #ffffff;
}
.header--purple .header__nav-item:hover {
  color: #ffffff;
}
.header--purple .header__nav-arrow {
  background: rgba(255, 255, 255, 0.15);
}
.header--purple .header__nav-arrow svg path {
  stroke: #ffffff;
}
.header--purple .header__nav-item-wrapper--dropdown.active .header__nav-item--dropdown .header__nav-text,
.header--purple .header__nav-item-wrapper--dropdown:not(.active) .header__nav-item--dropdown:hover .header__nav-text {
  color: #ffffff;
}
.header--purple .header__nav-item-wrapper--dropdown.active .header__nav-item--dropdown .header__nav-arrow,
.header--purple .header__nav-item-wrapper--dropdown:not(.active) .header__nav-item--dropdown:hover .header__nav-arrow {
  background: rgba(255, 255, 255, 0.15);
}
.header--purple .header__nav-item-wrapper--dropdown.active .header__nav-item--dropdown .header__nav-arrow svg path,
.header--purple .header__nav-item-wrapper--dropdown:not(.active) .header__nav-item--dropdown:hover .header__nav-arrow svg path {
  stroke: #ffffff;
}
.header--purple .header__lang-selector {
  background: rgba(255, 255, 255, 0.15);
}
.header--purple .header__lang-selector .header__lang-text {
  color: #ffffff;
}
.header--purple .header__lang-selector .header__lang-icon path {
  fill: #f70773 !important;
}
.header--purple .header__lang-selector .header__lang-chevron path {
  stroke: #ffffff;
}
.header--purple .header__search-input-wrap {
  background: rgba(255, 255, 255, 0.15);
}
.header--purple .header__search-input {
  color: #ffffff;
}
.header--purple .header__search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.header--purple .header__search-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.header--purple .header__search-icon {
  color: #ffffff;
}
.header--purple.header--dropdown-open {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(34, 31, 79, 0.1);
}
.header--purple.header--dropdown-open .header__logo-image {
  color: #221f4f !important;
}
.header--purple.header--dropdown-open .header__logo-image path {
  fill: currentColor !important;
}
.header--purple.header--dropdown-open .header__nav-item {
  color: #221f4f !important;
}
.header--purple.header--dropdown-open .header__nav-item:hover {
  color: #221f4f !important;
}
.header--purple.header--dropdown-open .header__nav-arrow {
  background: #ecebfb !important;
}
.header--purple.header--dropdown-open .header__nav-arrow svg path {
  stroke: #221f4f !important;
}
.header--purple.header--dropdown-open .header__nav-item-wrapper--dropdown.active .header__nav-item--dropdown .header__nav-text,
.header--purple.header--dropdown-open .header__nav-item-wrapper--dropdown:not(.active) .header__nav-item--dropdown:hover .header__nav-text {
  color: #221f4f !important;
}
.header--purple.header--dropdown-open .header__nav-item-wrapper--dropdown.active .header__nav-item--dropdown .header__nav-arrow,
.header--purple.header--dropdown-open .header__nav-item-wrapper--dropdown:not(.active) .header__nav-item--dropdown:hover .header__nav-arrow {
  background: #ecebfb !important;
}
.header--purple.header--dropdown-open .header__nav-item-wrapper--dropdown.active .header__nav-item--dropdown .header__nav-arrow svg path,
.header--purple.header--dropdown-open .header__nav-item-wrapper--dropdown:not(.active) .header__nav-item--dropdown:hover .header__nav-arrow svg path {
  stroke: #221f4f !important;
}
.header--purple.header--dropdown-open .header__lang-selector {
  background: #ecebfb !important;
}
.header--purple.header--dropdown-open .header__lang-selector .header__lang-text {
  color: #221f4f !important;
}
.header--purple.header--dropdown-open .header__lang-selector .header__lang-icon path {
  fill: #f70773 !important;
}
.header--purple.header--dropdown-open .header__lang-selector .header__lang-chevron path {
  stroke: #221f4f !important;
}
.header--purple.header--dropdown-open .header__search-input-wrap {
  background: #ecebfb !important;
}
.header--purple.header--dropdown-open .header__search-input {
  color: #221f4f !important;
}
.header--purple.header--dropdown-open .header__search-input::-moz-placeholder {
  color: rgba(34, 31, 79, 0.6);
}
.header--purple.header--dropdown-open .header__search-input::placeholder {
  color: rgba(34, 31, 79, 0.6);
}
.header--purple.header--dropdown-open .header__search-icon {
  color: #221f4f !important;
}
.header--dropdown-open .header__lang-selector {
  background: #ecebfb;
}
.header--dropdown-open .header__lang-selector .header__lang-text {
  color: #221f4f;
}
.header--dropdown-open .header__lang-selector .header__lang-chevron path {
  stroke: #221f4f;
}
.header--dropdown-open .header__search-input-wrap {
  background: #ecebfb;
}
.header--dropdown-open .header__search-input {
  color: #221f4f;
}
.header--dropdown-open .header__search-input::-moz-placeholder {
  color: rgba(34, 31, 79, 0.6);
}
.header--dropdown-open .header__search-input::placeholder {
  color: rgba(34, 31, 79, 0.6);
}
.header--dropdown-open .header__search-icon {
  color: #221f4f;
}
.header__nav-item-wrapper--dropdown.active .header__nav-item--dropdown .header__nav-text {
  color: #221f4f;
  font-weight: 700;
}
.header__nav-item-wrapper--dropdown.active .header__nav-item--dropdown .header__nav-arrow {
  background: #ecebfb;
  transform: rotate(180deg) !important;
}
.header__nav-item-wrapper--dropdown.active .header__nav-item--dropdown .header__nav-arrow svg path {
  stroke: #221f4f;
}
.header--dropdown-open .header__nav-item-wrapper--dropdown:not(.active) .header__nav-item--dropdown .header__nav-arrow {
  transform: rotate(0deg) !important;
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  background: rgba(236, 235, 251, 0.3) !important;
}
.header--dropdown-open .header__nav-item-wrapper--dropdown:not(.active) .header__nav-item--dropdown .header__nav-arrow svg {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.header--dropdown-open .header__nav-item-wrapper--dropdown:not(.active) .header__nav-item--dropdown .header__nav-arrow svg path {
  opacity: 1 !important;
  visibility: visible !important;
  stroke: #221f4f !important;
}
.header--dropdown-open .header__nav-item-wrapper--dropdown:not(.active) .header__nav-item--dropdown:hover .header__nav-arrow {
  transform: rotate(0deg) !important;
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  background: #ecebfb !important;
}
.header--dropdown-open .header__nav-item-wrapper--dropdown:not(.active) .header__nav-item--dropdown:hover .header__nav-arrow svg path {
  stroke: #221f4f !important;
}
.header__nav-item--dropdown {
  position: relative;
}
.header__nav-item--dropdown::after {
  content: "";
  position: absolute;
  bottom: -3.5rem;
  left: 0;
  right: 0;
  height: 2px;
  background: transparent;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.25s, height 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
}
.header__nav-item--dropdown:hover .header__nav-arrow {
  transform: rotate(180deg);
  background: #ecebfb;
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.header__nav-item--dropdown:hover .header__nav-arrow svg {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.header__nav-item--dropdown:hover .header__nav-arrow svg path {
  stroke: #221f4f;
  opacity: 1 !important;
  visibility: visible !important;
}
.header__nav-item--dropdown:hover .header__nav-text {
  font-weight: 700;
  color: #221f4f;
}
.header__nav-item-wrapper--dropdown.active .header__nav-item--dropdown::after, .header__nav-item-wrapper--dropdown:hover .header__nav-item--dropdown::after {
  background: #221f4f;
  height: 2px;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.25s, height 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
}
.header__nav-item-wrapper--dropdown:not(.active):not(:hover) .header__nav-item--dropdown::after {
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.header__nav-text {
  display: inline-block;
}
.header__nav-arrow {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: #ecebfb;
  border-radius: 100px;
  padding: 3px;
  flex-shrink: 0;
  opacity: 1 !important;
  visibility: visible !important;
  transition: transform 0.3s ease, background 0.3s ease;
}
.header__nav-arrow svg {
  width: 12px;
  height: 12px;
  opacity: 1 !important;
  visibility: visible !important;
}
.header__nav-arrow svg path {
  transition: stroke 0.3s ease;
  opacity: 1 !important;
  stroke: #221f4f;
}
.header__dropdown {
  position: fixed;
  top: var(--header-bottom);
  left: 1.6rem;
  right: 1.6rem;
  transform: translateY(-40px);
  width: auto;
  max-width: none;
  background: #ffffff;
  border-radius: 0 0 24px 24px;
  border-top: 1px solid rgba(77, 75, 111, 0.3);
  padding: 32px 0;
  box-shadow: 0px 42px 50px rgba(34, 31, 79, 0.1);
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 99;
  pointer-events: none;
  box-sizing: border-box;
  overflow: visible;
}
.header__dropdown--solutions .header__dropdown-content {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 0 32px;
  box-sizing: border-box;
}
.header__dropdown--solutions .header__dropdown-column {
  flex: 0 1 auto;
}
.header__dropdown--ia .header__dropdown-content {
  display: flex;
  justify-content: space-between;
  gap: 104px;
  padding: 0 32px;
  box-sizing: border-box;
}
.header__nav-item-wrapper--dropdown.active .header__dropdown, .header__nav-item-wrapper--dropdown:hover .header__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.25s, visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.25s, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
}
.header__dropdown-content {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  overflow: visible;
}
.header__dropdown-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 32px;
  border-left: 1px solid rgba(77, 75, 111, 0.3);
  position: relative;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  overflow: visible;
}
.header__dropdown-column:first-child {
  padding-left: 32px;
  border-left: 1px solid rgba(77, 75, 111, 0.3);
}
.header__dropdown-column:nth-child(2) {
  justify-content: center;
}
.header__dropdown-column--ia-left {
  flex: 0 1 auto;
  padding-left: 32px;
  border-left: 1px solid rgba(77, 75, 111, 0.3);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.header__dropdown-column--ia-middle {
  flex: 0 1 auto;
  padding-left: 32px;
  border-left: 1px solid rgba(77, 75, 111, 0.3);
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
.header__dropdown-column--ia-right {
  flex: 0 0 416px;
  padding: 0;
  border: none;
  display: flex;
  align-items: stretch;
}
.header__dropdown-category {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: nowrap;
  cursor: pointer;
}
.header__dropdown-category:hover .header__dropdown-cta {
  transform: scale(1.1);
}
.header__dropdown-title {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0;
  white-space: nowrap;
  flex-shrink: 0;
}
.header__dropdown-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #f70773;
  border-radius: 50px;
  border: none;
  padding: 8px;
  flex-shrink: 0;
  box-shadow: 0px 42px 50px rgba(34, 31, 79, 0.1);
  transition: transform 0.3s ease;
}
.header__dropdown-cta svg {
  width: 16px;
  height: 16px;
}
.header__dropdown-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.header__dropdown-item {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  text-decoration: none;
  transition: transform 0.2s ease;
  padding-left: 0;
}
.header__dropdown-item::before {
  content: "";
  position: absolute;
  left: -36px;
  top: 0;
  bottom: 0;
  width: 2.5px;
  background: transparent;
  transition: background 0.2s ease;
}
.header__dropdown-item:hover {
  transform: translateX(4px);
}
.header__dropdown-item:hover::before {
  background: #f70773;
}
.header__dropdown-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #ecebfb;
  border-radius: 50px;
  padding: 8px;
  flex-shrink: 0;
  box-shadow: 0px 42px 50px rgba(34, 31, 79, 0.1);
}
.header__dropdown-icon svg {
  width: 8px;
  height: 8px;
}
.header__dropdown-icon-image {
  max-width: 24px;
}
.header__dropdown-text {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
  min-width: 0;
}
.header__dropdown-item-title {
  display: block;
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #221f4f;
  margin-bottom: 0;
  word-break: break-word;
  hyphens: auto;
}
.header__dropdown-item-subtitle {
  display: block;
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #7991b5;
  word-break: break-word;
  hyphens: auto;
}
.header__dropdown-image {
  width: 100%;
  height: 100%;
  min-height: 296px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background-image: url("/assets/site/images/img-ia.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
}
.header__dropdown-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(34, 31, 79, 0.8), rgba(34, 31, 79, 0.6));
  z-index: 1;
}
.header__dropdown-image-overlay {
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
  z-index: 2;
}
.header__dropdown-image-title {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.48px;
  color: #ffffff;
  margin: 0;
}
.header__right-div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header__search {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1040px) {
  .header__search {
    display: none;
  }
}
.header__search.active .header__search-results {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.header__search-input-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: #ecebfb;
  border-radius: 100px;
  transition: background 0.3s ease;
}
.header__search-input-wrap:hover {
  background: rgb(215.8125, 213.75, 246.75);
}
.header__search-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #221f4f;
}
.header__search-input {
  width: 180px;
  border: none;
  outline: none;
  background: transparent;
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #221f4f;
}
.header__search-input::-moz-placeholder {
  color: rgba(34, 31, 79, 0.6);
}
.header__search-input::placeholder {
  color: rgba(34, 31, 79, 0.6);
}
.header__search-results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  min-width: 260px;
  background: rgba(34, 31, 79, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 1000;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.header__search-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 6px 4px;
}
.header__search-group-title {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(236, 235, 251, 0.7);
  padding: 4px 8px;
}
.header__search-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 8px;
  text-decoration: none;
  color: #ffffff;
  transition: background 0.2s ease;
}
.header__search-item:hover {
  background: rgba(236, 235, 251, 0.1);
}
.header__search-item-title {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
}
.header__search-item-type {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 12px;
  color: rgba(236, 235, 251, 0.7);
  white-space: nowrap;
}
.header__search-empty {
  padding: 10px 12px;
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 13px;
  color: rgba(236, 235, 251, 0.7);
}
.header__lang-selector {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  background: #ecebfb;
  backdrop-filter: blur(5px);
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.header__lang-selector:hover {
  background: rgb(215.8125, 213.75, 246.75);
}
.header__lang-selector.active .header__lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__lang-selector.active .header__lang-chevron {
  transform: rotate(180deg);
}
.header__lang-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.header__lang-text {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 14px;
  line-height: normal;
  color: #221f4f;
  white-space: nowrap;
}
.header__lang-chevron {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.header__lang-chevron path {
  stroke: #221f4f;
}
.header__lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: -2vh;
  background: rgba(34, 31, 79, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 8px 0;
  min-width: 120px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.header__lang-selector.active .header__lang-dropdown {
  pointer-events: auto;
}
.header__lang-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #ecebfb;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.header__lang-item:hover {
  background: rgba(236, 235, 251, 0.1);
  color: #ffffff;
}
.header__lang-item.active {
  color: #ffffff;
  background: rgba(247, 7, 115, 0.2);
}

@media (max-width: 900px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(6, 18, 39, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 0;
  }
  .header__container {
    justify-content: space-between;
  }
  .header__nav, .header__lang-selector, .header__search {
    display: none;
  }
  .nav__mobile .header__lang-selector {
    display: flex;
  }
  .nav__mobile .header__search {
    display: block;
    width: 100%;
  }
}
@media (min-width: 901px) and (max-width: 1300px) {
  .header__dropdown-content {
    gap: 8px !important;
    padding: 0 !important;
  }
  .header__dropdown-column {
    padding-left: 1.6rem !important;
  }
  .header__dropdown-column--ia-right {
    flex: 0 0 300px;
  }
  .header__dropdown-category {
    gap: 1.8rem;
  }
}
/*** MOBILE ***/
body.mobile-menu-open {
  overflow: hidden;
  height: 100vh;
  position: fixed;
  width: 100%;
}

.nav__hamburger {
  display: none;
}

.nav__mobile {
  display: none;
}
.nav__mobile .nav__list li > a {
  position: relative;
}
.nav__mobile .nav__list li > a:hover::before {
  width: 100%;
}

@media (max-width: 900px) {
  .nav__hamburger {
    display: flex;
    z-index: 1000;
    background: none;
    border: 0;
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-appearence: none;
    -webkit-tap-highlight-color: transparent;
  }
  .nav__hamburger:focus {
    outline: none;
  }
  .nav__hamburger svg {
    width: 64px;
    height: 48px;
    stroke: #fff;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    display: block;
  }
  .nav__hamburger svg path {
    transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
    stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
    stroke-dashoffset: var(--offset, 126px);
    transform: translateZ(0);
  }
  .nav__hamburger svg path:nth-child(2) {
    --duration: 0.7s;
    --easing: ease-in;
    --offset: 100px;
    --array-2: 74px;
  }
  .nav__hamburger svg path:nth-child(3) {
    --offset: 133px;
    --array-2: 107px;
  }
  .nav__hamburger.active svg {
    stroke: #fff;
  }
  .nav__hamburger.active svg path {
    --offset: 57px;
  }
  .nav__hamburger.active svg path:nth-child(1), .nav__hamburger.active svg path:nth-child(3) {
    --delay: 0.15s;
    --easing: cubic-bezier(0.2, 0.4, 0.2, 1.1);
  }
  .nav__hamburger.active svg path:nth-child(2) {
    --duration: 0.4s;
    --offset: 2px;
    --array-1: 1px;
  }
  .nav__hamburger.active svg path:nth-child(3) {
    --offset: 58px;
  }
  .nav__mobile {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    background: linear-gradient(40deg, transparent 40%, #f70773 130%), linear-gradient(180deg, transparent 0%, rgba(34, 31, 79, 0.4) 100%), #221f4f;
    padding: 2rem 2.5rem;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(-1200px);
    transition: all 0.5s ease-in;
    z-index: 999;
  }
  .nav__mobile.active {
    transition: all 0.5s ease-in;
    transform: translateY(0);
    opacity: 1;
  }
  .nav__mobile .nav__mobile__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 3rem;
  }
  .nav__mobile .nav__mobile__logo {
    height: 40px;
  }
  .nav__mobile .nav__mobile__close {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav__mobile .nav__list {
    list-style: none;
    flex: 1;
    padding: 0.5rem 0;
  }
  .nav__mobile .nav__item {
    width: 88%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav__mobile .nav__item > a,
  .nav__mobile .nav__item .nav__item-header a {
    white-space: nowrap;
    line-height: 200%;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 2rem;
    transition: 0.3s all ease;
    padding: 0.5rem 0;
    font-family: "DM Sans", Sans-serif;
  }
  .nav__mobile .nav__item > a:hover,
  .nav__mobile .nav__item .nav__item-header a:hover {
    color: #ffffff;
    opacity: 0.9;
  }
  .nav__mobile .nav__item--solutions {
    margin-top: 4em;
  }
  .nav__mobile .nav__item--lang {
    margin-top: 1rem;
  }
  .nav__mobile .nav__item .nav__arrow {
    cursor: pointer;
    color: #ffffff;
    transition: 0.3s all ease;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.1);
    padding: 3px;
    width: 1.8rem;
    height: 1.8rem;
  }
  .nav__mobile .nav__item .nav__arrow:hover {
    color: #ffffff;
    opacity: 0.9;
  }
  .nav__mobile .nav__item--search {
    display: block;
  }
  .nav__mobile .nav__item--search .header__search {
    width: 100%;
  }
  .nav__mobile .nav__mobile__footer {
    padding-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .nav__mobile .nav__item--has-submenu {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
  }
  .nav__mobile .nav__item--has-submenu .nav__arrow {
    transition: transform 0.3s ease;
  }
  .nav__mobile .nav__item--has-submenu.active .nav__arrow {
    transform: rotate(180deg);
  }
  .nav__mobile .nav__item-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
  .nav__mobile .nav__submenu {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }
  .nav__mobile .nav__submenu .nav__submenu-item {
    display: flex;
    align-items: flex-start;
    padding: 0 0 0 1rem;
  }
  .nav__mobile .nav__submenu .nav__submenu-item a {
    font-size: 1.4rem;
    line-height: 200%;
    padding: 1rem 0;
    opacity: 0.8;
    color: #1c1c1c;
    font-family: "DM Sans", Sans-serif;
  }
  .nav__mobile .nav__submenu .nav__submenu-item a:hover {
    opacity: 1;
  }
  .nav__mobile .nav__item--has-submenu.active .nav__submenu {
    max-height: 1000px;
    transition: max-height 0.5s ease-in;
  }
  .nav__mobile .nav__item--dropdown {
    flex-direction: column;
    align-items: flex-start;
  }
  .nav__mobile .nav__item--dropdown > a.js-dropdown-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: nowrap;
  }
  .nav__mobile .nav__item--dropdown > a.js-dropdown-toggle > span:first-child {
    flex: 0 1 auto;
    min-width: 0;
  }
  .nav__mobile .nav__item--dropdown .nav__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: transform 0.3s ease;
    flex-shrink: 0;
  }
  .nav__mobile .nav__item--dropdown .nav__arrow svg {
    display: block;
  }
  .nav__mobile .nav__item--dropdown.active .nav__arrow {
    transform: rotate(180deg);
  }
  .nav__mobile .nav__item--dropdown.active .nav__submenu {
    max-height: 2000px;
    transition: max-height 0.5s ease-in;
  }
  .nav__mobile .nav__item--dropdown .nav__submenu {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding-left: 1rem;
    list-style: none;
  }
  .nav__mobile .nav__item--dropdown .nav__submenu li {
    list-style: none;
  }
  .nav__mobile .nav__item--dropdown .nav__submenu .nav__submenu-group {
    margin-bottom: 1rem;
  }
  .nav__mobile .nav__item--dropdown .nav__submenu .nav__submenu-group:last-child {
    margin-bottom: 0;
  }
  .nav__mobile .nav__item--dropdown .nav__submenu .nav__submenu-category {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 200%;
    padding: 0.5rem 0 0.25rem 0;
    color: #fff;
    font-family: "DM Sans", Sans-serif;
  }
  .nav__mobile .nav__item--dropdown .nav__submenu .nav__submenu-category:hover {
    color: #fff;
    opacity: 0.9;
  }
  .nav__mobile .nav__item--dropdown .nav__submenu .nav__submenu-items {
    list-style: none;
    padding-left: 1.2rem;
    margin: 0 0 0.5rem 0;
  }
  .nav__mobile .nav__item--dropdown .nav__submenu .nav__submenu-items li a {
    display: block;
    font-size: 1.5rem;
    line-height: 200%;
    padding: 4px 0;
    opacity: 0.85;
    color: #e1e1e1;
    font-family: "DM Sans", Sans-serif;
  }
  .nav__mobile .nav__item--dropdown .nav__submenu .nav__submenu-items li a:hover {
    opacity: 1;
    color: #fff;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.footer {
  background: #ffffff;
  overflow: hidden;
  padding: 1.6rem;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
.footer__people-marquee {
  height: 39.2rem;
  overflow: hidden;
  position: relative;
  border-radius: 16px 16px 0 0;
}
.footer__people-row {
  height: 19.6rem;
  position: relative;
}
.footer__people-row--top {
  border: 1px solid rgba(236, 235, 251, 0.1);
}
.footer__people-track {
  display: flex;
  gap: 0;
  width: -moz-fit-content;
  width: fit-content;
  animation: marquee-right 90s linear infinite;
  will-change: transform;
}
.footer__people-track--reverse {
  animation: marquee-left 90s linear infinite;
}
.footer__people-image {
  height: 196px;
  width: auto;
  flex-shrink: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__content {
  background: #191649;
  padding: 56px;
  position: relative;
  min-height: 645px;
  border-radius: 0 0 16px 16px;
}
.footer__main-section {
  display: flex;
  gap: 80px;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  min-height: 209px;
}
.footer__left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex-shrink: 0;
}
.footer__title {
  font-family: "DM Sans", "Satoshi-Medium", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 4.4rem;
  color: #ffffff;
  letter-spacing: -0.8px;
  margin: 0;
}
.footer__title-dot {
  color: #f70773;
}
.footer__middle {
  display: flex;
  gap: 25.4rem;
  flex: 1;
  align-items: flex-start;
  justify-content: space-between;
}
.footer__nav-columns {
  display: flex;
  gap: 3.2rem;
  padding-left: 32px;
  border-left: 1px solid rgba(236, 235, 251, 0.25);
  flex-shrink: 0;
}
@media (min-width: 1400px) {
  .footer__nav-columns {
    gap: 7.2rem;
  }
}
.footer__right {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
}
.footer__nav-column {
  max-width: 19.6rem;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__nav-title {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #ffffff;
  letter-spacing: -0.48px;
  font-weight: 700;
  margin: 0;
}
.footer__nav-link {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: -0.48px;
  transition: color 0.3s ease;
}
.footer__nav-link:hover {
  color: #f70773;
}
.footer__lang-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 32px;
  border-left: 1px solid rgba(236, 235, 251, 0.25);
  flex-shrink: 0;
}
.footer__lang-icon-wrapper {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.footer__lang-item {
  display: flex;
  align-items: center;
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  letter-spacing: -0.48px;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.footer__lang-item--active {
  color: #ffffff;
  white-space: nowrap;
}
.footer__lang-item:hover {
  color: #ffffff;
}
.footer__lang-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__logo-bg {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 1173px;
  height: -moz-max-content;
  height: max-content;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.footer__logo-image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__logo-text {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-size: 20rem;
  color: #ffffff;
  opacity: 0.1;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-top: auto;
}
.footer__copyright {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: rgba(255, 255, 255, 0.5);
}
.footer__copyright p {
  margin: 0;
}
.footer__social {
  display: flex;
  gap: 16px;
  align-items: center;
}
.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(236, 235, 251, 0.25);
  border-radius: 100px;
  backdrop-filter: blur(5px);
  transition: background 0.3s ease, border-color 0.3s ease;
}
.footer__social-link:hover {
  background: rgba(236, 235, 251, 0.1);
  border-color: rgba(236, 235, 251, 0.5);
}
.footer__social-link img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__social-link svg {
  display: block;
  width: 18px;
  height: 18px;
}

@media (max-width: 1200px) {
  .footer {
    padding: 12px;
    border-radius: 16px;
  }
  .footer__people-marquee {
    height: 200px;
  }
  .footer__people-row {
    height: 100px;
  }
  .footer__people-image {
    height: 100px;
  }
  .footer__content {
    padding: 32px 20px;
    min-height: auto;
  }
  .footer__main-section {
    max-width: 80rem;
    margin: 0 auto;
    width: 100%;
    flex-direction: column;
    gap: 4rem;
    padding: 0 4rem;
  }
  .footer__title {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .footer__left {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1200px) and (min-width: 500px) {
  .footer__left {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
  }
}
@media (max-width: 1200px) and (max-width: 500px) {
  .footer__left {
    align-items: center;
  }
}
@media (max-width: 1200px) {
  .footer__middle {
    width: 100%;
    justify-content: center;
  }
  .footer__right {
    width: 100%;
    flex-direction: column;
    gap: 3.2rem;
  }
  .footer__nav-columns {
    width: 100%;
    gap: 2.4rem;
    justify-content: space-between;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(236, 235, 251, 0.25);
    padding-top: 2.4rem;
  }
}
@media screen and (max-width: 1200px) and (max-width: 500px) {
  .footer__nav-columns {
    flex-direction: column;
    gap: 3.2rem;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .footer__nav-link {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .footer__lang-section {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(236, 235, 251, 0.25);
    padding-top: 24px;
  }
  .footer__lang-item {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .footer__logo-bg {
    display: none;
  }
  .footer__bottom {
    margin-top: 1.6rem;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    gap: 2.4rem;
    align-items: center;
    text-align: center;
  }
}
@keyframes marquee-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes marquee-left {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@font-face {
  font-family: "Satoshi-Variable";
  src: url("/assets/site/fonts/Satoshi-Variable.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-Variable.woff") format("woff"), url("/assets/site/fonts/Satoshi-Variable.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-VariableItalic";
  src: url("/assets/site/fonts/Satoshi-VariableItalic.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-VariableItalic.woff") format("woff"), url("/assets/site/fonts/Satoshi-VariableItalic.ttf") format("truetype");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Light";
  src: url("/assets/site/fonts/Satoshi-Light.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-Light.woff") format("woff"), url("/assets/site/fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-LightItalic";
  src: url("/assets/site/fonts/Satoshi-LightItalic.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-LightItalic.woff") format("woff"), url("/assets/site/fonts/Satoshi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url("/assets/site/fonts/Satoshi-Regular.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-Regular.woff") format("woff"), url("/assets/site/fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-Italic";
  src: url("/assets/site/fonts/Satoshi-Italic.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-Italic.woff") format("woff"), url("/assets/site/fonts/Satoshi-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url("/assets/site/fonts/Satoshi-Medium.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-Medium.woff") format("woff"), url("/assets/site/fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-MediumItalic";
  src: url("/assets/site/fonts/Satoshi-MediumItalic.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-MediumItalic.woff") format("woff"), url("/assets/site/fonts/Satoshi-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url("/assets/site/fonts/Satoshi-Bold.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-Bold.woff") format("woff"), url("/assets/site/fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BoldItalic";
  src: url("/assets/site/fonts/Satoshi-BoldItalic.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-BoldItalic.woff") format("woff"), url("/assets/site/fonts/Satoshi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Satoshi-Black";
  src: url("/assets/site/fonts/Satoshi-Black.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-Black.woff") format("woff"), url("/assets/site/fonts/Satoshi-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-BlackItalic";
  src: url("/assets/site/fonts/Satoshi-BlackItalic.woff2") format("woff2"), url("/assets/site/fonts/Satoshi-BlackItalic.woff") format("woff"), url("/assets/site/fonts/Satoshi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
.btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2rem;
  height: 40px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
  transition: 0.3s all ease;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.btn svg {
  transition: 0.3s all ease;
}
.btn--primary {
  background-color: #009fe1;
}
.btn--primary:hover {
  background-color: #00c8ff;
}
.btn--lp {
  background-color: var(--lp-theme);
}
.btn--lp:hover {
  border: 2px solid var(--lp-theme);
  background-color: transparent !important;
  color: var(--lp-theme);
}
.btn--lp:hover svg path {
  fill: var(--lp-theme);
  stroke: var(--lp-theme);
}
.btn--outlined {
  border: 2px solid #009fe1;
}
.btn--outlined--primary {
  color: #009fe1;
}
.btn--outlined--primary:hover {
  color: #fff;
}
.btn--outlined--primary:hover svg path {
  fill: #fff;
}
.btn--outlined--white {
  border-color: white;
  color: white;
}
.btn--outlined:hover {
  background-color: #00c8ff;
  border-color: #00c8ff;
}
.btn--large {
  height: 70px;
  font-size: 1.8rem;
  font-family: "Satoshi-Bold";
  justify-content: space-between;
  gap: 2rem;
}
.btn--secondary {
  background-color: #000;
}
.btn--gray {
  border-color: #E9E9E9;
  color: #9D9D9D;
}
.btn--gray:hover {
  color: #fff;
}
.btn--gray:hover svg path {
  fill: #fff;
}
.btn--whatsapp {
  color: #4ae26a;
  border-color: #4ae26a;
}
.btn--whatsapp:hover {
  background-color: #4ae26a;
  border-color: #4ae26a;
  color: #fff;
}
.btn--whatsapp:hover svg path {
  fill: #fff;
}

.link {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #009fe1;
  transition: 0.3s all ease;
  font-size: 1.5rem;
}
.link:hover {
  color: #00c8ff;
}
.link:hover svg path {
  fill: #00c8ff;
}
.link--white {
  color: #fff;
}

@media (max-width: 900px) {
  .btn {
    height: 35px;
  }
  .btn--large {
    height: 55px;
    font-size: 1.8rem;
  }
}
.inputWrapper {
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16), 0px 12px 24px 0px rgba(0, 0, 0, 0.02);
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
}
.inputWrapper .input {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  height: 70px;
  padding: 0 2.5rem;
  color: #363636;
  font-family: "Satoshi-Medium";
  font-size: 1.8rem;
  line-height: 133.333%;
  letter-spacing: -0.72px;
}
.inputWrapper .input--select {
  cursor: pointer;
}
.inputWrapper--outlined {
  background-color: transparent;
  border: 2px solid #1c1c1c;
  box-shadow: none;
}
.inputWrapper--outlined .input {
  background-color: transparent;
}

.form {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  flex-direction: column;
  width: 100%;
}
.form__row {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  width: 100%;
  position: relative;
}
.form__col {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.form__col.hide {
  display: none;
}
.form .wrapper {
  flex: 1;
  position: relative;
  border: 2px solid var(--Produto-Ativo, #F1F1F1);
  border-radius: 4px;
  overflow: hidden;
}
.form .wrapper input, .form .wrapper select, .form .wrapper textarea {
  width: 100%;
  color: #AFAFAF;
  font-family: "Satoshi-Medium";
  font-size: 1.8rem;
  line-height: 133.333%;
  letter-spacing: -0.5px;
  resize: none;
  background-color: transparent;
  outline: none;
  border: none;
  padding: 2rem 3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.3s all ease;
  position: relative;
  background-color: #fff;
}
.form .wrapper svg {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
.form .wrapper--small {
  max-width: 150px;
}
.form .wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  border-bottom: 2px solid #009fe1;
  transition: 0.3s all ease;
  z-index: 2;
}
.form .wrapper:hover::before, .form .wrapper.valid::before {
  width: 100%;
}
.form .wrapper.error::before {
  width: 100%;
  border-color: #f00;
}
.form .wrapper--transparent {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.form .wrapper--transparent input, .form .wrapper--transparent select, .form .wrapper--transparent textarea {
  background-color: transparent;
}
.form span.error {
  position: absolute;
  left: 3rem;
  bottom: 0.5rem;
  color: #f00;
}
.form span.error.agree {
  left: 0.5rem;
  bottom: -1.5rem;
}
.form button[type=submit] {
  position: relative;
}
.form button[type=submit].disabled {
  opacity: 0.5;
  pointer-events: none;
}
.form button[type=submit].disabled svg {
  opacity: 0;
}
.form button[type=submit].disabled:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin: 8px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: ring 1.2s linear infinite;
  position: absolute;
  right: 1rem;
}
@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 900px) {
  .form__row {
    flex-direction: column;
    width: 100%;
  }
  .form__col {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .form .wrapper {
    width: 100%;
  }
  .form .wrapper--small {
    max-width: 100%;
  }
  .inputWrapper .input {
    height: 55px;
  }
}
.primary-button {
  position: relative;
  z-index: 100 !important;
  display: flex !important;
  align-items: center;
  gap: 16px;
  height: 45px;
  padding: 12px 24px;
  background: #f70773;
  backdrop-filter: blur(5px);
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  opacity: 1 !important;
  visibility: visible !important;
}
.primary-button:hover {
  background: #03AAEB;
  transform: translateY(-2px);
}
.primary-button:hover svg {
  transform: translate(2px, -2px);
}
.primary-button:active {
  transform: translateY(0);
}
.primary-button__text {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.4rem;
  color: #ffffff;
  white-space: nowrap;
}
.primary-button__icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.primary-button svg {
  transition: transform 0.3s ease;
  width: 1.8rem;
  height: 1.8rem;
}

@media (max-width: 900px) {
  .primary-button {
    height: 40px;
    padding: 10px 20px;
    gap: 12px;
  }
  .primary-button__text {
    font-size: 1.2rem;
  }
  .primary-button__icon {
    width: 16px;
    height: 16px;
  }
}
.banner {
  position: relative;
  min-height: 98vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  width: calc(100% - 4rem);
  margin: 2rem;
  border-radius: 32px;
  background: #221f4f;
  box-sizing: border-box;
}
.banner__img-mobile-wrapper {
  display: none;
}
.banner__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(rgba(34, 31, 79, 0) 0%, rgba(34, 31, 79, 0.4) 100%), linear-gradient(90deg, rgb(11, 9, 66) 0%, rgb(11, 9, 66) 100%);
  border-radius: 3rem;
}
.banner__pink-mask {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(63.4349deg, rgba(247, 7, 115, 0) 61.781%, rgb(247, 7, 115) 100%);
  border-radius: 3rem;
  pointer-events: none;
  mix-blend-mode: normal;
  opacity: 0.6;
}
.banner__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  min-height: 0;
}
.banner__main-section {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: clamp(2rem, 4vw, 4rem);
  position: relative;
  z-index: 10;
}
.banner__left-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
  min-width: 0;
  max-width: min(600px, 45vw);
  position: relative;
  align-self: flex-end;
}
.banner__text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: overlay;
  opacity: 0.2;
  pointer-events: none;
}
.banner__background-text {
  font-family: "co-headline", "Satoshi-Bold", sans-serif;
  font-size: 12.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -5.12px;
  color: #ecebfb;
  white-space: nowrap;
  margin: 0;
}
.banner__content-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 0;
  min-width: 0;
}
.banner__main-title {
  font-family: "co-headline", "Satoshi-Bold", sans-serif;
  font-size: clamp(4.2rem, 3vw, 5.6rem);
  font-weight: 400;
  line-height: clamp(4.2rem, 3vw, 5.6rem);
  letter-spacing: -1.68px;
  color: #ecebfb;
  margin: 0;
}
.banner__text-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  min-width: 0;
}
.banner__description {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #ecebfb;
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.banner__description strong {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
}
.banner__right-column {
  position: relative;
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  right: 20vh;
  top: -1vh;
}
.banner__pulse-container {
  position: absolute;
  top: 50%;
  right: -68.6vh; /* responsive: was 860px at 900px design */
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner__circle {
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 4s ease-in-out infinite;
}
.banner__circle--1 {
  width: 42.11vh;
  height: 42.11vh;
  border-radius: 42.11vh;
  background: radial-gradient(50% 50% at 50% 50%, rgba(57, 54, 113, 0) 70.67%, #151177 100%, #393671 100%);
  background-blend-mode: color-dodge;
}
.banner__circle--2 {
  width: 72.33vh;
  height: 72.33vh;
  border-radius: 72.33vh;
  background: radial-gradient(50% 50% at 50% 50%, rgba(57, 54, 113, 0) 70.67%, #151177 100%, #393671 100%);
  background-blend-mode: color-dodge;
}
.banner__circle--3 {
  width: 102.78vh;
  height: 102.78vh;
  border-radius: 102.78vh;
  background: radial-gradient(50% 50% at 50% 50%, rgba(57, 54, 113, 0) 70.67%, #151177 100%, #393671 100%);
  background-blend-mode: color-dodge;
}
.banner__circle--4 {
  width: 140.11vh;
  height: 140.11vh;
  border-radius: 140.11vh;
  background: radial-gradient(50% 50% at 50% 50%, rgba(57, 54, 113, 0) 70.67%, #151177 100%, #393671 100%);
  background-blend-mode: color-dodge;
}
.banner__circle--5 {
  width: 191vh;
  height: 191vh;
  border-radius: 191vh;
  background: #0A0840;
}
.banner__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 238px;
  height: 134px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.banner__logo-image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner__logo-text {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  color: #ecebfb;
  white-space: nowrap;
}
.banner__menu-items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.banner__menu-item {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform-origin: center center;
}
.banner__menu-item:hover {
  opacity: 0.8;
}
.banner__menu-item--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.banner__menu-item--produtos {
  flex-direction: row;
}
.banner__menu-item--ia {
  flex-direction: row;
}
.banner__menu-item--consultoria {
  flex-direction: row;
}
.banner__menu-text {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #ecebfb;
  white-space: nowrap;
  transform: rotate(0deg);
}
.banner__menu-icon {
  width: 40px;
  height: 40px;
  background: rgba(236, 235, 251, 0.25);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  animation: pulse-icon 4s ease-in-out infinite;
}
.banner__menu-icon svg {
  width: 24px;
  height: 24px;
}
.banner__menu-icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner__info-bar {
  border-top: 1px solid rgba(236, 235, 251, 0.25);
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: 3vh 2vh;
  overflow: hidden;
}
.banner__info-list {
  display: flex;
  align-items: center;
  gap: 56px;
  width: -moz-fit-content;
  width: fit-content;
  animation: banner-info-scroll 40s linear infinite;
  will-change: transform;
}
.banner__info-content {
  display: flex;
  align-items: center;
  gap: 56px;
  flex-shrink: 0;
  white-space: nowrap;
}
.banner__info-item {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #ecebfb;
  white-space: nowrap;
}
.banner__info-separator {
  width: 5px;
  height: 5px;
  background: #f70773;
  border-radius: 999px;
  flex-shrink: 0;
}

html.scale-down-locked,
body.scale-down-locked {
  overflow-x: hidden;
  overscroll-behavior-x: none;
}

.scale-down-reveal-wrapper {
  position: relative;
  min-height: 165vh;
  min-height: 165dvh;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  margin: 0;
  padding: 0;
  will-change: height, overflow;
  background: #ecebfb;
  opacity: 1;
}

@media (min-width: 1027px) and (max-width: 1300px) {
  .scale-down-reveal-wrapper {
    min-height: 200vh;
    min-height: 200dvh;
  }
}
.scale-down-reveal-wrapper .banner--layer-1 {
  position: fixed !important;
  inset: 0;
  width: calc(100% - 4rem);
  margin: 2rem;
  height: 100vh;
  height: 100dvh;
  z-index: 2;
  opacity: 1 !important;
  transition: opacity 0.15s linear;
  will-change: opacity, filter;
  filter: blur(var(--layer1-blur, 0px));
}

.scale-down-reveal-wrapper .banner--layer-1.hidden {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
  visibility: hidden !important;
  z-index: -1 !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

.scale-down-reveal {
  position: fixed;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  will-change: transform;
  pointer-events: none;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.scale-down-reveal__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.scale-down-reveal-wrapper:has(.banner--layer-2.banner-normal) .scale-down-reveal {
  padding-top: 9vh;
}
.scale-down-reveal__svg {
  width: 250%;
  height: 250%;
  max-width: 220vw;
  max-height: 220vw;
  transform-origin: center center;
  background: transparent !important;
  background-color: transparent !important;
  mix-blend-mode: screen !important;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  opacity: 1;
  z-index: 10;
}

.banner--layer-2 {
  position: fixed;
  inset: 0;
  width: 100% !important;
  height: 100vh;
  height: 100dvh;
  background-color: transparent;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  z-index: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  will-change: transform, background-size;
  backface-visibility: hidden;
}
.banner--layer-2.animating {
  opacity: 1 !important;
  pointer-events: auto !important;
  position: fixed !important;
  inset: 0 !important;
  height: 100vh !important;
  height: 100dvh !important;
  z-index: 10 !important;
  overflow: hidden !important;
  background-image: url("/assets/site/images/corte-centralizado.svg") !important;
  will-change: transform, background-size;
  backface-visibility: hidden;
}
.banner--layer-2.animation-complete {
  opacity: 1 !important;
  pointer-events: auto !important;
  height: auto !important;
  min-height: 100vh !important;
  min-height: 100dvh !important;
  overflow: visible !important;
  z-index: 3 !important;
  background-image: url("/assets/site/images/corte-centralizado.svg") !important;
  background-size: 140% !important;
  -webkit-background-size: 140% !important;
  background-position: center center !important;
  will-change: transform, background-size;
  backface-visibility: hidden;
}
.banner--layer-2 {
  border-radius: 0 !important;
  margin: 0 !important;
}
.banner--layer-2.visible {
  opacity: 1 !important;
  pointer-events: auto;
  z-index: 1 !important;
}
.banner--layer-2.banner-normal {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  height: auto !important;
  min-height: 100vh !important;
  min-height: 100dvh !important;
  z-index: auto !important;
  margin: 0 !important;
  transform: none !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  display: flex !important;
  width: 100% !important;
  background-color: #ecebfb !important;
  border-radius: 0 !important;
}

.banner-layer-2__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.1s ease-out;
  pointer-events: none;
  z-index: 2;
}
.banner-layer-2__content.visible {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.banner--layer-2.banner-normal .banner-layer-2__content {
  padding-top: 14vh;
}

.banner-layer-2__main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  z-index: 2;
  pointer-events: none;
}

.banner--layer-2.banner-normal .banner-layer-2__main {
  padding-top: calc(2rem + 9vh);
}

.banner-layer-2__text-left {
  position: absolute;
  top: 50%;
  left: 18rem;
  transform: translateY(-50%);
  max-width: 324px;
  pointer-events: auto;
  opacity: 0;
  transition: left 0.12s ease-out, transform 0.12s ease-out, opacity 0.15s ease-out;
  will-change: left, transform, opacity;
}
.banner-layer-2__text-left.text-centered {
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0 !important;
}
.banner-layer-2__text-left.text-sides {
  left: 12rem;
  transform: translateY(-50%);
  opacity: 1;
}

.banner-layer-2__text-right {
  position: absolute;
  top: 50%;
  right: 15rem;
  transform: translateY(-50%);
  max-width: 324px;
  text-align: right;
  pointer-events: auto;
  opacity: 0;
  transition: right 0.12s ease-out, transform 0.12s ease-out, opacity 0.15s ease-out;
  will-change: right, transform, opacity;
}
.banner-layer-2__text-right.text-centered {
  right: 50%;
  transform: translate(50%, -50%);
  opacity: 0 !important;
}
.banner-layer-2__text-right.text-sides {
  right: 12rem;
  transform: translateY(-50%);
  opacity: 1;
}

.banner-layer-2__text {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #4d4b6f;
  margin: 0;
}

.banner-layer-2__text-left .banner-layer-2__text {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
  color: #221f4f;
}

.banner-layer-2__cta {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  bottom: 20%;
}

.banner-layer-2__cta-button {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 24px;
  background: #f70773;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  backdrop-filter: blur(5px);
}
.banner-layer-2__cta-button span {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.4rem;
  line-height: normal;
  color: #ffffff;
  white-space: nowrap;
}
.banner-layer-2__cta-button svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.banner-layer-2__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(247, 7, 115, 0.3);
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.025);
    opacity: 1;
  }
}
@keyframes rotate-circle-2 {
  from {
    transform: rotate(-90deg) translateX(36.17vh) rotate(90deg);
  }
  to {
    transform: rotate(270deg) translateX(36.17vh) rotate(-270deg);
  }
}
@keyframes rotate-circle-4-clockwise {
  from {
    transform: rotate(45deg) translateX(70.06vh) rotate(-45deg);
  }
  to {
    transform: rotate(405deg) translateX(70.06vh) rotate(-405deg);
  }
}
@keyframes rotate-circle-4-clockwise-consultoria {
  from {
    transform: rotate(225deg) translateX(70.06vh) rotate(-225deg);
  }
  to {
    transform: rotate(585deg) translateX(70.06vh) rotate(-585deg);
  }
}
@keyframes pulse-icon {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes banner-info-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (min-width: 1201px) and (max-width: 1300px) {
  .banner__content {
    padding-top: clamp(40px, 6vh, 80px);
  }
  .banner__left-column {
    padding-bottom: clamp(3rem, 4vw, 5rem);
  }
  .banner__main-section {
    gap: clamp(2.5rem, 4vw, 5rem);
  }
  .banner-layer-2__nav {
    top: 20vh;
  }
  .banner-layer-2__text-left.text-sides {
    left: 6rem;
  }
  .banner-layer-2__text-right.text-sides {
    right: 6rem;
  }
}
@media (min-width: 1027px) and (max-width: 1200px) {
  .banner-layer-2__text-right.text-sides {
    right: 2rem !important;
  }
  .banner-layer-2__text-left.text-sides {
    left: 2rem !important;
  }
}
@media (max-width: 1026px) {
  .banner__img-mobile-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .banner__img-mobile-wrapper img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .scale-down-reveal-wrapper {
    min-height: 0;
    height: auto;
    overflow: visible;
    padding: 20px 8px 8px 8px;
  }
  .scale-down-reveal-wrapper .banner--layer-1 {
    position: relative !important;
    inset: auto;
    width: 100% !important;
    margin: 0 !important;
    filter: none;
    z-index: 0;
  }
  .scale-down-reveal {
    display: none !important;
  }
  .banner-layer-2__content {
    height: auto !important;
  }
  .banner-layer-2__cta {
    margin-top: 0 !important;
    bottom: 0 !important;
  }
  .scale-down-reveal-wrapper .banner--layer-2 {
    position: relative !important;
    inset: auto;
    height: 100dvh !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    overflow: visible !important;
    background-image: none !important;
    background-color: #ecebfb !important;
    z-index: 1;
  }
  .scale-down-reveal-wrapper .banner--layer-2 .banner-layer-2__content {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .scale-down-reveal-wrapper .banner--layer-2__nav {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .banner-layer-2__text-left.text-sides {
    left: 0 !important;
  }
  .banner-layer-2__text-right.text-sides {
    right: 0 !important;
  }
  .banner {
    height: 100vh;
    padding: 12px 0 0;
  }
  .banner__main-section {
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
  }
  .banner__left-column {
    max-width: 100%;
  }
  .banner__text-wrapper {
    position: relative;
    opacity: 0.1;
  }
  .banner__background-text {
    font-size: 4rem;
    letter-spacing: -1.6px;
    white-space: normal;
  }
  .banner__main-title {
    font-size: 3.2rem;
    line-height: 3.6rem;
    letter-spacing: -1.28px;
  }
  .banner__text-section {
    gap: 20px;
  }
  .banner__description {
    font-size: 1.2rem;
    line-height: 2rem;
    max-width: 100%;
  }
  .banner__right-column {
    min-height: 400px;
    display: none;
  }
  .banner__pulse-container {
    display: none;
  }
  .banner__menu-items {
    display: none;
  }
  .banner__logo {
    width: 150px;
    height: 85px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 auto;
  }
  .banner__logo-text {
    font-size: 2.5rem;
  }
  .banner__info-bar {
    padding: 16px 20px;
  }
  .banner__info-list {
    gap: 24px;
  }
  .banner__info-item {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .banner-layer-2__content {
    padding: 1rem;
    justify-content: flex-start;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
  .banner-layer-2__nav {
    display: none;
  }
  .banner-layer-2__main {
    position: relative;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    padding: 2rem;
    align-items: center;
  }
  .banner-layer-2__text-left {
    position: relative;
    top: auto;
    left: auto;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .banner-layer-2__text-right {
    position: relative;
    top: auto;
    right: auto;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .banner-layer-2__cta {
    position: relative;
    left: auto;
    transform: none;
    margin-top: 32px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .banner-layer-2__cta-button {
    width: auto;
  }
}
.solutions-wrapper {
  position: relative;
  width: 100%;
  margin: 0;
  z-index: 20;
  background: #ecebfb;
}

.solutions {
  background: #221f4f;
  border-radius: 24px;
  position: sticky;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
  overflow: hidden;
  padding: 4rem;
  width: calc(100% - 4rem);
  box-sizing: border-box;
  z-index: 20;
  height: calc(100dvh - 4rem);
}
.solutions__container {
  display: flex;
  gap: 0;
  align-items: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
}
.solutions__left-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  flex: 0 0 50%;
  position: relative;
  min-height: 0;
  height: 100%;
}
.solutions__title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 0;
}
.solutions__title {
  font-family: "co-headline", "Satoshi-Bold", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
  color: #ffffff;
  margin: 0;
}
.solutions__title-dot {
  color: #f70773;
}
.solutions__subtitle {
  font-family: "co-headline", "Satoshi-Bold", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.solutions__category-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  width: 100%;
  margin-top: auto;
}
.solutions__active-indicator {
  position: absolute;
  left: -40px;
  top: 0;
  width: 4px;
  height: 56px;
  background: #f70773;
  border-radius: 2px;
  transition: top 0.3s ease, height 0.3s ease, opacity 0.3s ease;
  opacity: 1;
}
.solutions__category-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.solutions__category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  cursor: pointer;
  transition: color 0.3s ease;
}
.solutions__category-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}
.solutions__category-text {
  font-family: "co-headline", "Satoshi-Bold", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 4rem;
  color: #ffffff;
  display: block;
  position: relative;
  z-index: 1;
  white-space: normal;
  overflow: visible;
  pointer-events: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-fill-color: currentColor;
}
.solutions__category-text span {
  display: inline;
}
.solutions__category-item--active .solutions__category-text {
  color: #f70773;
}
.solutions__category-arrow {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: none;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: 15vh;
  z-index: 999999;
}
.solutions__category-item--active .solutions__category-arrow {
  display: flex;
}
@media (min-width: 901px) and (max-width: 1300px) {
  .solutions {
    padding: clamp(2rem, 4vw, 40px);
  }
  .solutions__category-list {
    gap: 0.5rem;
  }
  .solutions__category-text {
    font-size: clamp(1.8rem, 2.5vw, 2.8rem);
    line-height: 1.2;
  }
  .solutions__category-arrow {
    margin-right: 2rem;
  }
  .solutions__right-column-inner {
    gap: clamp(2.4rem, 6vw, 72px);
    padding-bottom: 1.5rem;
  }
  .solutions__card-image-wrapper {
    height: clamp(280px, 45vh, 480px);
    min-height: 260px;
  }
  .solutions__card-caption {
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }
}
.solutions__right-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  flex: 0 0 50%;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: #221f4f;
}
.solutions__right-column-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 72px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 2rem;
  will-change: transform;
  background: #221f4f;
}
.solutions__card {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  opacity: 0.2;
  transition: opacity 0.5s ease;
  min-height: 0;
}
.solutions__card--active {
  opacity: 1;
}
.solutions__card-image-wrapper {
  height: clamp(320px, 52vh, 566px);
  min-height: 280px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="70" height="70" viewBox="0 0 70 70"><circle cx="35" cy="35" r="32" fill="%23f70773"/><line x1="35" y1="28" x2="35" y2="42" stroke="white" stroke-width="2" stroke-linecap="round"/><line x1="28" y1="35" x2="42" y2="35" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>') 35 35, pointer;
}
.solutions__card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.solutions__card-image-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.solutions__card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.3s ease;
}
.solutions__card-image-wrapper:hover .solutions__card-image {
  transform: scale(1.05);
}
.solutions__card-button {
  position: absolute;
  left: 36px;
  top: 332px;
  width: 64px;
  height: 64px;
  background: #f70773;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: none;
}
.solutions__card-caption {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: flex-start;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(1.4rem, 1.2vw + 0.8rem, 1.6rem);
  line-height: 1.5;
  margin-top: 1.6rem;
}
.solutions__card-number {
  display: flex;
  gap: 4px;
  white-space: nowrap;
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.solutions__card-number-label {
  color: rgba(255, 255, 255, 0.5);
}
.solutions__card-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  color: #ffffff;
}
.solutions__card-description {
  flex: 1;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

@media (max-width: 900px) {
  .solutions {
    padding: 3.2rem 2.4rem;
    border-radius: 16px;
    margin: 0px 8px 8px 8px;
    width: calc(100% - 16px);
    height: 100dvh;
    bottom: 0;
  }
  .solutions__container {
    flex-direction: column;
    gap: 2.4rem;
    height: auto;
  }
  .solutions__left-column {
    width: 100%;
    min-height: auto;
  }
  .solutions__title {
    font-size: 2rem;
    line-height: 24px;
  }
  .solutions__subtitle {
    font-size: 1.4rem;
    line-height: 24px;
  }
  .solutions__category-list-wrapper {
    display: none;
  }
  .solutions__category-list {
    flex-direction: row;
    gap: 24px;
    width: -moz-max-content;
    width: max-content;
    padding-bottom: 8px;
  }
}
@media (max-width: 900px) and (min-width: 901px) and (max-width: 1300px) {
  .solutions__category-list {
    gap: 10;
  }
}
@media (max-width: 900px) {
  .solutions__category-item {
    flex-shrink: 0;
  }
  .solutions__category-text {
    font-size: 3.2rem;
    line-height: 40px;
  }
  .solutions__category-arrow {
    width: 48px;
    height: 48px;
  }
  .solutions__category-arrow svg {
    width: 48px;
    height: 48px;
  }
  .solutions__active-indicator {
    display: none;
  }
  .solutions__right-column {
    width: 100%;
    height: auto;
    gap: 40px;
    overflow-y: visible;
  }
  .solutions__card {
    gap: 24px;
    min-height: auto;
  }
  .solutions__card-image-wrapper {
    height: 300px;
  }
  .solutions__card-button {
    left: 20px;
    top: 220px;
    width: 48px;
    height: 48px;
  }
  .solutions__card-button svg {
    width: 20px;
    height: 20px;
  }
  .solutions__card-caption {
    flex-direction: column;
    gap: 8px;
  }
  .solutions__card-number {
    flex-wrap: wrap;
  }
}
@media (min-width: 901px) and (max-width: 1300px) {
  .solutions__card-caption {
    flex-direction: column;
  }
  .solutions__card-image-wrapper {
    height: 35rem;
  }
}
.segments {
  background: #ecebfb;
  padding: 10rem 5.6rem 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 56px;
  position: relative;
  z-index: 20;
}
.segments__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.segments__title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.segments__title {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 28px;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0;
}
.segments__title-dot {
  color: #f70773;
}
.segments__subtitle {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  line-height: 28px;
  color: #4d4b6f;
  margin: 0;
}
.segments__cta-button {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 45px;
  padding: 12px 24px;
  background: #f70773;
  backdrop-filter: blur(5px);
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  flex-shrink: 0;
}
.segments__cta-button:hover {
  background: rgb(197.405511811, 5.594488189, 91.9094488189);
  transform: translateY(-2px);
}
.segments__cta-button:active {
  transform: translateY(0);
}
.segments__cta-text {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.4rem;
  color: #ffffff;
  white-space: nowrap;
}
.segments__cta-icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.segments__cta-button:hover .segments__cta-icon {
  transform: translate(2px, -2px);
}

@media (max-width: 900px) {
  .segments {
    background: #ECEBFB;
    padding: 4rem 2.4rem 5.6rem;
    gap: 3.2rem;
  }
  .segments__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
  }
  .segments__title {
    font-size: 2rem;
    line-height: 24px;
  }
  .segments__subtitle {
    font-size: 1.4rem;
  }
  .segments__cta-button {
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 901px) and (max-width: 1300px) {
  .segments {
    padding: 10.4rem 3.2rem 5.6rem;
  }
  .segments__card {
    height: 50rem;
  }
  .segments__card--vertical {
    min-width: 14rem;
  }
}
@keyframes segments-content-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.segments__cards {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
  flex-wrap: nowrap;
}

.segments__card {
  background: #221f4f;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 58rem;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="70" height="70" viewBox="0 0 70 70"><circle cx="35" cy="35" r="32" fill="%23f70773"/><line x1="35" y1="28" x2="35" y2="42" stroke="white" stroke-width="2" stroke-linecap="round"/><line x1="28" y1="35" x2="42" y2="35" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>') 35 35, pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: width, min-width;
}
.segments__card * {
  cursor: inherit;
}
.segments__card--main {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
}
.segments__card--vertical {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18rem;
  min-width: 18rem;
}
.segments__card--vertical .segments__card-content {
  display: none !important;
}
.segments__card--vertical .segments__card-image-wrapper {
  display: none !important;
}
.segments__card--vertical .segments__card-button {
  display: none !important;
}
.segments__card--vertical .segments__card-vertical-text {
  display: block;
}
.segments__card--expanded {
  width: 100%;
}
.segments__card--expanded .segments__card-content {
  display: flex !important;
  animation: segments-content-fade-in 0.4s ease 0.15s both;
}
.segments__card--expanded .segments__card-image-wrapper {
  display: block !important;
  animation: segments-content-fade-in 0.4s ease 0.1s both;
}
.segments__card--expanded .segments__card-button {
  display: flex !important;
}
.segments__card--expanded .segments__card-vertical-text {
  display: none !important;
}
.segments__card .primary-button {
  margin-top: 1.6rem;
}

.segments__card-image-wrapper {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.segments__card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transition: transform 0.3s ease;
}

.segments__card:hover .segments__card-image {
  transform: scale(1.05);
}

.segments__card-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(34, 31, 79, 0) 0%, #221f4f 100%);
  z-index: 1;
}

.segments__card-button {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 64px;
  height: 64px;
  background: #f70773;
  border-radius: 100px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: transform 0.2s ease, background 0.3s ease;
}
.segments__card-button:hover {
  transform: scale(1.1);
  background: rgb(197.405511811, 5.594488189, 91.9094488189);
}
.segments__card-button svg {
  width: 24px;
  height: 24px;
}

.segments__card-content {
  position: relative;
  z-index: 2;
  display: none;
  flex-direction: column;
  max-width: 70%;
  width: 100%;
}
.segments__card--expanded .segments__card-content {
  display: flex;
}

.segments__card-title {
  font-family: "DM Sans", "Satoshi-Medium", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 44px;
  color: #ffffff;
  margin: 0;
}

.segments__card-subtitle {
  color: #ffffff;
  font-family: "DM Sans";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
  margin-top: 1.6rem;
}

.segments__card-description {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  padding-top: 1.6rem;
}
@media (min-width: 901px) {
  .segments__card-description .segments__card-description-truncated {
    display: none;
  }
}
.segments__card-description .segments__card-description-full {
  display: none;
}
@media (min-width: 901px) {
  .segments__card-description .segments__card-description-full {
    display: inline;
  }
}

.segments__card-clients-label {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  line-height: 28px;
  color: #ecebfb;
  margin: 1.6rem 0;
}

.segments__card-clients {
  display: flex;
  gap: 25.302px;
  align-items: center;
}

.segments__card-client {
  display: flex;
  align-items: center;
}

.segments__card-client-logo {
  height: auto;
  max-height: 22.93px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.segments__card-client-separator {
  width: 6.326px;
  height: 6.326px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.segments__card-vertical-text {
  font-family: "DM Sans", "Satoshi-Medium", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 28px;
  color: #ffffff;
  white-space: nowrap;
  transform: rotate(270deg);
  position: relative;
  z-index: 2;
  display: block;
  transition: transform 0.3s ease;
}

.segments__card--vertical:hover .segments__card-vertical-text {
  transform: rotate(270deg) scale(1.15);
}

.segments__card-header {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid rgba(236, 235, 251, 0.25);
}

@media (max-width: 900px) {
  .segments__cards {
    flex-direction: column;
    gap: 16px;
  }
  .segments__card {
    width: 100%;
    height: auto;
    min-height: 400px;
  }
  .segments__card--main {
    min-width: 100%;
    width: 100%;
    padding: 4rem;
  }
  .segments__card--vertical {
    min-height: 200px;
  }
  .segments__card .segments__card-image-wrapper .segments__card-gradient {
    background: linear-gradient(180deg, rgba(236, 235, 251, 0) 0%, #ECEBFB 100%) !important;
  }
  .segments__card .segments__card-content {
    max-width: 100% !important;
  }
  .segments__card .segments__card-content .segments__card-title {
    color: #221F4F;
  }
  .segments__card .segments__card-content .segments__card-description {
    color: #221F4F;
  }
  .segments__card .segments__card-content .segments__card-clients-label {
    display: none !important;
  }
  .segments__card .segments__card-content .segments__card-clients {
    display: none !important;
  }
  .segments__card-header {
    border-bottom: 1px solid rgba(34, 31, 79, 0.2);
  }
  .segments__card-title {
    font-size: 2.4rem;
    line-height: 32px;
  }
  .segments__card-description {
    font-size: 1.4rem;
    line-height: 24px;
  }
  .segments__card-vertical-text {
    font-size: 2rem;
    transform: rotate(0deg);
    flex-wrap: wrap;
    padding: 0 1.6rem;
    display: flex;
    text-align: center;
  }
  .segments__card-vertical-text span {
    white-space: pre-wrap;
  }
}
.clients {
  background: #ecebfb;
  padding: 12rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
  position: relative;
  overflow: hidden;
  z-index: 20;
}
.clients__arrow-mobile-up, .clients__arrow-mobile-down {
  display: none;
}
.clients__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  max-width: 894px;
}
.clients__title {
  font-family: "co-headlne", "Satoshi-Bold", sans-serif;
  font-weight: 400;
  font-size: clamp(3.2rem, 2vw, 5.6rem);
  line-height: clamp(3.2rem, 2vw, 5.6rem);
  letter-spacing: -1.68px;
  color: #221f4f;
  margin: 0;
}
.clients__title-dot {
  color: #f70773;
}
.clients__subtitle {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  line-height: 28px;
  color: #4d4b6f;
  margin: 0;
  max-width: 547px;
}
.clients__subtitle strong {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
}
.clients__marquees {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  position: relative;
}
.clients__marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
  white-space: nowrap;
}
.clients__marquee--top {
  padding-left: 120px;
  padding-right: 0;
}
.clients__marquee--bottom {
  padding-left: 0;
  padding-right: 120px;
  display: flex;
  justify-content: flex-end;
}
.clients__marquee-track {
  display: inline-flex;
  gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
  will-change: transform;
  animation-play-state: running !important;
}
.clients__logo-card {
  background: #ffffff;
  border-radius: 16px;
  width: 276px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 20px;
}
.clients__logo-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: opacity 0.3s ease, filter 0.3s ease;
}
.clients__logo-image:hover {
  opacity: 1;
  filter: grayscale(0%);
}
.clients__cta-button {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 45px;
  padding: 12px 24px;
  background: #f70773;
  backdrop-filter: blur(5px);
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  flex-shrink: 0;
}
.clients__cta-button:hover {
  background: rgb(197.405511811, 5.594488189, 91.9094488189);
  transform: translateY(-2px);
}
.clients__cta-button:active {
  transform: translateY(0);
}
.clients__cta-text {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.4rem;
  color: #ffffff;
  white-space: nowrap;
}
.clients__cta-icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.clients__cta-button:hover .clients__cta-icon {
  transform: translate(2px, -2px);
}

@media (max-width: 900px) {
  .clients {
    padding: 4rem 0;
    gap: 4rem;
  }
  .clients__arrow-mobile-up, .clients__arrow-mobile-down {
    display: block !important;
    position: absolute !important;
    z-index: 10;
    width: 6.6rem;
    height: 12rem;
    aspect-ratio: 37/57;
  }
  .clients__arrow-mobile-up img, .clients__arrow-mobile-down img {
    width: 100%;
    height: 100%;
  }
  .clients__arrow-mobile-up {
    left: 0;
    top: -14px;
  }
  .clients__arrow-mobile-down {
    right: 0;
    bottom: 6px;
  }
  .clients__header {
    gap: 12px;
    padding: 0 2.4rem;
  }
  .clients__title {
    font-size: 3.2rem;
    line-height: 38px;
    letter-spacing: -0.96px;
  }
  .clients__subtitle {
    font-size: 1.4rem;
    line-height: 24px;
  }
  .clients__marquees {
    gap: 12px;
  }
  .clients__marquee--top {
    padding-left: 0;
  }
  .clients__marquee--bottom {
    padding-right: 0;
  }
  .clients__logo-card {
    width: -moz-max-content;
    width: max-content;
    height: 120px;
    padding: 0;
    background: #ECEBFB;
  }
  .clients__cta-button {
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 901px) and (max-width: 1300px) {
  .clients {
    padding: 6.8rem 0;
  }
}
.services {
  background: #ecebfb;
  padding: 88px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  position: relative;
  z-index: 20;
}
.services .services__cards {
  padding: 0 4rem;
}
.services .services__cards .services__card {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.services.home .services__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.services.home .services__header .services__header__title {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 28px;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0;
}
.services.home .services__header .services__header__title-dot {
  color: #f70773;
}
.services.home .services__header .services__header__subtitle {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  line-height: 28px;
  color: #4d4b6f;
  margin: 0;
}
.services.home .services__cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 1440px;
  position: relative;
}
.services.home .services__cards .services__card {
  display: flex;
  gap: 118px;
  align-items: center;
  padding: 80px 120px;
  background: #ffffff;
  border-radius: 24px;
  position: sticky;
  top: 0;
  will-change: transform;
  transform-origin: center center;
  z-index: 1;
  transition: transform 0.3s ease;
  flex-direction: row-reverse;
}
.services.home .services__cards .services__card--reverse {
  flex-direction: row;
}
.services.home .services__cards .services__card-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  max-width: 38.8rem;
  height: 33rem;
  width: 100%;
  background: #ECEBFB;
  border-radius: 16px;
}
.services.home .services__cards .services__card-image-container {
  background: #ecebfb;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  max-width: 27.2rem;
  max-height: 27.2rem;
  overflow: hidden;
}
.services.home .services__cards .services__card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.services.home .services__cards .services__card:hover .services__card-image {
  transform: scale(1.05);
}
.services.home .services__cards .services__card-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
}
.services.home .services__cards .services__card-badge {
  background: #ecebfb;
  border-radius: 100px;
  padding: 7px 16px;
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 28px;
  letter-spacing: -0.36px;
  color: #221f4f;
  width: -moz-fit-content;
  width: fit-content;
}
.services.home .services__cards .services__card-title {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 28px;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0;
}
.services.home .services__cards .services__card-title-dot {
  color: #f70773;
}
.services.home .services__cards .services__card-description {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  line-height: 28px;
  color: #4d4b6f;
  margin: 0;
  max-width: 424px;
}
.services.home .services__cards .services__card-description strong {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
}
.services.home .services__cards .services__card-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 45px;
  padding: 12px 24px;
  background: #f70773;
  backdrop-filter: blur(5px);
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.services.home .services__cards .services__card-cta:hover {
  background: rgb(197.405511811, 5.594488189, 91.9094488189);
  transform: translateY(-2px);
}
.services.home .services__cards .services__card-cta:active {
  transform: translateY(0);
}
.services.home .services__cards .services__card-cta-text {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.4rem;
  color: #ffffff;
  white-space: nowrap;
}
.services.home .services__cards .services__card-cta-icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.services.home .services__cards .services__card-cta:hover .services__card-cta-icon {
  transform: translate(2px, -2px);
}
.services.home .services__main-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 45px;
  padding: 12px 24px;
  background: #f70773;
  backdrop-filter: blur(5px);
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  flex-shrink: 0;
}
.services.home .services__main-cta:hover {
  background: rgb(197.405511811, 5.594488189, 91.9094488189);
  transform: translateY(-2px);
}
.services.home .services__main-cta:active {
  transform: translateY(0);
}
.services.home .services__main-cta .services__main-cta-text {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.4rem;
  color: #ffffff;
  white-space: nowrap;
}
.services.home .services__main-cta .services__main-cta-icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.services.home .services__main-cta .services__main-cta:hover .services__main-cta-icon {
  transform: translate(2px, -2px);
}
.services.solutions-details .services__cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 1440px;
  position: relative;
}
.services.solutions-details .services__cards .services__card {
  display: flex;
  gap: 118px;
  align-items: center;
  padding: 80px 120px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 84px 100px 0px rgba(34, 31, 79, 0.1);
  position: sticky;
  top: 0;
  will-change: transform;
  transform-origin: center center;
  z-index: 1;
  transition: transform 0.3s ease;
  flex-direction: row-reverse;
}
.services.solutions-details .services__cards .services__card--reverse {
  flex-direction: row;
}
.services.solutions-details .services__cards .services__card-image-wrapper {
  flex-shrink: 0;
  max-width: 38.8rem;
  height: 33rem;
  width: 100%;
  background: #ECEBFB;
  border-radius: 16px;
}
.services.solutions-details .services__cards .services__card-image-container {
  background: #ecebfb;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 272px;
  overflow: hidden;
}
.services.solutions-details .services__cards .services__card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.services.solutions-details .services__cards .services__card:hover .services__card-image {
  transform: scale(1.05);
}
.services.solutions-details .services__cards .services__card-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
}
.services.solutions-details .services__cards .services__card-badge {
  background: #f8f7ff;
  border-radius: 100px;
  padding: 7px 16px;
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 28px;
  letter-spacing: -0.36px;
  color: #f70773;
  width: -moz-fit-content;
  width: fit-content;
}
.services.solutions-details .services__cards .services__card-title {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 28px;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0;
}
.services.solutions-details .services__cards .services__card-title-dot {
  color: #f70773;
}
.services.solutions-details .services__cards .services__card-description {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  line-height: 28px;
  color: #4d4b6f;
  margin: 0;
  max-width: 424px;
}
.services.solutions-details .services__cards .services__card-description strong {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
}
.services.solutions-details .services__cards .services__card-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 45px;
  padding: 12px 24px;
  background: #f70773;
  backdrop-filter: blur(5px);
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.services.solutions-details .services__cards .services__card-cta:hover {
  background: rgb(197.405511811, 5.594488189, 91.9094488189);
  transform: translateY(-2px);
}
.services.solutions-details .services__cards .services__card-cta:active {
  transform: translateY(0);
}
.services.solutions-details .services__cards .services__card-cta-text {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.4rem;
  color: #ffffff;
  white-space: nowrap;
}
.services.solutions-details .services__cards .services__card-cta-icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.services.solutions-details .services__cards .services__card-cta:hover .services__card-cta-icon {
  transform: translate(2px, -2px);
}
.services.about .services__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.services.about .services__header .services__header__title {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 28px;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0;
}
.services.about .services__header .services__header__title-dot {
  color: #f70773;
}
.services.about .services__header .services__header__subtitle {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  line-height: 28px;
  color: #4d4b6f;
  margin: 0;
}
.services.about .services__cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 1440px;
  position: relative;
}
.services.about .services__cards .services__card {
  display: flex;
  gap: 118px;
  align-items: center;
  padding: 80px 120px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 84px 100px 0px rgba(34, 31, 79, 0.1);
  position: sticky;
  top: 0;
  will-change: transform;
  transform-origin: center center;
  z-index: 1;
  transition: transform 0.3s ease;
  flex-direction: row-reverse;
}
.services.about .services__cards .services__card--reverse {
  flex-direction: row;
}
.services.about .services__cards .services__card-image-wrapper {
  flex-shrink: 0;
  max-width: 38.8rem;
  height: 33rem;
  width: 100%;
  background: #ECEBFB;
  border-radius: 16px;
}
.services.about .services__cards .services__card-image-container {
  background: #ecebfb;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 272px;
  overflow: hidden;
}
.services.about .services__cards .services__card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.services.about .services__cards .services__card:hover .services__card-image {
  transform: scale(1.05);
}
.services.about .services__cards .services__card-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
}
.services.about .services__cards .services__card-badge {
  background: #ecebfb;
  border-radius: 100px;
  padding: 7px 16px;
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 28px;
  letter-spacing: -0.36px;
  color: #221f4f;
  width: -moz-fit-content;
  width: fit-content;
}
.services.about .services__cards .services__card-title {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 28px;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0;
}
.services.about .services__cards .services__card-title-dot {
  color: #f70773;
}
.services.about .services__cards .services__card-description {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  line-height: 28px;
  color: #4d4b6f;
  margin: 0;
  max-width: 424px;
}
.services.about .services__cards .services__card-description strong {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
}
.services.about .services__cards .services__card-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 45px;
  padding: 12px 24px;
  background: #f70773;
  backdrop-filter: blur(5px);
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.services.about .services__cards .services__card-cta:hover {
  background: rgb(197.405511811, 5.594488189, 91.9094488189);
  transform: translateY(-2px);
}
.services.about .services__cards .services__card-cta:active {
  transform: translateY(0);
}
.services.about .services__cards .services__card-cta-text {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.4rem;
  color: #ffffff;
  white-space: nowrap;
}
.services.about .services__cards .services__card-cta-icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.services.about .services__cards .services__card-cta:hover .services__card-cta-icon {
  transform: translate(2px, -2px);
}
.services.about .services__card-full {
  position: sticky;
  top: 0;
  display: flex;
  height: 100%;
  align-items: center;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  gap: 3.2rem;
  justify-content: space-between;
}
.services.about .services__card-full--reverse {
  flex-direction: row-reverse;
}
.services.about .services__card-full .services__card-full-image-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
.services.about .services__card-full .services__card-full-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.services.about .services__card-full .services__card-full:hover .services__card-full-image {
  transform: scale(1.05);
}
.services.about .services__card-full .services__card-full-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 2rem 4rem;
}
.services.about .services__card-full .services__card-full-badge {
  background: #ecebfb;
  border-radius: 100px;
  padding: 7px 16px;
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 28px;
  letter-spacing: -0.36px;
  color: #221f4f;
  width: -moz-fit-content;
  width: fit-content;
}
.services.about .services__card-full .services__card-full-title {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 28px;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0;
}
.services.about .services__card-full .services__card-full-title-dot {
  color: #f70773;
}
.services.about .services__card-full .services__card-full-description {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  line-height: 28px;
  color: #4d4b6f;
  margin: 0;
}
.services.about .services__card-full .services__card-full-description strong {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
}
.services.about .services__main-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 45px;
  padding: 12px 24px;
  background: #f70773;
  backdrop-filter: blur(5px);
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  flex-shrink: 0;
}
.services.about .services__main-cta:hover {
  background: rgb(197.405511811, 5.594488189, 91.9094488189);
  transform: translateY(-2px);
}
.services.about .services__main-cta:active {
  transform: translateY(0);
}
.services.about .services__main-cta .services__main-cta-text {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.4rem;
  color: #ffffff;
  white-space: nowrap;
}
.services.about .services__main-cta .services__main-cta-icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.services.about .services__main-cta .services__main-cta:hover .services__main-cta-icon {
  transform: translate(2px, -2px);
}
.services.solution-category .services__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.services.solution-category .services__header .services__header__title {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 28px;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0;
}
.services.solution-category .services__header .services__header__title-dot {
  color: #f70773;
}
.services.solution-category .services__header .services__header__subtitle {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  line-height: 28px;
  color: #4d4b6f;
  margin: 0;
}
.services.solution-category .services__cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 1440px;
  position: relative;
}
.services.solution-category .services__cards .services__card {
  display: flex;
  gap: 118px;
  align-items: center;
  padding: 80px 120px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 84px 100px 0px rgba(34, 31, 79, 0.1);
  position: sticky;
  top: 0;
  will-change: transform;
  transform-origin: center center;
  z-index: 1;
  transition: transform 0.3s ease;
  flex-direction: row-reverse;
}
.services.solution-category .services__cards .services__card--reverse {
  flex-direction: row;
}
.services.solution-category .services__cards .services__card-image-wrapper {
  flex-shrink: 0;
  max-width: 38.8rem;
  height: 33rem;
  width: 100%;
  background: #ECEBFB;
  border-radius: 16px;
}
.services.solution-category .services__cards .services__card-image-container {
  background: #ecebfb;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 272px;
  overflow: hidden;
}
.services.solution-category .services__cards .services__card-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.services.solution-category .services__cards .services__card:hover .services__card-image {
  transform: scale(1.05);
}
.services.solution-category .services__cards .services__card-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
}
.services.solution-category .services__cards .services__card-badge {
  background: #ecebfb;
  border-radius: 100px;
  padding: 7px 16px;
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 28px;
  letter-spacing: -0.36px;
  color: #221f4f;
  width: -moz-fit-content;
  width: fit-content;
}
.services.solution-category .services__cards .services__card-title {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 28px;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0;
}
.services.solution-category .services__cards .services__card-title-dot {
  color: #f70773;
}
.services.solution-category .services__cards .services__card-description {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  line-height: 28px;
  color: #4d4b6f;
  margin: 0;
}
.services.solution-category .services__cards .services__card-description strong {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
}
.services.solution-category .services__cards .services__card-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 45px;
  padding: 12px 24px;
  background: #f70773;
  backdrop-filter: blur(5px);
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.services.solution-category .services__cards .services__card-cta:hover {
  background: rgb(197.405511811, 5.594488189, 91.9094488189);
  transform: translateY(-2px);
}
.services.solution-category .services__cards .services__card-cta:active {
  transform: translateY(0);
}
.services.solution-category .services__cards .services__card-cta-text {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.4rem;
  color: #ffffff;
  white-space: nowrap;
}
.services.solution-category .services__cards .services__card-cta-icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.services.solution-category .services__cards .services__card-cta:hover .services__card-cta-icon {
  transform: translate(2px, -2px);
}
.services.solution-category .services__main-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 45px;
  padding: 12px 24px;
  background: #f70773;
  backdrop-filter: blur(5px);
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  flex-shrink: 0;
}
.services.solution-category .services__main-cta:hover {
  background: rgb(197.405511811, 5.594488189, 91.9094488189);
  transform: translateY(-2px);
}
.services.solution-category .services__main-cta:active {
  transform: translateY(0);
}
.services.solution-category .services__main-cta .services__main-cta-text {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.4rem;
  color: #ffffff;
  white-space: nowrap;
}
.services.solution-category .services__main-cta .services__main-cta-icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.services.solution-category .services__main-cta .services__main-cta:hover .services__main-cta-icon {
  transform: translate(2px, -2px);
}

@media (max-width: 900px) {
  .services {
    padding: 6rem 2rem 4rem;
    gap: 3.2rem;
  }
}
@media screen and (max-width: 900px) and (min-width: 600px) {
  .services {
    padding: 6rem 5.4rem 4rem;
  }
}
@media (max-width: 900px) {
  .services .services__cards {
    padding: 0;
    max-width: 80rem;
    margin: 0 auto;
  }
  .services__title {
    font-size: 2rem;
    line-height: 24px;
  }
  .services__subtitle {
    font-size: 1.4rem;
    line-height: 24px;
  }
  .services__card {
    flex-direction: column !important;
    gap: 32px;
    padding: 4rem !important;
  }
  .services__card-image-wrapper {
    display: none !important;
  }
  .services__card-image-container {
    min-height: 200px;
  }
  .services__card-content {
    gap: 24px;
  }
  .services__card-title {
    font-size: 2rem;
    line-height: 24px;
  }
  .services__card-description {
    font-size: 1.4rem;
    line-height: 24px;
    max-width: 100%;
  }
  .services__main-cta {
    width: 100%;
    justify-content: center;
  }
  .services.about .services__cards {
    padding: 0 2rem;
  }
  .services.about .services__cards .services__card-full {
    flex-direction: column;
    gap: 2rem;
    height: auto;
  }
  .services.about .services__cards .services__card-full-image-wrapper {
    height: 30rem;
  }
  .services.about .services__cards .services__card-full-content {
    padding: 2rem;
    gap: 1.6rem;
  }
}
@media (min-width: 901px) and (max-width: 1300px) {
  .services {
    padding: 2rem 2.4rem 4rem 2.4rem !important;
  }
  .services.home .services__cards .services__card-description {
    font-size: 1.2rem;
    line-height: 23px;
  }
  .services.home .services__cards .services__card-image-container {
    height: 33rem;
  }
  .services.home .services__cards .services__card-title {
    font-size: 1.6rem;
    letter-spacing: -0.48px;
    line-height: 21px;
  }
  .services.home .services__cards .services__card-content {
    gap: 1.6rem !important;
  }
  .services.home .services__cards .services__card-badge {
    font-size: 1.2rem !important;
  }
  .services.about .services__card-full {
    flex-direction: column;
    gap: 2rem;
    height: auto;
  }
  .services.about .services__card-full .services__card-full-image-wrapper {
    height: 32rem;
  }
  .services .services__card {
    padding: 5.6rem !important;
    gap: 6rem !important;
  }
  .services .services__card-image-wrapper {
    flex-shrink: 1 !important;
    max-width: 38.8rem;
    height: 33rem;
    width: 100%;
    background: #ECEBFB;
    border-radius: 16px;
  }
  .services .services__card-content {
    width: 100% !important;
    flex: auto !important;
  }
}
.dblab {
  background: #ecebfb;
  position: relative;
  border-radius: 16px;
  padding: 2rem;
  box-sizing: border-box;
  z-index: 20;
}
.dblab__container {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dblab__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: 16px;
}
.dblab__background::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(270deg, rgba(34, 31, 79, 0) 17.54%, #221F4F 100%);
}
.dblab__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.dblab__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 64px 0;
}
.dblab__header {
  padding: 0 56px;
}
.dblab__title {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 28px;
  letter-spacing: -0.48px;
  color: #ffffff;
  margin: 0;
}
.dblab__title-dot {
  color: #f70773;
}
.dblab__main {
  display: flex;
  flex-direction: column;
  gap: 72px;
  width: 100%;
  padding-top: 29vh;
}
.dblab__headline-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 56px;
}
.dblab__headline {
  font-family: "co-headline", "Satoshi-Bold", sans-serif;
  font-weight: 400;
  font-size: clamp(8rem, 4vw, 12.8rem);
  line-height: clamp(6rem, 4vw, 10rem);
  letter-spacing: -5.12px;
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
}
.dblab__headline--indented {
  padding-left: 136px;
}
.dblab__description-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 200px 0 192px;
  max-width: 100%;
}
.dblab__description {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  line-height: 28px;
  color: #ecebfb;
  margin: 0;
  max-width: 46rem;
}
.dblab__cta {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 45px;
  padding: 12px 24px;
  background: #f70773;
  backdrop-filter: blur(5px);
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.dblab__cta:hover {
  background: rgb(197.405511811, 5.594488189, 91.9094488189);
  transform: translateY(-2px);
}
.dblab__cta:active {
  transform: translateY(0);
}
.dblab__cta-text {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.4rem;
  color: #ffffff;
  white-space: nowrap;
}
.dblab__cta-icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.dblab__cta:hover .dblab__cta-icon {
  transform: translate(2px, -2px);
}

@media (max-width: 900px) {
  .dblab {
    padding: 12px;
  }
  .dblab__container {
    min-height: 500px;
  }
  .dblab__content {
    padding: 40px 0;
  }
  .dblab__header {
    padding: 0 20px;
  }
  .dblab__title {
    font-size: 2rem;
    line-height: 24px;
  }
  .dblab__main {
    gap: 2rem;
  }
  .dblab__headline-wrapper {
    padding: 0 20px;
    gap: 0;
  }
  .dblab__headline {
    font-size: 4rem;
    line-height: 44px;
    letter-spacing: -1.6px;
  }
  .dblab__headline--indented {
    padding-left: 0;
  }
  .dblab__description-wrapper {
    padding: 0 20px;
    gap: 20px;
  }
  .dblab__description {
    font-size: 1.4rem;
    line-height: 24px;
  }
  .dblab__cta {
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 901px) and (max-width: 1300px) {
  .dblab__main {
    gap: 3.2rem;
  }
}
.people-slider {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 4.6rem 0;
  background: #ffffff;
  z-index: 10;
}
.people-slider__wrapper {
  position: absolute;
  display: flex;
  z-index: 0;
}
.people-slider__marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
  white-space: nowrap;
  z-index: 3;
}
.people-slider__marquee-track {
  display: inline-flex;
  gap: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  will-change: transform;
  animation: peopleSliderScroll 30s linear infinite;
}
.people-slider__content {
  width: calc(100% - 19.2rem);
  margin-left: 19.2rem;
  position: relative;
  z-index: 3;
}
.people-slider__content__item {
  width: 60rem;
  min-width: 60rem;
  height: 39rem;
  border-radius: 33.536px;
  overflow: hidden;
  flex-shrink: 0;
  white-space: normal;
}
.people-slider__content__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.people-slider__content__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.people-slider__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.people-slider__item svg {
  width: 19rem;
  height: 30.5rem;
}

@media (max-width: 900px) {
  .people-slider__marquee-track {
    animation: peopleSliderScroll 20s linear infinite;
  }
  .people-slider__content__item {
    width: 35rem;
    min-width: 35rem;
    height: 24rem;
  }
}
@keyframes peopleSliderScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.slider-with-categories__agility {
  position: relative;
  z-index: 20;
  background: #f8f7ff;
  padding: 5.6rem 0 8rem;
  overflow: hidden;
}
.slider-with-categories__agility__container {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  overflow: visible;
}
.slider-with-categories__agility__header {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding-top: 5.6rem;
  margin: 0 5.6rem;
  border-top: 1px solid rgba(77, 75, 111, 0.3);
}
.slider-with-categories__agility__header-top {
  display: flex;
  align-items: center;
  gap: 4.8rem;
  width: 100vw;
  margin-left: -5.6rem;
  padding-left: 5.6rem;
}
.slider-with-categories__agility__title {
  color: #221f4f;
  font-family: "co-headline", "Satoshi-Bold", sans-serif;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5.6rem;
  letter-spacing: -1.68px;
  margin: 0;
  flex-shrink: 0;
}
.slider-with-categories__agility__arrows-track {
  flex: 1;
  overflow: hidden;
  min-width: 0;
  display: flex;
  align-items: center;
}
.slider-with-categories__agility__arrows-wrapper {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  white-space: nowrap;
}
.slider-with-categories__agility__arrow {
  flex-shrink: 0;
  width: 2.5rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-with-categories__agility__arrow svg {
  width: 100%;
  height: 100%;
}
.slider-with-categories__agility__arrow--light path {
  fill: #ecebfb;
}
.slider-with-categories__agility__arrow--magenta path {
  fill: #f70773;
}
.slider-with-categories__agility__tabs-wrapper {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  position: relative;
  background: #ecebfb;
  padding: 8px;
  border-radius: 64px;
  width: 100%;
  overflow-x: auto;
}
.slider-with-categories__agility__tabs-nav {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  color: #221f4f;
  transition: all 0.3s ease;
}
.slider-with-categories__agility__tabs-nav svg path {
  transition: all 0.3s ease;
}
.slider-with-categories__agility__tabs-nav:hover {
  background: #f70773;
  border-color: #f70773;
}
.slider-with-categories__agility__tabs-nav:hover svg path {
  fill: #ffffff;
}
.slider-with-categories__agility__tabs-nav:disabled, .slider-with-categories__agility__tabs-nav.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.slider-with-categories__agility__tabs-nav:disabled:hover, .slider-with-categories__agility__tabs-nav.slick-disabled:hover {
  background: #ffffff;
}
.slider-with-categories__agility__tabs-nav:disabled:hover svg path, .slider-with-categories__agility__tabs-nav.slick-disabled:hover svg path {
  fill: #221f4f;
}
.slider-with-categories__agility__tabs {
  max-width: 80vw;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0.4rem 0;
}
.slider-with-categories__agility__tabs::-webkit-scrollbar {
  display: none;
}
.slider-with-categories__agility__tab {
  flex-shrink: 0;
  padding: 1.2rem 2rem;
  border-radius: 100px;
  background: transparent;
  color: #101C3A;
  font-family: "DM Sans";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.slider-with-categories__agility__tab:hover {
  border-color: #f70773;
  color: #f70773;
}
.slider-with-categories__agility__tab.active {
  box-shadow: 0 4px 8px 0 rgba(16, 28, 58, 0.07);
  background: #ffffff;
  color: #f70773;
  font-weight: 700;
}
.slider-with-categories__agility__content {
  position: relative;
  overflow: visible;
  padding: 0;
}
.slider-with-categories__agility__slider-wrapper {
  display: none;
}
.slider-with-categories__agility__slider-wrapper.active {
  display: block;
}
.slider-with-categories__agility .wrapper-slider-with-categories__agility-slider {
  overflow: visible !important;
}
.slider-with-categories__agility .wrapper-slider-with-categories__agility-slider .slick-list {
  overflow: visible !important;
  padding: 0 7% !important;
  display: flex;
  align-items: stretch;
}
.slider-with-categories__agility .wrapper-slider-with-categories__agility-slider .slick-track {
  display: flex;
  align-items: stretch;
  height: 100%;
}
.slider-with-categories__agility .wrapper-slider-with-categories__agility-slider .slick-slide {
  opacity: 0.7;
  transform: scale(0.92);
  transition: all 0.4s ease;
  height: auto;
  display: flex;
}
.slider-with-categories__agility .wrapper-slider-with-categories__agility-slider .slick-slide > div {
  height: 100%;
  width: 100%;
}
.slider-with-categories__agility .wrapper-slider-with-categories__agility-slider .slick-slide.slick-center, .slider-with-categories__agility .wrapper-slider-with-categories__agility-slider .slick-slide.slick-current {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}
.slider-with-categories__agility__panel {
  display: flex !important;
  padding: 4.8rem;
  background: #ffffff;
  gap: 4rem;
  border-radius: 2.4rem;
  box-shadow: 0 8px 40px rgba(34, 31, 79, 0.06);
  height: 100%;
  box-sizing: border-box;
  margin-left: -4rem;
  margin-right: 2.4rem;
}
.slider-with-categories__agility__panel:last-child {
  margin-right: 0;
}
.slider-with-categories__agility__panel-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.slider-with-categories__agility__panel-left .img-selo {
  width: 20rem;
  height: 20rem;
}
.slider-with-categories__agility__panel-left .img-selo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-with-categories__agility__top-header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
.slider-with-categories__agility__panel-number {
  position: relative;
  color: #f70773;
  font-family: "DM Sans";
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 2rem;
  border-radius: 100px;
  background: #ecebfb;
  padding: 8px 16px;
  width: -moz-max-content;
  width: max-content;
}
.slider-with-categories__agility__panel-number-line {
  width: 100%;
  height: 1px;
  background: rgba(77, 75, 111, 0.3);
}
.slider-with-categories__agility__panel-title {
  color: #221f4f;
  font-family: "DM Sans";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
}
.slider-with-categories__agility__panel-tags {
  display: flex;
  gap: 0.8rem;
}
.slider-with-categories__agility__panel-tag {
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background: #221f4f;
  backdrop-filter: blur(5px);
}
.slider-with-categories__agility__panel-tag svg {
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
}
.slider-with-categories__agility__panel-tag span {
  color: #ffffff;
  font-family: "DM Sans";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.slider-with-categories__agility__panel-description {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.slider-with-categories__agility__panel-description p {
  color: #4d4b6f;
  font-family: "DM Sans";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
}
.slider-with-categories__agility__panel-description p strong {
  color: #221f4f;
  font-family: "DM Sans";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: -0.9px;
}
.slider-with-categories__agility__panel-nav {
  display: flex;
  gap: 1.2rem;
  margin-top: auto;
  padding-top: 2.4rem;
}
.slider-with-categories__agility__panel-nav-btn {
  width: 4.3rem;
  height: 4.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f8f7ff;
  border: none;
  cursor: pointer;
  color: #221f4f;
  transition: all 0.3s ease;
}
.slider-with-categories__agility__panel-nav-btn svg path {
  transition: all 0.3s ease;
}
.slider-with-categories__agility__panel-nav-btn:hover {
  background: #f70773;
}
.slider-with-categories__agility__panel-nav-btn:hover svg path {
  fill: #ffffff;
}
.slider-with-categories__agility__panel-nav-btn:disabled, .slider-with-categories__agility__panel-nav-btn.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.slider-with-categories__agility__panel-nav-btn:disabled:hover, .slider-with-categories__agility__panel-nav-btn.slick-disabled:hover {
  background: #f8f7ff;
}
.slider-with-categories__agility__panel-nav-btn:disabled:hover svg path, .slider-with-categories__agility__panel-nav-btn.slick-disabled:hover svg path {
  fill: #221f4f;
}
.slider-with-categories__agility__panel-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-with-categories__agility__panel-illustration {
  width: 100%;
  max-width: 54rem;
  max-height: 42rem;
  height: 100%;
}
.slider-with-categories__agility__panel-illustration svg {
  width: 100%;
}
.slider-with-categories__agility__panel-illustration img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.4rem;
}
.slider-with-categories__bottom-content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 1.6rem 0;
}
.slider-with-categories__bottom-content__wrapper {
  display: flex;
  gap: 2.4rem;
  align-items: center;
}
.slider-with-categories__bottom-content__wrapper .number {
  color: #221f4f;
  font-family: "DM Sans";
  font-size: 45px;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.9px;
}
.slider-with-categories__bottom-content__wrapper .text {
  color: #4d4b6f;
  font-family: "DM Sans";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
}

@media (max-width: 900px) {
  .slider-with-categories__agility {
    padding: 3.2rem 0 5.6rem;
  }
  .slider-with-categories__agility__container {
    gap: 2.4rem;
  }
  .slider-with-categories__agility__header {
    padding-top: 3.2rem;
    margin: 0 2rem;
    gap: 2rem;
  }
  .slider-with-categories__agility__header-top {
    align-items: flex-start;
    gap: 2rem;
    margin-left: -2rem;
    padding-left: 2rem;
  }
  .slider-with-categories__agility__title {
    font-size: 2.8rem;
    line-height: 3.2rem;
    letter-spacing: -0.84px;
  }
  .slider-with-categories__agility__arrows-track {
    width: 100%;
  }
  .slider-with-categories__agility__arrow {
    width: 2rem;
    height: 3.2rem;
  }
  .slider-with-categories__agility__tabs-wrapper {
    padding: 6px;
    border-radius: 48px;
    width: 100%;
  }
  .slider-with-categories__agility__tabs-nav {
    width: 3.2rem;
    height: 3.2rem;
  }
  .slider-with-categories__agility__tabs {
    max-width: 100%;
  }
  .slider-with-categories__agility__tab {
    padding: 1rem 1.6rem;
    font-size: 1.3rem;
  }
  .slider-with-categories__agility__panel {
    flex-direction: column;
    padding: 2.4rem;
    gap: 2.4rem;
    margin-left: 0;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .slider-with-categories__agility__panel {
    flex-direction: row;
  }
}
@media (max-width: 900px) {
  .slider-with-categories__agility__panel-left {
    gap: 1.6rem;
  }
  .slider-with-categories__agility__panel-right {
    display: none;
  }
  .slider-with-categories__agility__top-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }
  .slider-with-categories__agility__panel-number {
    font-size: 1.2rem;
    padding: 6px 12px;
  }
  .slider-with-categories__agility__panel-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .slider-with-categories__agility__panel-tags {
    flex-wrap: wrap;
  }
  .slider-with-categories__agility__panel-tag {
    padding: 8px 12px;
  }
  .slider-with-categories__agility__panel-tag span {
    font-size: 1.2rem;
  }
  .slider-with-categories__agility__panel-description p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .slider-with-categories__agility__panel-nav {
    gap: 1rem;
    padding-top: 1.6rem;
  }
  .slider-with-categories__agility__panel-nav-btn {
    width: 3.6rem;
    height: 3.6rem;
  }
  .slider-with-categories__bottom-content {
    gap: 2.4rem;
    padding: 1.6rem 2rem;
  }
  .slider-with-categories__bottom-content__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }
}
@media (max-width: 900px) and (min-width: 500px) {
  .slider-with-categories__bottom-content__wrapper {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 900px) {
  .slider-with-categories__bottom-content__wrapper .number {
    font-size: 3.2rem;
    line-height: 2.4rem;
  }
  .slider-with-categories__bottom-content__wrapper .text {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 901px) and (max-width: 1300px) {
  .slider-with-categories__agility__panel-illustration {
    max-width: 32rem;
    height: auto;
  }
}
.loop-content {
  background: #ffffff;
  border-radius: 3.2rem 3.2rem 0 0;
  padding: 1.6rem;
  padding-top: 0;
}
.loop-content__container {
  background: #ffffff;
  border-radius: 2.4rem;
  padding: 8rem 5.6rem;
  display: flex;
  gap: 10rem;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .loop-content__container {
    gap: 5.6rem;
    padding: 2.4rem 2.4rem 2.4rem 0;
  }
}
.loop-content__sidebar {
  flex: 0 0 46.8rem;
  position: sticky;
  top: 0;
  padding-top: 2rem;
  align-self: flex-start;
}
@media (max-width: 1300px) {
  .loop-content__sidebar {
    flex: 0 0 38.8rem;
  }
}
.loop-content__title {
  font-family: "co-headline", sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 5.6rem;
  letter-spacing: -1.68px;
  color: #221f4f;
  margin: 0 0 2.4rem;
}
.loop-content__intro {
  margin-bottom: 6.4rem;
}
.loop-content__subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0 0 3.2rem;
}
.loop-content__text {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #4d4b6f;
  margin: 0 0 3.2rem;
}
.loop-content__label {
  font-family: "DM Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.36px;
  color: #221f4f;
  margin: 0;
}
.loop-content__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 0;
  margin-left: 3.2rem;
  border-bottom: 1px solid rgba(77, 75, 111, 0.3);
  cursor: pointer;
}
.loop-content__item--active::before {
  content: "";
  position: absolute;
  left: -3.2rem;
  top: 0;
  width: 3px;
  height: 100%;
  background: #f70773;
}
.loop-content__item--active svg path {
  fill: #f70773;
}
.loop-content__item--active .loop-content__name {
  color: #221f4f;
}
.loop-content__item--active .loop-content__arrow {
  display: none;
}
.loop-content__header {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.loop-content__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 6.25rem;
  background: #f8f7ff;
  flex-shrink: 0;
}
.loop-content__icon svg {
  width: 2.8rem;
  height: 2.8rem;
}
.loop-content__name {
  font-family: "DM Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
  color: #c5c3df;
}
.loop-content__arrow {
  width: 2.6rem;
  height: 2.6rem;
  flex-shrink: 0;
}
.loop-content__content {
  flex: 1;
}
.loop-content__detail {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.loop-content__image {
  width: 100%;
  height: 43.5rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
.loop-content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.loop-content__info {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.loop-content__number {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #4d4b6f;
  margin: 0;
}
.loop-content__number strong {
  font-weight: 700;
  color: #221f4f;
}
.loop-content__description {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #4d4b6f;
  margin: 0;
}
.loop-content__features {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.loop-content__feature-item {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  padding: 1.6rem;
  background: #f8f7ff;
  border-radius: 0.8rem;
}
.loop-content__feature-icon {
  width: 2.4rem;
  height: 2.5rem;
  flex-shrink: 0;
}
.loop-content__feature-icon img {
  width: 24px;
}
.loop-content__feature-text {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #4d4b6f;
  margin: 0;
}
.loop-content__feature-text strong {
  font-weight: 700;
}
@media (max-width: 900px) {
  .loop-content {
    padding: 0 1.2rem 1.2rem;
  }
  .loop-content__container {
    flex-direction: column;
    gap: 3.2rem;
    padding: 2.4rem 1.6rem;
    position: relative;
  }
  .loop-content__steps {
    flex-direction: row;
    overflow-x: auto;
    gap: 2rem;
  }
  .loop-content__sidebar {
    flex: none;
    width: 100%;
    position: static;
  }
  .loop-content__title {
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 1.6rem;
  }
  .loop-content__intro {
    margin-bottom: 3.2rem;
  }
  .loop-content__subtitle {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .loop-content__text {
    margin-bottom: 2.4rem;
  }
  .loop-content__item {
    padding: 1.6rem 0;
    margin-left: 2rem;
  }
  .loop-content__item--active::before {
    left: -2rem;
  }
  .loop-content__header {
    gap: 1.6rem;
  }
  .loop-content__icon {
    width: 3.2rem;
    height: 3.2rem;
  }
  .loop-content__icon svg {
    width: 2.2rem;
    height: 2.2rem;
  }
  .loop-content__name {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .loop-content__detail {
    gap: 2.4rem;
  }
  .loop-content__image {
    height: 24rem;
  }
  .loop-content__feature-item {
    padding: 1.2rem;
    gap: 1.6rem;
  }
}

.loop-content-2 {
  background: #ffffff;
  padding: 0 16px 16px;
}
.loop-content-2__container {
  background: #221f4f;
  border-radius: 24px;
  padding: 5.6rem 5.6rem 5.6rem 0;
  display: flex;
  gap: 15.2rem;
  overflow: hidden;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .loop-content-2__container {
    gap: 5.6rem;
    padding: 2.4rem 2.4rem 2.4rem 0;
  }
}
.loop-content-2__left {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  position: sticky;
  top: 0;
}
@media (max-width: 1300px) {
  .loop-content-2__left {
    width: 46rem;
  }
}
.loop-content-2__header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 5.6rem;
}
.loop-content-2__title {
  font-family: "co-headline", "Satoshi-Bold", sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 5.6rem;
  letter-spacing: -1.68px;
  color: #f8f7ff;
  margin: 0;
}
.loop-content-2__subtitle {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
  color: #ffffff;
  margin: 0;
}
.loop-content-2__description {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.loop-content-2__steps {
  display: flex;
  flex-direction: column;
}
.loop-content-2__step {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  border-bottom: 1px solid rgba(236, 235, 251, 0.15);
  cursor: pointer;
  transition: opacity 0.3s ease;
  padding-left: 5.6rem;
}
@media (max-width: 1300px) {
  .loop-content-2__step {
    padding-left: 2rem;
  }
}
.loop-content-2__step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  height: 100%;
  background: #f70773;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.loop-content-2__step:first-child {
  padding-top: 0;
}
.loop-content-2__step:hover {
  opacity: 0.8;
}
.loop-content-2__step--active::before {
  opacity: 1;
}
.loop-content-2__step--active .loop-content-2__step-number {
  color: #f70773;
  font-weight: 700;
}
.loop-content-2__step--active .loop-content-2__step-name {
  color: #ffffff;
}
.loop-content-2__step--active .loop-content-2__step-icon {
  background: #221f4f;
  color: #221f4f;
}
.loop-content-2__step-info {
  display: flex;
  align-items: center;
  gap: 24px;
}
.loop-content-2__step-number {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #c5c3df;
  width: 34px;
}
.loop-content-2__step-name {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 700;
  line-height: clamp(2.2rem, 4vw, 2.8rem);
  letter-spacing: -0.48px;
  color: #c5c3df;
  white-space: nowrap;
}
.loop-content-2__step-tag {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  color: #ffffff;
  background: rgba(236, 235, 251, 0.15);
  backdrop-filter: blur(5px);
  padding: 12px;
  border-radius: 100px;
}
.loop-content-2__step-icon {
  width: 26px;
  height: 26px;
  color: #c5c3df;
}
.loop-content-2__right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.loop-content-2__detail {
  display: flex;
  flex-direction: column;
  gap: 40px;
  opacity: 0;
  transition: opacity 0.3s ease;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  max-width: 90rem;
}
@media (max-width: 1300px) {
  .loop-content-2__detail {
    gap: 1.8rem;
  }
}
.loop-content-2__image {
  width: 100%;
  height: 100%;
  max-height: 60rem;
  border-radius: 16px;
  overflow: hidden;
}
.loop-content-2__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.loop-content-2__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.loop-content-2__content-label {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.loop-content-2__content-label span {
  color: rgba(255, 255, 255, 0.5);
}
.loop-content-2__content-label strong {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
  color: #ffffff;
}
.loop-content-2__content-text {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
@media (max-width: 900px) {
  .loop-content-2 {
    padding: 0 1.2rem 1.2rem;
  }
  .loop-content-2__container {
    flex-direction: column;
    gap: 3.2rem;
    padding: 2.4rem 1.6rem;
    border-radius: 1.6rem;
  }
  .loop-content-2__left {
    width: 100%;
    gap: 3.2rem;
    position: static;
  }
  .loop-content-2__header {
    padding-left: 0;
    gap: 1.6rem;
  }
  .loop-content-2__title {
    font-size: 3.2rem;
    line-height: 3.6rem;
    white-space: normal;
  }
  .loop-content-2__subtitle {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .loop-content-2__steps {
    flex-direction: row;
    overflow-x: auto;
    gap: 2rem;
  }
  .loop-content-2__step {
    padding: 1.6rem 0;
    padding-left: 2.4rem;
  }
  .loop-content-2__step::before {
    left: 0;
  }
  .loop-content-2__step:first-child {
    padding-top: 1.6rem;
  }
  .loop-content-2__step-info {
    gap: 1.6rem;
  }
  .loop-content-2__step-icon {
    display: none;
  }
  .loop-content-2__step-name {
    font-size: 1.8rem;
    line-height: 2.2rem;
    white-space: normal;
  }
  .loop-content-2__right {
    gap: 2.4rem;
  }
  .loop-content-2__detail {
    gap: 2.4rem;
    opacity: 1;
  }
  .loop-content-2__image {
    height: 24rem;
  }
}
@media (min-width: 901px) and (max-width: 1300px) {
  .loop-content-2__image {
    max-height: 50rem;
  }
}

@media (max-width: 1026px) {
  .scale-down-reveal-wrapper {
    min-height: 0;
    height: auto;
    overflow: visible;
  }
  .scale-down-reveal-wrapper .banner--layer-1 {
    width: 100% !important;
    margin: 0 !important;
    left: 0;
    right: 0;
  }
  .scale-down-reveal-wrapper .banner {
    width: 100%;
    margin: 0;
    border-radius: 3.2rem;
    min-height: 100vh;
    min-height: 100dvh;
    padding-top: 0;
  }
  .scale-down-reveal-wrapper .banner__content {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    justify-content: flex-start;
    gap: 2.4rem;
  }
  .scale-down-reveal-wrapper .banner__main-section {
    padding: 0 2rem 2.4rem;
    align-items: stretch;
    justify-content: flex-start;
    gap: 2.4rem;
  }
  .scale-down-reveal-wrapper .banner__left-column {
    align-self: stretch;
    padding-bottom: 0;
    justify-content: flex-end;
  }
  .scale-down-reveal-wrapper .banner__content-wrapper {
    gap: 2rem;
  }
  .scale-down-reveal-wrapper .banner__main-title {
    font-size: 2.8rem;
    line-height: 3.2rem;
    letter-spacing: -0.96px;
  }
  .scale-down-reveal-wrapper .banner__text-section {
    gap: 1.6rem;
  }
  .scale-down-reveal-wrapper .banner__description {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .scale-down-reveal-wrapper .banner__info-bar {
    padding: 1.2rem 2rem;
    margin-top: 0;
  }
  .scale-down-reveal-wrapper .banner__info-list {
    gap: 2.4rem;
  }
  .scale-down-reveal-wrapper .banner__info-content {
    gap: 2.4rem;
  }
  .scale-down-reveal-wrapper .banner__info-item {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.about {
  background: #f8f7ff;
}
.about__banner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  border-radius: 1.6rem;
  background: #f8f7ff;
  z-index: 2;
  height: calc(100dvh - 3.2rem);
}
.about__banner::before {
  content: "";
  position: absolute;
  inset: 1.6rem;
  border-radius: 1.6rem;
  background: linear-gradient(40deg, rgba(247, 7, 115, 0) 40.58%, #F70773 131.21%), linear-gradient(180deg, rgba(34, 31, 79, 0) 0%, rgba(34, 31, 79, 0.4) 100%), #221F4F;
  z-index: 0;
  pointer-events: none;
  height: 100%;
}
.about__banner__wrapper {
  width: 100%;
  height: 70%;
  overflow: hidden;
  padding: 0 1.6rem;
  display: flex;
  align-items: center;
}
.about__banner__content {
  width: 100%;
  transform: translateY(40px);
  overflow: hidden;
}
.about__banner__content .people-slider-banner {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 0;
  background: transparent !important;
  z-index: 10;
}
.about__banner__content .people-slider-banner__marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 3;
}
.about__banner__content .people-slider-banner__marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  will-change: transform;
  animation: aboutBannerMarquee 25s linear infinite;
}
.about__banner__content .people-slider-banner__content__item {
  flex-shrink: 0;
  max-height: 40vh;
  border-radius: 33.536px;
  overflow: hidden;
  max-width: 52rem;
}
@media screen and (max-width: 1300px) {
  .about__banner__content .people-slider-banner__content__item {
    height: 40vh;
    max-width: 55rem;
  }
}
.about__banner__content .people-slider-banner__content__item svg {
  width: 19rem;
  height: 40vh;
}
.about__banner__content .people-slider-banner__content__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__banner__content .people-slider-banner__content__item--text {
  width: auto;
  min-width: -moz-max-content;
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 3.6rem;
  padding: 0 2rem;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  padding-left: 19rem;
}
.about__banner__content .people-slider-banner__content__item--text .about__banner__content__item__title {
  font-family: "co-headline", "Satoshi-Bold", sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 5.6rem;
  letter-spacing: -1.68px;
  color: #ecebfb;
  white-space: nowrap;
}
.about__banner__content .people-slider-banner__content__item--text .about__banner__content__item__title--right {
  margin-left: 1.5rem;
}
.about__banner__content .people-slider-banner__content__item--text .about__banner__content__item__dot {
  color: #f70773;
}
@keyframes aboutBannerMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.about__banner__bottom-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  padding-bottom: 1.2rem;
}
.about__banner__bottom-content__description {
  width: 100%;
  margin: 0 auto;
  max-width: 71.4rem;
  text-align: center;
}
.about__banner__bottom-content__description p {
  position: relative;
  z-index: 10;
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #ecebfb;
  margin: 0;
}
.about__complexity {
  background: #f8f7ff;
  padding: 5.6rem 0 5.6rem 5.6rem;
  overflow: visible;
}
.about__complexity__topline {
  position: relative;
  width: calc(100% - 5.6rem);
  height: 1px;
  background: rgba(77, 75, 111, 0.3);
}
.about__complexity__topline::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 13.5rem;
  height: 2px;
  background: #f70773;
}
.about__complexity__content {
  width: 100%;
  display: flex;
  gap: 3.2rem;
  padding-top: 5.6rem;
  position: relative;
}
.about__complexity__text {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.about__complexity__title {
  font-family: "co-headline", "Satoshi-Bold", sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 5.6rem;
  letter-spacing: -1.68px;
  color: #221f4f;
  margin: 0;
}
.about__complexity__description {
  max-width: 54.2rem;
}
.about__complexity__description p {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #4d4b6f;
}
.about__complexity__description p strong {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
}
.about__complexity__image-slider-wrapper {
  position: relative;
  width: 50%;
  height: 100%;
}
.about__complexity__image-slider {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  position: relative;
}
.about__complexity__image-slider .about__complexity__image {
  margin-right: 1.2rem;
}
.about__complexity__image-slider .about__complexity__image:last-child {
  margin-right: 0;
}
.about__complexity__image {
  height: 100%;
  height: 51.6rem;
  border-radius: 3.3rem;
  overflow: hidden;
}
.about__complexity__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__complexity__slider-nav {
  position: absolute;
  bottom: 32px;
  left: 32px;
  display: flex;
  gap: 8px;
}
.about__complexity__nav-btn {
  width: 43px;
  height: 43px;
  border-radius: 67.188px;
  background: #f8f7ff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 84px 100px 0px rgba(34, 31, 79, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.about__complexity__nav-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0px 90px 110px 0px rgba(34, 31, 79, 0.15);
}
.about__complexity__nav-btn svg {
  color: #221f4f;
}
.about__timeline {
  background: #f8f7ff;
  padding: 8.8rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  position: relative;
}
.about__timeline__label {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0;
}
.about__timeline__dot {
  color: #f70773;
}
.about__timeline__years {
  width: 100%;
  display: flex;
  gap: 8.8rem;
  align-items: center;
}
.about__timeline__years .slick-track,
.about__timeline__years .slick-list {
  width: 100%;
}
.about__timeline__years .slick-list {
  padding: 0 12% !important;
}
.about__timeline__year {
  font-family: "co-headline", "Satoshi-Bold", sans-serif;
  font-size: clamp(6rem, 6vw, 12.8rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -5.12px;
  color: #ecebfb;
  display: flex !important;
  gap: 3.2rem;
  align-items: center;
  justify-content: center;
}
.about__timeline__year.slick-current .about__timeline__year {
  font-weight: 700;
  color: #221f4f;
}
.about__timeline__year.slick-current .about__timeline__nav-btn {
  display: block;
  opacity: 1;
  z-index: 999;
}
.about__timeline__year-active {
  gap: 32px;
  align-items: center;
}
.about__timeline__nav-btn {
  display: none;
  opacity: 0;
  width: 4.3rem;
  height: 4.3rem;
  border-radius: 67.188px;
  background: #ffffff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 84px 100px 0px rgba(34, 31, 79, 0.1);
  transition: transform 0.2s ease;
  flex-shrink: 0;
  padding: 1rem;
}
.about__timeline__nav-btn:hover {
  transform: translateY(-2px);
}
.about__timeline__nav-btn svg {
  color: #221f4f;
}
.about__timeline__content-wrapper {
  position: relative;
  min-height: 10rem;
}
.about__timeline__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 42.2rem;
  opacity: 0;
  pointer-events: none;
  transition: none; /* instant hide when deactivated */
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #4d4b6f;
}
.about__timeline__content.about__timeline__content--active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.35s ease; /* fade-in only when activated */
}
.about__timeline__content p,
.about__timeline__content div,
.about__timeline__content span,
.about__timeline__content li {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.about__timeline__content p,
.about__timeline__content div {
  margin: 0 0 28px;
}
.about__timeline__content p:last-child,
.about__timeline__content div:last-child {
  margin-bottom: 0;
}
.about__timeline__content strong,
.about__timeline__content b {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
}
.about__timeline__content p[style],
.about__timeline__content div[style],
.about__timeline__content span[style],
.about__timeline__content li[style] {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif !important;
}
.about__timeline__content strong[style],
.about__timeline__content b[style] {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif !important;
}
.about__timeline__pagination {
  position: relative;
  height: 1px;
  width: calc(100% - 11.2rem);
  padding: 0 5.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  z-index: 1;
  background: rgba(77, 75, 111, 0.3);
}
.about__timeline__pagination::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 42.2rem;
  height: 2px;
  background: #f70773;
}
.about__timeline__connector {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 422px;
  height: 3px;
  background: #f70773;
}
.about__services {
  display: flex;
  flex-direction: column;
  gap: 56px;
  padding: 5.6rem 5.6rem 6.4rem;
}
.about__services__banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.about__services__header {
  padding: 56px 0 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.about__services__title {
  font-family: "co-headline", "Satoshi-Bold", sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 5.6rem;
  letter-spacing: -1.68px;
  color: #221f4f;
  text-align: center;
  margin: 0;
}
.about__services__description {
  max-width: 708px;
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #4d4b6f;
  text-align: center;
  margin: 0;
}
.about__services .segments__cards .segments__card .segments__card-gradient {
  display: none;
}
.about__services .segments__cards .segments__card .segments__card-description {
  color: #F8F7FF;
  font-family: "DM Sans";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
}
.about__approach {
  background: #f8f7ff;
}
.about__approach__container {
  background: #ffffff;
  border-radius: 32px 32px 0 0;
  padding: 8.8rem 5.6rem;
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}
.about__approach__divider {
  position: relative;
  border-top: 1px solid rgba(77, 75, 111, 0.3);
}
.about__approach__divider-line {
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 14rem;
  height: 3px;
  background: #f70773;
}
.about__approach__title {
  font-family: "co-headline", "Satoshi-Bold", sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 5.6rem;
  letter-spacing: -1.68px;
  color: #221f4f;
  text-align: center;
  margin: 0;
}
.about__approach__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}
@media (max-width: 1200px) {
  .about__approach__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.about__approach__card {
  flex: 1;
  background: #f8f7ff;
  border-radius: 16px;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 8.8rem;
  transition: transform 0.3s ease;
}
.about__approach__card:hover {
  transform: translateY(-4px);
}
.about__approach__card-icon {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 100px;
  background: #ffffff;
  box-shadow: 0px 84px 100px 0px rgba(34, 31, 79, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__approach__card-icon svg {
  width: 3.2rem;
  height: 3.2rem;
}
.about__approach__card__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.about__approach__card-title {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
  color: #221f4f;
}
.about__approach__card-text {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #4d4b6f;
  margin: 0;
}
.about__why {
  background: #ffffff;
  border-radius: 0 0 32px 32px;
  padding: 0 0 64px;
  position: relative;
  overflow: hidden;
}
.about__why__background {
  position: absolute;
  top: 411px;
  left: -42px;
  width: 1408px;
  height: 481px;
  background: radial-gradient(ellipse at center, #ecebfb 0%, transparent 70%);
  opacity: 0.5;
  z-index: 0;
}
.about__why__container {
  position: relative;
  z-index: 1;
  padding: 120px 56px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  overflow: visible;
}
@media (max-width: 1300px) {
  .about__why__container {
    padding: 8rem 2rem 0;
  }
}
.about__why__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  text-align: center;
}
.about__why__header .about__why__arrows {
  display: flex;
  gap: 40px;
  align-items: center;
}
.about__why__arrows#about__why__arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  align-items: center;
  display: flex;
  margin: 0;
  padding: 0;
}
.about__why__arrows#about__why__arrows svg {
  width: auto;
  flex-shrink: 0;
  display: block;
  transition: opacity 0.5s ease-in-out;
}
.about__why__arrow {
  flex-shrink: 0;
}
.about__why__arrow--light {
  opacity: 1;
}
.about__why__arrow--magenta {
  opacity: 1;
}
.about__why__title {
  font-family: "co-headline", "Satoshi-Bold", sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 5.6rem;
  letter-spacing: -1.68px;
  color: #221f4f;
  margin: 0;
}
.about__why__subtitle {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0;
}
.about__why__description {
  max-width: 792px;
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #4d4b6f;
  text-align: center;
}
.about__why__description p,
.about__why__description div,
.about__why__description span,
.about__why__description li {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
}
.about__why__description p,
.about__why__description div {
  margin: 0;
}
.about__why__description strong,
.about__why__description b {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
}
.about__why__description p[style],
.about__why__description div[style],
.about__why__description span[style],
.about__why__description li[style] {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif !important;
}
.about__why__description strong[style],
.about__why__description b[style] {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif !important;
}
.about__why__comparison {
  display: flex;
  position: relative;
  z-index: 1;
}
.about__why__card {
  width: 100%;
  max-width: 50rem;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about__why__card--positive {
  background: #ffffff;
  border: 1px solid #f8f7ff;
  border-radius: 24px 0 0 24px;
  box-shadow: 0px 84px 100px 0px rgba(34, 31, 79, 0.1);
}
.about__why__card--negative {
  background: #f8f7ff;
  border-radius: 0 24px 24px 0;
}
.about__why__card-header {
  display: flex;
  gap: 24px;
  align-items: center;
}
.about__why__card-title {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0;
  white-space: nowrap;
}
.about__why__card-tag {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  color: #221f4f;
  background: #ecebfb;
  backdrop-filter: blur(5px);
  padding: 12px;
  border-radius: 100px;
  white-space: nowrap;
}
.about__why__card-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.about__why__card-list li {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid rgba(77, 75, 111, 0.2);
}
.about__why__card-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.about__why__card-list li span:last-child {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: clamp(2.2rem, 6vw, 2.8rem);
  color: #4d4b6f;
}
.about__why__card-list li span:last-child strong {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
}
.about__why__check {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background: #ecebfb;
  box-shadow: 0px 42px 50px 0px rgba(34, 31, 79, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.about__ambidexterity {
  background: #f8f7ff;
  border-radius: 32px 32px 0 0;
}
.about__ambidexterity__container {
  padding: 8.8rem 5.6rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  align-items: center;
}
.about__ambidexterity__divider {
  position: relative;
  border-top: 1px solid rgba(77, 75, 111, 0.3);
  width: 100%;
  padding-bottom: 1.6rem;
}
.about__ambidexterity__divider-line {
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 3px;
  background: #f70773;
}
.about__ambidexterity__title {
  font-family: "co-headline", "Satoshi-Bold", sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 5.6rem;
  letter-spacing: -1.68px;
  color: #221f4f;
  text-align: center;
  margin: 0;
}
.about__ambidexterity__description {
  max-width: 73.4rem;
  text-align: center;
  margin-bottom: 1.6rem;
}
.about__ambidexterity__description p {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #4d4b6f;
  margin: 0 0 28px;
}
.about__ambidexterity__description p:last-child {
  margin-bottom: 0;
}
.about__ambidexterity__description p strong {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
}
.about__ambidexterity__cards {
  display: flex;
  gap: 19.2rem;
  position: relative;
}
.about__ambidexterity__connector-line {
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  width: 1328px;
  height: 2px;
  background: repeating-linear-gradient(to right, rgba(77, 75, 111, 0.3), rgba(77, 75, 111, 0.3) 8px, transparent 8px, transparent 16px);
}
.about__ambidexterity__card {
  width: 40rem;
  padding: 3.2rem;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  position: relative;
  background: transparent;
  transition: background 0.4s ease;
}
.about__ambidexterity__card--highlight {
  background: #ffffff;
}
.about__ambidexterity__card__upper-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about__ambidexterity__card-tag {
  width: -moz-max-content;
  width: max-content;
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  color: #221f4f;
  background: #ecebfb;
  backdrop-filter: blur(5px);
  padding: 12px;
  border-radius: 100px;
}
.about__ambidexterity__card-icon {
  width: 64px;
  height: 64px;
  border-radius: 100px;
  background: #ffffff;
  box-shadow: 0px 84px 100px 0px rgba(34, 31, 79, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.2rem;
}
.about__ambidexterity__card-title {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
  color: #221f4f;
}
.about__ambidexterity__card-text {
  color: #4d4b6f;
  font-family: "DM Sans";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.about .people-slider {
  background: #f8f7ff;
  padding: 10.2rem 0 !important;
}
.about__acceleration {
  background: #ecebfb;
  border-radius: 32px 32px 0 0;
  overflow: hidden;
}
.about__acceleration__container {
  padding: 56px 56px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about__acceleration__divider {
  position: relative;
  padding-top: 56px;
  border-top: 1px solid rgba(77, 75, 111, 0.3);
  width: 100%;
}
.about__acceleration__divider-line {
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 3px;
  background: #f70773;
}
.about__acceleration__title {
  font-family: "co-headline", "Satoshi-Bold", sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 5.6rem;
  letter-spacing: -1.68px;
  color: #221f4f;
  text-align: center;
  margin: 0 0 4rem;
}
.about__acceleration__description {
  max-width: 526px;
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #4d4b6f;
  text-align: center;
  margin-bottom: 4rem;
}
.about .services {
  background: #ecebfb;
  padding: 2rem 0 8.8rem 0;
}

@media (max-width: 900px) {
  .about__banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    padding: 12px;
    gap: 6.5rem;
    height: 100%;
  }
  .about__banner::before {
    inset: 12px;
  }
  .about__banner__wrapper {
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    overflow: visible;
    height: 100%;
  }
  .about__banner__content {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .about__banner__content__item__title {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
  .about__banner__content__item__title--right {
    position: static;
  }
  .about__banner__content__item {
    flex-direction: column;
    gap: 2.4rem;
    padding: 12rem 2rem 0;
    margin-right: 0;
  }
  .about__banner__bottom-content {
    position: static;
    transform: none;
    padding: 0 2rem 2rem 2rem;
    gap: 2.4rem;
    z-index: 99;
  }
  .about__banner__bottom-content__description p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .about__complexity {
    padding: 8rem 0 0 2rem;
  }
  .about__complexity__topline {
    width: 100%;
  }
  .about__complexity__content {
    flex-direction: column;
  }
  .about__complexity__text {
    width: 100%;
    padding-right: 2rem;
  }
  .about__complexity__title {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
  .about__complexity__description {
    max-width: 100%;
  }
  .about__complexity__image-slider-wrapper {
    width: 100%;
  }
  .about__complexity__image {
    width: 100%;
    min-height: 300px;
    height: 43.6rem;
  }
  .about__timeline {
    padding: 4.8rem 2rem;
    gap: 3.2rem;
  }
  .about__timeline__years {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.4rem;
  }
  .about__timeline__year {
    gap: 1.6rem;
  }
  .about__timeline__year--inactive {
    display: none;
  }
  .about__services {
    padding: 2rem;
  }
  .about__services__header {
    padding: 24px 0 0;
  }
  .about__services__title {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
  .about__services__description {
    max-width: 100%;
  }
  .about__services .segments__cards {
    flex-direction: column;
  }
  .about__approach__container {
    padding: 4.8rem 2rem;
  }
  .about__approach__title {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
  .about__approach__cards {
    flex-direction: column;
  }
}
@media (max-width: 900px) and (max-width: 550px) {
  .about__approach__cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  .about__approach__card {
    gap: 4.8rem;
  }
  .about__why__container {
    padding: 4.8rem 2rem 0;
  }
  .about__why__title {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
  .about__why__comparison {
    flex-direction: column;
    gap: 4rem;
  }
  .about__why__card {
    width: 100%;
    padding: 1.6rem;
    gap: 3.2rem;
  }
  .about__why__card-tag {
    text-align: center;
  }
  .about__why__card--positive {
    border-radius: 24px 24px 0 0;
  }
  .about__why__card--negative {
    border-radius: 0 0 24px 24px;
  }
  .about__ambidexterity__container {
    padding: 48px 24px;
  }
  .about__ambidexterity__title {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
  .about__ambidexterity__cards {
    flex-direction: column;
    gap: 48px;
  }
  .about__ambidexterity__connector-line {
    display: none;
  }
  .about__ambidexterity__card {
    width: 100%;
    padding: 2rem;
  }
  .about__ambidexterity__card-tag {
    position: static;
    width: -moz-fit-content;
    width: fit-content;
  }
  .about__acceleration__container {
    padding: 32px 24px 0;
  }
  .about__acceleration__title {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
  .about__acceleration__description {
    margin-bottom: 2rem;
  }
  .about .services {
    background: #ecebfb;
    padding: 2rem 0 4rem 0;
  }
}
@media (min-width: 901px) and (max-width: 1300px) {
  .about .loop-content-2__container {
    flex-direction: column;
    gap: 2.4rem;
    padding: 2.4rem;
  }
}
@media (min-width: 901px) and (max-width: 1300px) and (min-width: 1050px) {
  .about .loop-content-2__container {
    flex-direction: row;
  }
}
@media (min-width: 901px) and (max-width: 1300px) {
  .about .loop-content-2__header {
    padding-left: 0;
  }
  .about .loop-content-2__left {
    width: 100%;
  }
  .about .loop-content-2__steps {
    flex-direction: row;
    overflow-x: auto;
    gap: 2rem;
  }
}
@media (min-width: 901px) and (max-width: 1300px) and (min-width: 1050px) {
  .about .loop-content-2__steps {
    flex-direction: column;
    overflow-x: unset;
  }
}
@media (min-width: 901px) and (max-width: 1300px) {
  .about .loop-content-2__steps .loop-content-2__step {
    padding: 2.4rem 0 2.4rem 2.4rem;
    gap: 1.6rem;
  }
  .about__ambidexterity__cards {
    gap: 5.6rem;
  }
}
.notFound__banner {
  position: relative;
}
.notFound__banner__bg {
  position: absolute;
  inset: 0;
}
.notFound__banner__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.notFound__banner__bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.notFound__banner__content {
  position: relative;
  z-index: 2;
  padding: 20rem 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  max-width: 1024px;
  margin: auto;
  text-align: center;
}

@media (max-width: 900px) {
  .notFound__banner__content {
    padding: 10rem 2rem;
  }
}
.solution-category {
  background: #f8f7ff;
}
.solution-category__banner {
  min-height: 85vh;
  display: flex;
  flex-direction: column;
  width: calc(100% - 3.2rem);
  border-radius: 1.6rem;
  margin: 1.6rem;
  background: #e1e1e1;
  box-sizing: border-box;
  justify-content: center;
  align-items: flex-start;
  border-radius: 16px;
  padding-left: 16rem;
}
.solution-category__banner__bg {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 16px;
  background: linear-gradient(105deg, rgba(34, 31, 79, 0) 50.64%, #221F4F 78.25%), no-repeat center center;
  background-blend-mode: hard-light, normal;
}
.solution-category__banner__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
}
.solution-category__banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 16px;
  background: linear-gradient(105deg, rgba(34, 31, 79, 0) 50.64%, #221F4F 78.25%), url("/assets/site/images/category-bg-two.svg") lightgray 50%/cover no-repeat;
  background-blend-mode: hard-light, normal;
}
.solution-category__banner__content {
  width: 100%;
  max-width: 74rem;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.solution-category__banner__breadcrumb {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
}
.solution-category__banner__breadcrumb__item {
  padding: 12px;
  background: rgba(236, 235, 251, 0.15);
  backdrop-filter: blur(5px);
  border-radius: 100px;
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  color: #ffffff;
}
.solution-category__banner__title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
}
.solution-category__banner__upper-title {
  color: #ecebfb;
  font-family: "DM Sans";
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
}
.solution-category__banner__title {
  color: #ecebfb;
  font-family: "co-headline";
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 5.6rem;
  letter-spacing: -1.68px;
}
.solution-category__solutions {
  padding: 6rem 1.6rem 8rem;
  max-width: 1440px;
  margin: 0 auto;
}
.solution-category__solutions-inner {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.solution-category__solutions-title {
  font-family: "DM Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #221f4f;
  margin: 0;
}
.solution-category__solutions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2.4rem;
}
.solution-category__solution-card {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  padding: 2.4rem;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(34, 31, 79, 0.08);
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.solution-category__solution-card:hover {
  box-shadow: 0 8px 32px rgba(34, 31, 79, 0.12);
  transform: translateY(-2px);
}
.solution-category__solution-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #ecebfb;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.solution-category__solution-icon-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.solution-category__solution-content {
  flex: 1;
  min-width: 0;
}
.solution-category__solution-title {
  font-family: "DM Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #221f4f;
  margin: 0 0 0.4rem;
  line-height: 1.3;
}
.solution-category__solution-subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  color: #4d4b6f;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .solution-category__banner {
    padding-left: 4rem;
  }
}
.solution-consultancy {
  background: #e1e1e1;
  --solution-consultancy-fade-until: 600;
}
.solution-consultancy__scale-down-reveal-wrapper {
  position: relative;
  height: 95vh;
  min-height: 95vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
  will-change: height, overflow;
  opacity: 1;
}
.solution-consultancy__banner {
  height: 95vh;
  min-height: 95vh;
  display: flex;
  flex-direction: column;
  width: calc(100% - 3.2rem);
  border-radius: 1.6rem;
  margin: 1.6rem;
  background: #e1e1e1;
  box-sizing: border-box;
}
.solution-consultancy__banner__background {
  overflow: hidden;
  border-radius: 1.6rem;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.solution-consultancy__banner__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solution-consultancy__banner__pink-mask {
  overflow: hidden;
  border-radius: 1.6rem;
  position: absolute;
  inset: 1.6rem;
  background: linear-gradient(147deg, rgba(247, 7, 115, 0) 48.4%, rgba(247, 7, 115, 0.6) 102.47%), linear-gradient(0deg, rgba(34, 31, 79, 0.2) 0%, rgba(34, 31, 79, 0.2) 100%), linear-gradient(260deg, rgba(34, 31, 79, 0) 24.19%, #221f4f 77.56%);
  pointer-events: none;
  mix-blend-mode: normal;
}
.solution-consultancy__banner__pink-mask img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solution-consultancy__banner__content {
  max-width: 66rem;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 40;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 3rem;
  padding: 0 0 0 12rem;
  flex: 1;
}
.solution-consultancy__banner__header {
  max-width: 60rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.solution-consultancy__banner__upper_title {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.solution-consultancy__banner__upper_title__label {
  width: -moz-max-content;
  width: max-content;
  padding: 1.2rem;
  border-radius: 100px;
  background: rgba(236, 235, 251, 0.15);
  backdrop-filter: blur(5px);
  color: #fff;
  font-family: "DM Sans";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.solution-consultancy__banner__title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.solution-consultancy__banner__label {
  color: #e1e1e1;
  font-family: "DM Sans";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
}
.solution-consultancy__banner__title {
  font-family: "co-headline", "Satoshi-Bold", sans-serif;
  color: #e1e1e1;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 5.6rem;
  letter-spacing: -1.68px;
}
.solution-consultancy__banner__hero {
  width: 100%;
  display: flex;
  align-items: center;
}
.solution-consultancy__banner__hero-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 3rem;
}
.solution-consultancy__banner__hero-description {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #e1e1e1;
}
.solution-consultancy__banner__scroll-indicator {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 1rem;
  border-radius: 100px;
  background: #f70773;
  animation: bounceArrow 1.5s ease-in-out infinite;
}
.solution-consultancy__banner__scroll-indicator:hover .solution-consultancy__scroll-arrow {
  opacity: 1;
}
.solution-consultancy__banner__scroll-arrow {
  color: #e1e1e1;
  transition: opacity 0.3s ease;
  opacity: 0.8;
}
.solution-consultancy__banner--layer-1 {
  position: fixed !important;
  inset: 0;
  width: calc(100% - 4rem);
  margin: 2rem;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
  will-change: opacity, transform;
}
.solution-consultancy__banner--layer-1.fading {
  opacity: 0;
  pointer-events: none;
}
.solution-consultancy__banner--layer-1.hidden {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
  visibility: hidden !important;
  z-index: -1 !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}
.solution-consultancy__banner--layer-2 {
  position: fixed;
  inset: 0;
  width: 100% !important;
  height: 100vh;
  min-height: 100vh;
  height: 100svh;
  min-height: 100svh;
  background: #ecebfb;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  z-index: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  border-radius: 0 !important;
  margin: 0 !important;
  transition: opacity 0.6s ease-in-out;
  will-change: opacity;
}
.solution-consultancy__banner--layer-2.animating {
  opacity: 1 !important;
  pointer-events: auto !important;
  z-index: 10 !important;
  transition: opacity 0.6s ease-in-out;
}
.solution-consultancy__banner--layer-2.animation-complete {
  opacity: 1 !important;
  pointer-events: auto !important;
  height: auto !important;
  min-height: 100vh !important;
  min-height: 100svh !important;
  overflow: visible !important;
  z-index: 3 !important;
  transition: opacity 0.6s ease-in-out;
}
.solution-consultancy__banner--layer-2.visible {
  opacity: 1 !important;
  pointer-events: auto;
  z-index: 1 !important;
}
.solution-consultancy__banner-layer-2__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition-delay: 0.1s;
  pointer-events: none;
  z-index: 2;
}
.solution-consultancy__banner-layer-2__content.visible {
  opacity: 1 !important;
  transform: translateY(0);
  pointer-events: auto !important;
}
.solution-consultancy__banner-layer-2__text {
  max-width: 85rem;
  text-align: center;
  position: relative;
  isolation: isolate;
}
.solution-consultancy__banner-layer-2__paragraph {
  font-family: "DM Sans", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 5.2rem;
  letter-spacing: -0.8px;
  margin: 0;
  color: transparent;
  background: linear-gradient(135deg, #e1e1e1 0%, #221f4f 30%, #f70773 60%, #e1e1e1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-size: 200% 200%;
  animation: gradientShift 8s ease infinite;
  mix-blend-mode: screen;
  position: relative;
}
.solution-consultancy__banner-layer-2__paragraph::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #e1e1e1;
  mix-blend-mode: overlay;
  opacity: 0.3;
  z-index: -1;
}
.solution-consultancy__banner-layer-2__highlight {
  color: transparent;
  background: linear-gradient(90deg, #f70773 0%, #ff3d9a 50%, #f70773 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-size: 200% 100%;
  animation: shimmer 3s ease-in-out infinite;
  font-weight: 700;
}
.solution-consultancy__approach {
  position: relative;
  background: #ECEBFB;
  z-index: 9999999;
  position: relative;
  --solution-consultancy-approach-lock-offset: calc(var(--solution-consultancy-fade-until, 600) * 1px);
  margin-top: var(--solution-consultancy-approach-lock-offset);
}
.solution-consultancy__approach__content {
  position: relative;
  padding: 27.2rem 4rem 10.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  overflow: hidden;
}
.solution-consultancy__approach__bottom-navigation {
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 1.6rem 2.4rem;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  gap: 3.2rem;
  align-items: center;
  justify-content: center;
  z-index: 9999999;
  border-radius: 200px;
  background: #fff;
  box-shadow: 0 28px 60px 0 rgba(34, 31, 79, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease, top 0.3s ease;
}
.solution-consultancy__approach__bottom-navigation.is-sticky {
  position: fixed;
  top: 1.2rem;
}
.solution-consultancy__approach__bottom-navigation-placeholder {
  height: 0;
  visibility: hidden;
}
.solution-consultancy__approach__bottom-navigation__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
  z-index: 9999999;
  position: relative;
}
.solution-consultancy__approach__bottom-navigation__item {
  display: flex;
  color: #221f4f;
  font-family: "DM Sans";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  text-transform: lowercase;
  align-items: center;
  justify-content: center;
  z-index: 9999999;
  position: relative;
  transition: font-weight 0.2s ease;
}
.solution-consultancy__approach__bottom-navigation__item.active {
  font-weight: 700;
}
.solution-consultancy__approach__bottom-navigation__item::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #f70773;
  border-radius: 100%;
  margin-left: 3.2rem;
}
.solution-consultancy__approach__bottom-navigation__item:last-child::after {
  display: none;
}
.solution-consultancy__approach__bottom-navigation-wrapper {
  display: flex;
}
.solution-consultancy__approach__first-ellipse {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1719px;
  height: 1719px;
  border-radius: 1719px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(57, 54, 113, 0) 41.35%, #f70773 62.98%, #393671 100%);
  mix-blend-mode: overlay;
}
.solution-consultancy__approach__second-ellipse {
  position: absolute;
  top: 10rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1479px;
  height: 1479px;
  border-radius: 1479px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(57, 54, 113, 0) 70.67%, #393671 100%);
  mix-blend-mode: overlay;
}
.solution-consultancy__approach__icon {
  width: 6.4rem;
  height: 6.4rem;
  padding: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  color: #221f4f;
  box-shadow: 0 84px 100px 0 rgba(34, 31, 79, 0.1);
  z-index: 5;
  position: relative;
}
.solution-consultancy__approach__icon svg path {
  fill: #221f4f;
}
.solution-consultancy__approach__icon.approach-icon-one {
  position: absolute;
  left: 351px;
  top: 157px;
}
.solution-consultancy__approach__icon.approach-icon-two {
  position: absolute;
  left: 565px;
  top: 85px;
}
.solution-consultancy__approach__icon.approach-icon-three {
  position: absolute;
  right: 596px;
  top: 85px;
}
.solution-consultancy__approach__icon.approach-icon-four {
  position: absolute;
  right: 383px;
  top: 157px;
}
.solution-consultancy__approach__text {
  position: relative;
  z-index: 5;
  max-width: 61rem;
  text-align: center;
  color: #221f4f;
  text-align: center;
  font-family: "DM Sans";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.6rem;
}
.solution-consultancy__approach__text-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65rem;
  background: linear-gradient(180deg, rgba(236, 235, 251, 0) 0%, #ecebfb 100%);
}
.solution-consultancy__discovery {
  position: relative;
  z-index: 20;
  background: #ffffff;
  padding: 5.6rem;
}
.solution-consultancy__discovery__container {
  display: flex;
  flex-direction: column;
  gap: 8.8rem;
}
.solution-consultancy__discovery__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8rem;
  padding-top: 5.6rem;
  border-top: 1px solid rgba(77, 75, 111, 0.3);
}
.solution-consultancy__discovery__header-content {
  max-width: 58rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.solution-consultancy__discovery__title {
  color: #221f4f;
  font-family: "co-headline", "Satoshi-Bold", sans-serif;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5.6rem;
  letter-spacing: -1.68px;
  margin-bottom: 2.4rem;
}
.solution-consultancy__discovery__subtitle {
  color: #221f4f;
  font-family: "DM Sans";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
}
.solution-consultancy__discovery__description {
  color: #4d4b6f;
  font-family: "DM Sans";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
}
.solution-consultancy__discovery__header-illustration {
  flex-shrink: 0;
}
.solution-consultancy__discovery__illustration {
  width: 66rem;
  height: 35rem;
}
.solution-consultancy__discovery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
.solution-consultancy__discovery__card {
  border-radius: 16px;
  background: #f8f7ff;
  padding: 3.2rem;
  height: 46rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.6rem;
  transition: transform 0.3s ease;
}
.solution-consultancy__discovery__card:hover {
  transform: translateY(-4px);
}
.solution-consultancy__discovery__card:last-child:nth-child(3n+1) {
  grid-column: 1;
}
.solution-consultancy__discovery__card-icon {
  width: -moz-max-content;
  width: max-content;
  padding: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 84px 100px 0 rgba(34, 31, 79, 0.1);
}
.solution-consultancy__discovery__card-icon svg {
  width: 24px;
  height: 24px;
}
.solution-consultancy__discovery__card-content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.solution-consultancy__discovery__card-title {
  color: #221f4f;
  font-family: "DM Sans";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
}
.solution-consultancy__discovery__card-description {
  color: #4d4b6f;
  font-family: "DM Sans";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
}
.solution-consultancy__process {
  position: relative;
  z-index: 20;
  background: #221f4f;
  padding: 104px 80px;
}
.solution-consultancy__process__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.solution-consultancy__process__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.solution-consultancy__process__title {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 48px;
  letter-spacing: -0.8px;
  color: #ffffff;
  margin: 0;
}
.solution-consultancy__process__title-dot {
  color: #f70773;
}
.solution-consultancy__process__subtitle {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.solution-consultancy__process__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.solution-consultancy__process__step {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
.solution-consultancy__process__step::after {
  content: "";
  position: absolute;
  top: 32px;
  right: -20px;
  width: calc(100% - 60px);
  height: 2px;
  background: linear-gradient(90deg, #f70773 0%, rgba(247, 7, 115, 0.2) 100%);
}
.solution-consultancy__process__step:last-child::after {
  display: none;
}
.solution-consultancy__process__step-number {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: -1.44px;
  color: #f70773;
}
.solution-consultancy__process__step-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.solution-consultancy__process__step-title {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 28px;
  color: #ffffff;
  margin: 0;
}
.solution-consultancy__process__step-description {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.5rem;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.solution-consultancy__assessment {
  position: relative;
  z-index: 20;
  background: #ffffff;
  padding: 10.4rem 5.6rem 5.6rem;
}
.solution-consultancy__assessment__container {
  display: flex;
  gap: 8.8rem;
}
.solution-consultancy__assessment__left {
  width: 100%;
  max-width: 76rem;
  position: relative;
}
.solution-consultancy__assessment__left-content {
  position: sticky;
  top: 8rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.solution-consultancy__assessment__title {
  color: #221f4f;
  font-family: "co-headline", "Satoshi-Bold", sans-serif;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5.6rem;
  letter-spacing: -1.68px;
  margin-bottom: 3.2rem;
}
.solution-consultancy__assessment__subtitle {
  color: #221f4f;
  font-family: "DM Sans";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
}
.solution-consultancy__assessment__description {
  color: #4d4b6f;
  font-family: "DM Sans";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
}
.solution-consultancy__assessment__illustration {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 59rem;
  margin-top: 8px;
}
.solution-consultancy__assessment__illustration img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.solution-consultancy__assessment__right {
  width: 100%;
  min-width: 0;
}
.solution-consultancy__assessment__accordion {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.solution-consultancy__assessment__accordion-item {
  border-radius: 16px;
  background: #f8f7ff;
  padding: 3.2rem;
  scroll-margin-top: 2rem;
}
.solution-consultancy__assessment__accordion-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 1rem;
  scroll-margin-top: 2rem;
}
.solution-consultancy__assessment__accordion-header:hover .assessment__accordion-title {
  color: #221f4f;
}
.solution-consultancy__assessment__accordion-title {
  color: #221f4f;
  font-family: "DM Sans";
  font-size: clamp(1.8rem, 1vw, 2.4rem);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(2rem, 1vw, 2.8rem);
  letter-spacing: -0.48px;
  text-align: start;
}
.solution-consultancy__assessment__accordion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  padding: 1.6rem;
  background: #ffffff;
  color: #221f4f;
  transition: all 0.3s ease;
}
.solution-consultancy__assessment__accordion-icon .icon-plus {
  display: block;
}
.solution-consultancy__assessment__accordion-icon .icon-minus {
  display: none;
}
.solution-consultancy__assessment__accordion-item.active .solution-consultancy__assessment__accordion-header {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid rgba(77, 75, 111, 0.3);
}
.solution-consultancy__assessment__accordion-item.active .solution-consultancy__assessment__accordion-icon {
  background: #221f4f;
  color: #ffffff;
}
.solution-consultancy__assessment__accordion-item.active .solution-consultancy__assessment__accordion-icon .icon-plus {
  display: none;
}
.solution-consultancy__assessment__accordion-item.active .solution-consultancy__assessment__accordion-icon .icon-minus {
  display: block;
}
.solution-consultancy__assessment__accordion-item.active .solution-consultancy__assessment__accordion-icon .icon-minus path {
  fill: #ffffff;
}
.solution-consultancy__assessment__accordion-item.active .solution-consultancy__assessment__accordion-title {
  font-weight: 700;
}
.solution-consultancy__assessment__accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.solution-consultancy__assessment__accordion-item.active .solution-consultancy__assessment__accordion-content {
  margin-top: 2.4rem;
  max-height: 200rem;
}
.solution-consultancy__assessment__accordion-body {
  padding: 0 0 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  position: relative;
}
.solution-consultancy__assessment__tags {
  display: flex;
  gap: 0.8rem;
}
.solution-consultancy__assessment__tag {
  padding: 1.2rem 1.6rem;
  gap: 8px;
  display: flex;
  align-items: center;
  border-radius: 100px;
  background: #221f4f;
  backdrop-filter: blur(5px);
}
.solution-consultancy__assessment__tag span {
  color: #FFF;
  font-family: "DM Sans";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.solution-consultancy__assessment__accordion-description {
  color: #4d4b6f;
  font-family: "DM Sans";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
}
.solution-consultancy__assessment__accordion-description strong,
.solution-consultancy__assessment__accordion-description b {
  display: block;
  color: #4d4b6f;
  font-family: "DM Sans";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.8rem;
  margin-bottom: 1.6rem;
}
.solution-consultancy__assessment__accordion-description ul,
.solution-consultancy__assessment__accordion-description ol {
  list-style: none;
  padding: 0;
  margin: 0 0 1.6rem 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.solution-consultancy__assessment__accordion-description ul li,
.solution-consultancy__assessment__accordion-description ol li {
  display: flex;
  padding: 1.6rem;
  align-items: center;
  gap: 2.4rem;
  border-radius: 8px;
  background: #ffffff;
  color: #4d4b6f;
  font-family: "DM Sans";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.solution-consultancy__assessment__accordion-description ul li::before,
.solution-consultancy__assessment__accordion-description ol li::before {
  content: "";
  flex-shrink: 0;
  width: 19px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2215%22%20viewBox%3D%220%200%2019%2015%22%3E%3Cpath%20d%3D%22M18.531%201.33442L6.53104%2013.8344C6.46139%2013.9071%206.37867%2013.9647%206.28762%2014.004C6.19657%2014.0433%206.09898%2014.0635%206.00042%2014.0635C5.90186%2014.0635%205.80426%2014.0433%205.71321%2014.004C5.62216%2013.9647%205.53945%2013.9071%205.46979%2013.8344L0.219792%208.36567C0.0790615%208.21907%200%208.02025%200%207.81293C0%207.60562%200.0790615%207.40679%200.219792%207.2602C0.360523%207.11361%200.551394%207.03125%200.750417%207.03125C0.94944%207.03125%201.14031%207.11361%201.28104%207.2602L6.00042%2012.1772L17.4698%200.22895C17.6105%200.0823554%2017.8014%20-1.54462e-09%2018.0004%200C18.1994%201.54462e-09%2018.3903%200.0823554%2018.531%200.22895C18.6718%200.375544%2018.7508%200.574369%2018.7508%200.781684C18.7508%200.989%2018.6718%201.18782%2018.531%201.33442Z%22%20fill%3D%22%23221F4F%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.solution-consultancy__assessment__problems {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.solution-consultancy__assessment__problems-title {
  color: #4d4b6f;
  font-family: "DM Sans";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.8rem;
}
.solution-consultancy__assessment__problems-desc {
  color: #4d4b6f;
  font-family: "DM Sans";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
}
.solution-consultancy__assessment__problems-desc .desc-title {
  font-family: "DM Sans";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.8rem;
}
.solution-consultancy__assessment__problems-desc .desc-title:first-child {
  margin-top: 0;
}
.solution-consultancy__assessment__problems-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.solution-consultancy__assessment__problems-item {
  display: flex;
  padding: 1.6rem;
  align-items: center;
  gap: 2.4rem;
  border-radius: 8px;
  background: #ffffff;
}
.solution-consultancy__assessment__problems-item svg {
  flex-shrink: 0;
}
.solution-consultancy__assessment__problems-item span {
  color: #4d4b6f;
  font-family: "DM Sans";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
}
.solution-consultancy__assessment__benefits {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 0.8rem;
}
.solution-consultancy__assessment__benefits-title {
  color: #4d4b6f;
  font-family: "DM Sans";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.8rem;
}
.solution-consultancy__assessment__benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
.solution-consultancy__assessment__benefit-card {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 1.6rem;
  transition: all 0.3s ease;
  border-radius: 8px;
  background: #221f4f;
}
.solution-consultancy__assessment__benefit-card:hover {
  transform: translateY(-2px);
}
.solution-consultancy__assessment__benefit-icon {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #221f4f;
}
.solution-consultancy__assessment__benefit-icon svg {
  width: 2rem;
  height: 2rem;
}
.solution-consultancy__assessment__benefit-text {
  color: #ecebfb;
  font-family: "DM Sans";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
}
.solution-consultancy__capabilities {
  position: relative;
  z-index: 20;
  background: #f8f7ff;
  padding: 0 1.6rem 0;
}
.solution-consultancy__capabilities__wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%;
}
.solution-consultancy__capabilities__header {
  border-top: 1px solid rgba(77, 75, 111, 0.3);
  padding-top: 5.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  text-align: center;
}
.solution-consultancy__capabilities__title-row {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.solution-consultancy__capabilities__title {
  font-family: "Co Headline", sans-serif;
  font-size: 5.6rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #221f4f;
}
.solution-consultancy__capabilities__subtitle {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: -0.02em;
  color: #221f4f;
}
.solution-consultancy__capabilities__description {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #4d4b6f;
  max-width: 79.2rem;
  margin-top: 8px;
}
.solution-consultancy__capabilities__cards-wrapper {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 80vh;
  position: sticky;
  top: 0px;
  overflow: hidden;
  padding-top: 6.4rem;
}
.solution-consultancy__capabilities__cards-content {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 90vh;
  min-height: 56rem;
  border-radius: 1.6rem;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.solution-consultancy__capabilities__arrows {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  flex-shrink: 0;
  padding: 0 2.4rem;
  pointer-events: none;
}
.solution-consultancy__capabilities__arrows svg {
  height: 100%;
  width: auto;
  max-height: 30rem;
  flex-shrink: 0;
}
.solution-consultancy__capabilities__cards-inner {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-shrink: 0;
  width: -moz-max-content;
  width: max-content;
  min-height: 100%;
  border-radius: 1.6rem;
  overflow: hidden;
}
.solution-consultancy__capabilities__cards-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  border-radius: 1.6rem;
  pointer-events: none;
}
.solution-consultancy__capabilities__card {
  position: relative;
  z-index: 1;
  flex: 0 0 36rem;
  width: 36rem;
  height: 100%;
  padding: 0 3.2rem 12rem 3.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.solution-consultancy__capabilities__card::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(236, 235, 251, 0.25);
  z-index: 2;
}
.solution-consultancy__capabilities__card:first-of-type {
  padding-left: 5.6rem;
}
.solution-consultancy__capabilities__card:last-child {
  padding-right: 5.6rem;
}
.solution-consultancy__capabilities__card:last-child::after {
  display: none;
}
.solution-consultancy__capabilities__card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(25, 22, 73, 0) 0%, rgba(25, 22, 73, 0.9) 100%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 0;
  pointer-events: none;
  border-radius: 1.6rem;
  overflow: hidden;
}
.solution-consultancy__capabilities__card:hover .solution-consultancy__capabilities__card-overlay, .solution-consultancy__capabilities__card.active .solution-consultancy__capabilities__card-overlay {
  opacity: 1;
}
.solution-consultancy__capabilities__card:hover, .solution-consultancy__capabilities__card.active {
  z-index: 2;
}
.solution-consultancy__capabilities__card-num {
  position: relative;
  z-index: 1;
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: rgba(255, 255, 255, 0.5);
}
.solution-consultancy__capabilities__card-title {
  position: relative;
  z-index: 1;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #ffffff;
}
.solution-consultancy__capabilities__card-desc {
  position: relative;
  z-index: 1;
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 1.6rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.solution-consultancy__capabilities__card:hover .solution-consultancy__capabilities__card-desc, .solution-consultancy__capabilities__card.active .solution-consultancy__capabilities__card-desc {
  max-height: 100%;
  opacity: 1;
}

@media (max-width: 900px) {
  .solution-consultancy {
    --solution-consultancy-fade-until: 400;
  }
  .solution-consultancy__banner {
    width: calc(100% - 2rem);
    margin: 1rem;
    border-radius: 1.2rem;
  }
  .solution-consultancy__banner__pink-mask {
    inset: 1rem;
    border-radius: 1.2rem;
  }
  .solution-consultancy__banner__content {
    padding: 0 2rem;
    gap: 2rem;
  }
  .solution-consultancy__banner__header, .solution-consultancy__banner__upper_title, .solution-consultancy__banner__title-wrapper {
    gap: 2rem;
  }
  .solution-consultancy__banner__upper_title__label {
    padding: 1rem;
    font-size: 1.2rem;
  }
  .solution-consultancy__banner__label {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .solution-consultancy__banner__title {
    font-size: 2.8rem;
    line-height: 3.2rem;
    letter-spacing: -0.84px;
  }
  .solution-consultancy__banner__hero-content {
    gap: 2rem;
  }
  .solution-consultancy__banner__hero-description {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .solution-consultancy__banner--layer-1 {
    width: calc(100% - 2rem);
    margin: 1rem;
  }
  .solution-consultancy__banner-layer-2__content {
    padding: 2rem;
  }
  .solution-consultancy__banner-layer-2__paragraph {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .solution-consultancy__approach__content {
    padding: 20rem 2rem 8rem;
    gap: 3rem;
  }
  .solution-consultancy__approach__bottom-navigation {
    padding: 1.2rem 1.6rem;
    gap: 1.6rem;
    max-width: calc(100vw - 2rem);
    overflow-x: auto;
  }
}
@media (max-width: 900px) and (max-width: 600px) {
  .solution-consultancy__approach__bottom-navigation {
    display: none;
  }
}
@media (max-width: 900px) {
  .solution-consultancy__approach__bottom-navigation__wrapper {
    gap: 1.6rem;
  }
  .solution-consultancy__approach__bottom-navigation__item {
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .solution-consultancy__approach__bottom-navigation__item::after {
    margin-left: 1.6rem;
  }
  .solution-consultancy__approach__icon {
    width: 4.8rem;
    height: 4.8rem;
    padding: 1.2rem;
  }
  .solution-consultancy__approach__icon.approach-icon-one {
    left: 10%;
    top: 12rem;
  }
  .solution-consultancy__approach__icon.approach-icon-two {
    left: 30%;
    top: 6rem;
  }
  .solution-consultancy__approach__icon.approach-icon-three {
    right: 30%;
    top: 6rem;
  }
  .solution-consultancy__approach__icon.approach-icon-four {
    right: 10%;
    top: 12rem;
  }
  .solution-consultancy__approach__text {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .solution-consultancy__discovery {
    padding: 3.2rem 2rem;
  }
  .solution-consultancy__discovery__container {
    gap: 4rem;
  }
  .solution-consultancy__discovery__header {
    flex-direction: column;
    gap: 2.4rem;
    padding-top: 3.2rem;
  }
  .solution-consultancy__discovery__header-content {
    gap: 2rem;
  }
  .solution-consultancy__discovery__title {
    font-size: 2.8rem;
    line-height: 3.2rem;
    letter-spacing: -0.84px;
    margin-bottom: 1.6rem;
  }
  .solution-consultancy__discovery__subtitle {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .solution-consultancy__discovery__description {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .solution-consultancy__discovery__illustration {
    width: 100%;
    height: 22rem;
  }
  .solution-consultancy__discovery__grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .solution-consultancy__discovery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .solution-consultancy__discovery__card {
    height: auto;
    min-height: 32rem;
    padding: 2.4rem;
  }
  .solution-consultancy__discovery__card-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .solution-consultancy__discovery__card-description {
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
  .solution-consultancy__process {
    padding: 4rem 2rem;
  }
  .solution-consultancy__process__container {
    gap: 4rem;
  }
  .solution-consultancy__process__title {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
  .solution-consultancy__process__subtitle {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .solution-consultancy__process__steps {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .solution-consultancy__process__step::after {
    display: none;
  }
  .solution-consultancy__process__step-number {
    font-size: 3.6rem;
  }
  .solution-consultancy__process__step-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .solution-consultancy__process__step-description {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .solution-consultancy__assessment {
    padding: 5.6rem 2rem;
  }
  .solution-consultancy__assessment__container {
    flex-direction: column;
    gap: 3.2rem;
  }
  .solution-consultancy__assessment__left-content {
    position: relative;
    top: 0;
    gap: 1.6rem;
  }
  .solution-consultancy__assessment__title {
    font-size: 2.8rem;
    line-height: 3.2rem;
    margin-bottom: 0;
  }
  .solution-consultancy__assessment__subtitle {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .solution-consultancy__assessment__illustration {
    height: 32rem;
  }
  .solution-consultancy__assessment__accordion-item {
    padding: 2rem;
  }
  .solution-consultancy__assessment__accordion-icon {
    width: 3.2rem;
    height: 3.2rem;
    padding: 1.2rem;
  }
  .solution-consultancy__assessment__benefits-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) and (min-width: 500px) {
  .solution-consultancy__assessment__benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .solution-consultancy__assessment__problems-item {
    padding: 1.2rem;
    gap: 1.6rem;
  }
  .solution-consultancy__capabilities__wrapper {
    height: auto;
    min-height: 80vh;
  }
  .solution-consultancy__capabilities__header {
    padding-top: 3.2rem;
    gap: 1.6rem;
  }
  .solution-consultancy__capabilities__title-row {
    gap: 1.2rem;
  }
  .solution-consultancy__capabilities__title {
    font-size: 2.8rem;
  }
  .solution-consultancy__capabilities__subtitle {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .solution-consultancy__capabilities__description {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-top: 0;
  }
  .solution-consultancy__capabilities__cards-wrapper {
    min-height: 40rem;
    padding-top: 10rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .solution-consultancy__capabilities__cards-content {
    height: 40rem;
    min-height: 40rem;
  }
  .solution-consultancy__capabilities__card {
    min-width: 28rem;
    padding: 0 2.4rem 8rem 2.4rem;
  }
  .solution-consultancy__capabilities__card:first-child {
    padding-left: 3.2rem;
  }
  .solution-consultancy__capabilities__card:last-child {
    padding-right: 3.2rem;
  }
  .solution-consultancy__capabilities__card-desc {
    max-height: 100%;
  }
}
@media (min-width: 901px) and (max-width: 1300px) {
  .solution-consultancy__approach__icon.approach-icon-one {
    left: 14%;
    top: 25%;
  }
  .solution-consultancy__approach__icon.approach-icon-two {
    left: 57%;
    top: 12%;
  }
  .solution-consultancy__approach__icon.approach-icon-three {
    right: 57%;
    top: 12%;
  }
  .solution-consultancy__approach__icon.approach-icon-four {
    right: 14%;
    top: 25%;
  }
  .solution-consultancy__discovery__header .solution-consultancy__discovery__illustration {
    width: 40rem;
    height: 23rem;
  }
  .solution-consultancy__assessment {
    padding: 5.6rem;
  }
  .solution-consultancy__assessment__container {
    gap: 4rem;
  }
  .solution-consultancy__assessment__accordion-item {
    padding: 1.6rem;
  }
  .solution-consultancy__assessment__accordion-icon {
    width: 4.8rem;
    height: 4.8rem;
    padding: 1.6rem;
  }
  .solution-consultancy__assessment__illustration {
    height: 35rem;
  }
  .solution-consultancy__assessment__benefits-grid {
    grid-template-columns: 2fr;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bounceArrow {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% 0%;
  }
  50% {
    background-position: 200% 0%;
  }
  100% {
    background-position: -200% 0%;
  }
}
.solutions-details {
  background: #ffffff;
}
.solutions-details__banner {
  position: fixed;
  height: 60rem;
  width: calc(100% - 3.2rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 1.6rem;
  border-radius: 1.6rem;
  overflow: hidden;
  z-index: 1;
  top: 0;
  background: linear-gradient(40.33deg, rgba(247, 7, 115, 0) 55.8%, rgb(247, 7, 115) 147.31%), linear-gradient(180deg, rgba(34, 31, 79, 0) 0%, rgba(34, 31, 79, 0.4) 100%), linear-gradient(90deg, #221f4f 0%, #221f4f 100%);
}
.solutions-details__banner__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.solutions-details__banner__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
}
.solutions-details__banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(202.79deg, rgba(247, 7, 115, 0) 70.73%, rgb(247, 7, 115) 135.9%), linear-gradient(90deg, rgba(34, 31, 79, 0.1) 0%, rgba(34, 31, 79, 0.1) 100%), linear-gradient(254.55deg, rgba(34, 31, 79, 0) 4.04%, #221f4f 74.26%);
}
.solutions-details__banner__content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}
.solutions-details__banner__breadcrumb {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.solutions-details__banner__breadcrumb__item {
  padding: 12px;
  background: rgba(236, 235, 251, 0.15);
  backdrop-filter: blur(5px);
  border-radius: 100px;
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  color: #ffffff;
}
.solutions-details__banner__breadcrumb__dot {
  width: 6px;
  height: 6px;
  background: #f70773;
  border-radius: 100px;
}
.solutions-details__banner__title-wrapper {
  width: 100%;
  max-width: 61rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.solutions-details__banner__title-wrapper::before, .solutions-details__banner__title-wrapper::after {
  content: "";
  position: absolute;
  top: 18%;
  transform: translateY(-50%);
  width: 99px;
  height: 159px;
  opacity: 0.8;
  z-index: 5;
  pointer-events: none;
}
.solutions-details__banner__title-wrapper::before {
  left: -12rem;
  transform: translate(-50%, -50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='99' height='159' viewBox='0 0 99 159' fill='none'%3E%3Cpath d='M7.62939e-06 78.4902V80.5744L2.33112 85.2954L74.496 157.315C77.6544 159.249 81.3641 159.726 84.5726 157.642C85.9763 156.738 96.4789 146.216 97.3562 144.835C99.562 141.394 99.5871 137 96.88 133.886L42.8628 79.7457C46.6478 74.5476 52.1121 70.4545 56.6741 65.9846C70.7361 52.1984 84.1464 37.7593 97.9327 23.6718C99.4367 20.5579 99.3865 17.5446 97.5567 14.5814C96.6794 13.15 85.6253 2.05075 84.2467 1.24719C81.1636 -0.560842 76.4011 -0.460393 73.5937 1.9252C72.5158 2.85433 71.9894 4.13501 71.0119 5.08924C48.0514 27.9156 25.2915 50.9428 2.33112 73.7692L7.62939e-06 78.4902Z' fill='%23F70773'/%3E%3C/svg%3E") no-repeat center/contain;
}
.solutions-details__banner__title-wrapper::after {
  right: -12rem;
  left: auto;
  transform: translate(50%, -50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='99' height='158' viewBox='0 0 99 158' fill='none'%3E%3Cpath d='M99 77.9965V80.0677L96.6689 84.7589L24.504 156.326C21.3456 158.247 17.6359 158.721 14.4274 156.65C13.0237 155.752 2.52109 145.296 1.64378 143.924C-0.562022 140.505 -0.587082 136.138 2.12004 133.044L56.1372 79.2442C52.3522 74.0788 46.8879 70.0114 42.3259 65.5696C28.2639 51.8701 14.8536 37.5218 1.06728 23.5229C-0.436674 20.4286 -0.386542 17.4342 1.44327 14.4897C2.32058 13.0673 13.3747 2.03786 14.7533 1.23934C17.8364 -0.557314 22.5989 -0.457497 25.4063 1.91309C26.4842 2.83637 27.0106 4.109 27.9881 5.05724C50.9486 27.74 73.7085 50.6224 96.6689 73.3052L99 77.9965Z' fill='%23F70773'/%3E%3C/svg%3E") no-repeat center/contain;
}
.solutions-details__banner__title {
  font-family: "co-headline", sans-serif;
  font-size: 5.6rem;
  line-height: 56px;
  letter-spacing: -1.68px;
  color: #ecebfb;
  margin: 0;
}
.solutions-details__banner__subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 28px;
  color: #f8f7ff;
  margin: 0;
}
.solutions-details__challenge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12rem;
  padding: 12rem 0;
  background: #f8f7ff;
  position: relative;
  z-index: 2;
  margin-top: 62rem;
}
.solutions-details__challenge-block {
  max-width: 72.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
  padding: 5.6rem 0;
}
.solutions-details__challenge-block.challenge-block-1 .solutions-details__text {
  color: #221f4f;
  font-family: "DM Sans", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: -0.64px;
  text-align: center;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #221f4f;
}
.solutions-details__challenge-block.challenge-block-2 {
  text-align: center;
  font-family: "DM Sans";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: -0.64px;
}
.solutions-details .people-slider {
  padding: 9.1rem 0 0 0;
}
.solutions-details__tag {
  display: flex;
  align-items: center;
  gap: 8px;
}
.solutions-details__tag span {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #221f4f;
}
.solutions-details__text-wrapper {
  max-width: 94rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.solutions-details__text-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6rem;
  background: linear-gradient(to bottom, #f8f7ff, transparent);
  z-index: 10;
  pointer-events: none;
}
.solutions-details__text-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6rem;
  background: linear-gradient(to top, #f8f7ff, transparent);
  z-index: 10;
  pointer-events: none;
}
.solutions-details__text-overlay {
  position: relative;
  z-index: 1;
  padding: 2rem;
}
.solutions-details__text {
  color: transparent;
  text-align: center;
  position: relative;
  background: linear-gradient(78deg, #221F4F 20.01%, #F70772 128.19%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  clip-path: inset(0% 0% 0% 0%);
}
.solutions-details__text p {
  text-align: center;
  font-family: "DM Sans";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: -0.64px;
}
.solutions-details__solution-text {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 40px;
  letter-spacing: -0.64px;
  text-align: center;
  max-width: 728px;
  margin: 0;
  background: linear-gradient(58.04deg, #221f4f 20%, #f70773 128.19%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.solutions-details__carousel {
  position: relative;
  background: #ffffff;
  padding: 144px 0 32px;
  overflow: hidden;
  z-index: 10;
}
.solutions-details__carousel-bg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.solutions-details__carousel-wave {
  width: 190px;
  height: 305px;
  background: linear-gradient(180deg, #ecebfb 0%, transparent 100%);
  clip-path: polygon(0 100%, 15% 85%, 30% 95%, 50% 80%, 70% 90%, 85% 75%, 100% 85%, 100% 100%);
  opacity: 0.3;
}
.solutions-details__carousel-track {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 13.62px;
  padding-left: 192px;
}
.solutions-details__carousel-item {
  flex-shrink: 0;
  width: 557px;
  height: 390px;
  border-radius: 33.54px;
  overflow: hidden;
}
.solutions-details__carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solutions-details__services {
  background: #ffffff;
  padding: 88px 0;
}
.solutions-details__services-list {
  display: flex;
  flex-direction: column;
  padding: 0 120px;
}
.solutions-details__service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}
.solutions-details__service--highlight .solutions-details__service-content {
  padding: 80px;
  background: #ecebfb;
  border-radius: 24px;
}
.solutions-details__service--reversed {
  flex-direction: row;
}
.solutions-details__service--reversed .solutions-details__service-content {
  padding: 80px;
  background: #ffffff;
  border-radius: 24px;
}
.solutions-details__service--shadow .solutions-details__service-content, .solutions-details__service--shadow {
  padding: 80px;
  border-radius: 24px;
  box-shadow: 0px 84px 100px rgba(34, 31, 79, 0.1);
}
.solutions-details__service-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
}
.solutions-details__service-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 16px;
  background: #f8f7ff;
  border-radius: 100px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 28px;
  letter-spacing: -0.36px;
  color: #f70773;
  width: -moz-fit-content;
  width: fit-content;
}
.solutions-details__service-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 28px;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0;
}
.solutions-details__dot {
  color: #f70773;
}
.solutions-details__service-description {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 28px;
  color: #4d4b6f;
  max-width: 424px;
  margin: 0;
}
.solutions-details__service-image {
  width: 448px;
  min-height: 363px;
  background: #ecebfb;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
}
.solutions-details__service-image--shadow {
  box-shadow: 0px 84px 100px rgba(34, 31, 79, 0.1);
}
.solutions-details__service-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solutions-details .services .services__card-image-container {
  background: transparent !important;
}
.solutions-details__maturity {
  overflow: hidden;
  position: relative;
  background: #ffffff;
  padding: 2.4rem 12rem 3.6rem;
  z-index: 10;
}
.solutions-details__maturity__header {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin-bottom: 3.6rem;
}
.solutions-details__maturity__title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 28px;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0;
}
.solutions-details__maturity__description {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 28px;
  color: #4d4b6f;
  max-width: 1141px;
  margin: 0;
}
.solutions-details__maturity__chart-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.solutions-details__maturity__chart__card {
  width: 100%;
}
.solutions-details__maturity__chart__card:first-child {
  margin-left: -10rem;
}
.solutions-details__maturity__chart__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.solutions-details__maturity .solutions-details__maturity__chart-wrapper {
  overflow: visible !important;
}
.solutions-details__maturity .solutions-details__maturity__chart-wrapper .slick-list {
  overflow: visible !important;
  padding: 0 6% !important;
}
.solutions-details__maturity .solutions-details__maturity__chart-wrapper .slick-track {
  display: flex !important;
  align-items: stretch;
}
.solutions-details__maturity .solutions-details__maturity__chart-wrapper .slick-slide {
  opacity: 0.7;
  transform: scale(0.92);
  transition: all 0.4s ease;
  height: 67vh;
}
.solutions-details__maturity .solutions-details__maturity__chart-wrapper .slick-slide .solutions-details__maturity__chart__card {
  height: 67vh;
}
.solutions-details__maturity .solutions-details__maturity__chart-wrapper .slick-slide > div {
  height: 100%;
}
.solutions-details__maturity .solutions-details__maturity__chart-wrapper .slick-slide.slick-center, .solutions-details__maturity .solutions-details__maturity__chart-wrapper .slick-slide.slick-current {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}
.solutions-details__maturity__nav {
  display: flex;
  align-items: center;
  gap: 56px;
  padding: 32px 0;
  margin-top: 8px;
}
.solutions-details__maturity__nav-buttons {
  display: flex;
  gap: 8px;
}
.solutions-details__maturity-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 67.19px;
  border: none;
  cursor: pointer;
  box-shadow: 0px 84px 100px rgba(34, 31, 79, 0.1);
  transition: all 0.3s ease;
  background: #f8f7ff;
}
.solutions-details__maturity-nav-btn.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.solutions-details__maturity-nav-btn:hover {
  background: #ecebfb;
}
.solutions-details__maturity__pagination {
  height: 1px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1;
  background: rgba(77, 75, 111, 0.3);
}
.solutions-details__maturity__pagination .slick-dots {
  display: flex;
  width: 100%;
}
.solutions-details__maturity__pagination .slick-dots li {
  width: 100%;
  padding-top: 1px;
}
.solutions-details__maturity__pagination .slick-dots li.slick-active {
  border-top: 2px solid #f70773;
}
.solutions-details__partners {
  background: #ffffff;
  padding: 8rem 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10.7rem;
  position: relative;
  z-index: 10;
}
.solutions-details__partners-header {
  width: 100%;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(77, 75, 111, 0.2);
  padding-top: 5.6rem;
}
.solutions-details__partners-title-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
}
.solutions-details__partners-line {
  position: absolute;
  top: -5.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 14rem;
  height: 2px;
  background: #f70773;
}
.solutions-details__partners-title {
  color: #221F4F;
  text-align: center;
  font-family: "DM Sans";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
}
.solutions-details__partners-logos {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16rem;
  flex-wrap: wrap;
}
.solutions-details__partners-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 7.8rem;
  border-radius: 16px;
  overflow: hidden;
  background: white;
}
.solutions-details__partners-logo img {
  width: 100%;
  height: 100%;
  max-height: 20.8rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  filter: grayscale(100%);
  transition: filter 0.25s ease, opacity 0.25s ease;
  max-width: 15rem;
}
.solutions-details__partners-logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
.solutions-details__cases {
  position: relative;
  background: #f8f7ff;
  padding: 12rem;
  z-index: 10;
}
.solutions-details__cases-header {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 6.4rem;
}
.solutions-details__cases-badge {
  width: -moz-max-content;
  width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 16px;
  background: #221f4f;
  border-radius: 100px;
  color: #ffffff;
  font-family: "DM Sans";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.36px;
}
.solutions-details__cases-title {
  color: #1E293B;
  font-family: "co-headline";
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5.6rem;
  letter-spacing: -1.2px;
}
.solutions-details__cases-subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #475569;
}
.solutions-details__cases-content {
  display: flex;
  gap: 3.2rem;
}
.solutions-details__cases-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.solutions-details__case {
  max-width: 58.4rem;
  display: flex;
  gap: 2.4rem;
  padding: 0 9.6rem 0 0;
}
.solutions-details__case--active .solutions-details__case-indicator {
  background: #f70773;
}
.solutions-details__case--active .solutions-details__case-title {
  color: #221f4f;
}
.solutions-details__case-indicator {
  width: 4px;
  background: #ecebfb;
  border-radius: 1234px;
  flex-shrink: 0;
}
.solutions-details__case-content {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 2.4rem 0 2.4rem 1.6rem;
}
.solutions-details__case-title {
  color: #221f4f;
  font-family: "DM Sans";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
}
.solutions-details__case-title strong {
  font-weight: 700;
}
.solutions-details__case-description {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #475569;
}
.solutions-details__case-link {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #f70773;
  text-decoration: none;
  padding: 12px 0;
  display: flex;
  height: 4.5rem;
  padding: 1.2rem 0;
  align-items: center;
  gap: 1.6rem;
  border-radius: 100px;
  backdrop-filter: blur(5px);
}
.solutions-details__case-link:hover {
  text-decoration: underline;
}
.solutions-details__cases-image {
  background: #ffffff;
  border-radius: 32px;
  overflow: hidden;
}
.solutions-details__cases-image:hover img {
  transform: scale(1.05);
}
.solutions-details__cases-image img {
  width: 100%;
  height: 100%;
  max-width: 58.4rem;
  max-height: 76.4rem;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity, transform 0.3s ease-in-out;
}

@media (max-width: 900px) {
  .solutions-details__banner {
    height: 90vh;
    min-height: 90vh;
    width: calc(100% - 2rem);
    margin: 1rem;
    border-radius: 1.2rem;
  }
  .solutions-details__banner__content {
    gap: 3.2rem;
  }
  .solutions-details__banner__breadcrumb {
    flex-direction: column;
    justify-content: center;
    gap: 1.2rem;
  }
}
@media (max-width: 900px) and (min-width: 550px) {
  .solutions-details__banner__breadcrumb {
    flex-direction: row;
  }
}
@media (max-width: 900px) {
  .solutions-details__banner__breadcrumb__item {
    padding: 8px 12px;
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .solutions-details__banner__title-wrapper {
    max-width: 35rem;
    margin: 0 auto;
  }
  .solutions-details__banner__title-wrapper::before, .solutions-details__banner__title-wrapper::after {
    width: 8rem;
    height: 12rem;
  }
}
@media (max-width: 900px) and (max-width: 700px) {
  .solutions-details__banner__title-wrapper::before, .solutions-details__banner__title-wrapper::after {
    display: none;
  }
}
@media (max-width: 900px) {
  .solutions-details__banner__title-wrapper::before {
    left: -8rem;
  }
  .solutions-details__banner__title-wrapper::after {
    right: -8rem;
  }
  .solutions-details__banner__title {
    font-size: 2.8rem;
    line-height: 3.2rem;
    letter-spacing: -0.84px;
  }
  .solutions-details__banner__subtitle {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .solutions-details__challenge {
    margin-top: 100vh;
    padding: 4rem 2rem;
    gap: 2rem;
  }
  .solutions-details__challenge-block {
    padding: 3.2rem 0;
    gap: 2rem;
  }
  .solutions-details__challenge-block.challenge-block-1 .solutions-details__text p, .solutions-details__challenge-block.challenge-block-2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .solutions-details__text p, .solutions-details__solution-text {
    font-size: 2rem !important;
    line-height: 2.8rem !important;
  }
  .solutions-details__carousel {
    padding: 6rem 0 2.4rem;
  }
  .solutions-details__carousel-track {
    padding-left: 2rem;
    gap: 1rem;
  }
  .solutions-details__carousel-item {
    width: 28rem;
    height: 20rem;
    border-radius: 2rem;
  }
  .solutions-details__carousel-wave {
    width: 100px;
    height: 160px;
  }
  .solutions-details__services {
    padding: 4rem 0;
  }
  .solutions-details__services-list {
    padding: 0 2rem;
  }
  .solutions-details__service {
    flex-direction: column;
    gap: 2.4rem;
    padding: 1.6rem 0;
  }
  .solutions-details__service--highlight .solutions-details__service-content, .solutions-details__service--reversed .solutions-details__service-content, .solutions-details__service--shadow .solutions-details__service-content, .solutions-details__service--shadow {
    padding: 2.4rem;
  }
  .solutions-details__service-content {
    gap: 2rem;
  }
  .solutions-details__service-number {
    font-size: 1.4rem;
    padding: 6px 12px;
  }
  .solutions-details__service-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .solutions-details__service-description {
    font-size: 1.4rem;
    max-width: 100%;
  }
  .solutions-details__service-image {
    width: 100%;
    min-height: 24rem;
  }
  .solutions-details__maturity {
    padding: 2.4rem 2rem 3.2rem;
  }
  .solutions-details__maturity__header {
    gap: 2rem;
    margin-bottom: 2.4rem;
  }
  .solutions-details__maturity__title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .solutions-details__maturity__description {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .solutions-details__maturity .solutions-details__maturity__chart-wrapper .slick-slide {
    height: 45vh;
  }
  .solutions-details__maturity .solutions-details__maturity__chart-wrapper .slick-slide .solutions-details__maturity__chart__card {
    height: 45vh;
  }
  .solutions-details__maturity__chart__card:first-child {
    margin-left: 0;
  }
  .solutions-details__maturity__nav {
    gap: 2rem;
    padding: 2rem 0;
  }
  .solutions-details__maturity-nav-btn {
    width: 3.6rem;
    height: 3.6rem;
  }
  .solutions-details__partners {
    padding: 4rem 2rem;
    gap: 3.2rem;
  }
  .solutions-details__partners-header {
    padding-top: 3.2rem;
  }
  .solutions-details__partners-line {
    top: -3.2rem;
    width: 10rem;
  }
  .solutions-details__partners-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .solutions-details__partners-logos {
    gap: 2.4rem;
  }
  .solutions-details__partners-logo {
    min-width: 120px;
  }
  .solutions-details__partners-logo img {
    max-height: 3rem;
  }
  .solutions-details__text-overlay {
    padding: 0;
  }
  .solutions-details__cases {
    padding: 4rem 2rem;
  }
  .solutions-details__cases-header {
    margin-bottom: 3.2rem;
    gap: 1.2rem;
  }
  .solutions-details__cases-badge {
    font-size: 1.4rem;
    padding: 6px 12px;
  }
  .solutions-details__cases-title {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
  .solutions-details__cases-subtitle {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .solutions-details__cases-content {
    flex-direction: column;
    gap: 2.4rem;
  }
  .solutions-details__case {
    max-width: 100%;
    padding-right: 0;
    gap: 1.6rem;
  }
  .solutions-details__case-content {
    padding: 1.6rem 0 1.6rem 1.2rem;
    gap: 1rem;
  }
  .solutions-details__case-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .solutions-details__case-description {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .solutions-details__cases-image img {
    max-height: 40rem;
    max-width: 100%;
  }
}
@media (min-width: 901px) and (max-width: 1300px) {
  .solutions-details__banner__title-wrapper::before {
    left: -8rem;
  }
  .solutions-details__banner__title-wrapper::after {
    right: -8rem;
  }
}
.container-main {
  background-color: #ffffff !important;
}

.contact {
  background: #ffffff;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}
.contact__content {
  padding: 18rem 11.2rem 9.6rem;
  margin: 0 auto;
}
.contact__wrapper {
  display: flex;
  gap: 5.6rem;
  align-items: start;
  flex-direction: column;
}
@media (min-width: 1300px) {
  .contact__wrapper {
    flex-direction: row;
    gap: 9.6rem;
  }
}
.contact__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media (min-width: 1300px) {
  .contact__info {
    position: sticky;
    top: 0;
  }
}
.contact__info-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 16px;
  background: #ecebfb;
  border-radius: 100px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 24px;
  color: #221f4f;
  width: -moz-fit-content;
  width: fit-content;
}
.contact__info-title {
  display: flex;
  align-items: center;
  gap: 32px;
  font-family: "co-headline", sans-serif;
  font-size: clamp(3.6rem, 6vw, 5.6rem);
  line-height: clamp(3.6rem, 6vw, 5.6rem);
  letter-spacing: -1.68px;
  color: #1e293b;
  margin: 0;
}
.contact__info-title-icon {
  flex-shrink: 0;
  width: 25px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.contact__info-title-icon--left {
  order: -1;
}
.contact__info-title-icon--right {
  order: 1;
  transform: scaleX(-1);
}
.contact__info-description {
  font-family: "DM Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 32px;
  color: #475569;
  margin: 0;
}
.contact__form-message {
  margin-bottom: 16px;
  padding: 12px 16px;
  border-radius: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
}
.contact__form-message--success {
  background: #dcfce7;
  color: #166534;
}
.contact__form-message--error {
  background: #fee2e2;
  color: #991b1b;
}
.contact__form-message--recaptcha {
  background: #fef3c7;
  color: #92400e;
}
.contact__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.contact__form-fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact__form-row {
  display: flex;
  gap: 24px;
}
.contact__form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.contact__form-group--textarea {
  margin-top: -8px;
}
.contact__form-label {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 28px;
  color: #221f4f;
}
.contact__form-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.contact__form-input-icon {
  position: absolute;
  left: 12px;
  z-index: 1;
  pointer-events: none;
  width: 20px;
  height: 20px;
}
.contact__form-input {
  width: 100%;
  padding: 12px 12px 12px 44px;
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 28px;
  color: #221f4f;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 123px;
  min-height: 48px;
  transition: border-color 0.3s ease;
}
.contact__form-input:focus {
  outline: none;
  border-color: #f70773;
}
.contact__form-input::-moz-placeholder {
  color: #a1a0b2;
}
.contact__form-input::placeholder {
  color: #a1a0b2;
}
.contact__form-textarea-wrapper {
  position: relative;
  min-height: 172px;
}
.contact__form-textarea {
  width: 100%;
  min-height: 172px;
  resize: vertical;
  padding: 12px;
  padding-bottom: 40px;
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 28px;
  color: #221f4f;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 24px;
  transition: border-color 0.3s ease;
}
.contact__form-textarea:focus {
  outline: none;
  border-color: #f70773;
}
.contact__form-textarea::-moz-placeholder {
  color: #a1a0b2;
}
.contact__form-textarea::placeholder {
  color: #a1a0b2;
}
.contact__form-textarea-footer {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact__form-textarea-counter {
  font-family: "DM Sans", sans-serif;
  font-size: 1.2rem;
  line-height: 0;
  color: #94a3b8;
}
.contact__form-textarea-counter-current {
  color: #94a3b8;
}
.contact__form-privacy {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact__form-privacy-checkbox {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: relative;
  background: #ffffff;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.contact__form-privacy-checkbox:checked {
  background: #f70773;
  border-color: #f70773;
}
.contact__form-privacy-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
}
.contact__form-privacy-label {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 28px;
  color: #1e293b;
  cursor: pointer;
}
.contact__form-privacy-link {
  color: #f70773;
  text-decoration: none;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  font-weight: 700;
}
.contact__form-privacy-link:hover {
  text-decoration: underline;
}
.contact__form-button {
  position: relative;
  z-index: 100 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 45px;
  padding: 12px 24px;
  background: #f70773;
  backdrop-filter: blur(5px);
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  width: 100%;
  flex-shrink: 0;
  opacity: 1 !important;
  visibility: visible !important;
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.4rem;
  color: #ffffff;
  white-space: nowrap;
}
.contact__form-button:hover {
  background: #03AAEB;
  transform: translateY(-2px);
}
.contact__form-button:hover svg {
  transform: translate(2px, -2px);
}
.contact__form-button:active {
  transform: translateY(0);
}
.contact__form-button svg {
  transition: transform 0.3s ease;
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
}
.contact .error {
  font-family: "DM Sans", sans-serif;
  font-size: 1.2rem;
  color: #f00;
  min-height: 16px;
  display: none;
}
.contact .error:not(:empty) {
  display: block;
  margin-top: 0.4rem;
}
.contact__locations {
  background: #f8f7ff;
  border-radius: 32px;
  margin: 0 auto;
  padding-left: 6vh;
}
.contact__locations-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 9.6rem 0;
}
.contact__locations-slider {
  overflow: hidden;
  width: 100%;
}
.contact__locations-slider .slick-arrow.slick-prev, .contact__locations-slider .slick-arrow.slick-next {
  display: none !important;
}
.contact__locations-track {
  margin: 0;
}
.contact__locations-track.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: pan-y;
}
.contact__locations-track .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.contact__locations-track .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
}
.contact__locations-track .slick-slide {
  display: flex;
  align-items: stretch;
  height: auto;
  min-height: 1px;
  margin-right: 24px;
  float: none;
}
.contact__locations-track .slick-slide:last-child {
  margin-right: 0;
}
.contact__locations-track .slick-slide > div {
  display: flex;
  width: 100%;
  align-items: stretch;
}
.contact__locations-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  width: 400px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease;
  height: 100%;
}
.contact__locations-card:hover {
  transform: translateY(-4px);
}
.contact__locations-image {
  width: 100%;
  aspect-ratio: 2560/1709;
  overflow: hidden;
  position: relative;
}
.contact__locations-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.contact__locations-card:hover .contact__locations-image img {
  transform: scale(1.05);
}
.contact__locations-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
.contact__locations-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact__locations-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 28px;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0;
}
.contact__locations-tag {
  display: inline-flex;
  align-items: center;
  padding: 12px;
  background: #ecebfb;
  border-radius: 100px;
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  line-height: normal;
  color: #221f4f;
  width: -moz-fit-content;
  width: fit-content;
  backdrop-filter: blur(5px);
}
.contact__locations-address {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 24px;
  color: #4d4b6f;
  margin: 0;
}
.contact__locations-contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact__locations-contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.contact__locations-contact-icon {
  flex-shrink: 0;
  width: 21.5px;
  height: 21.5px;
}
.contact__locations-contact-text {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 24px;
  color: #4d4b6f;
}
.contact__locations-nav {
  display: flex;
  align-items: center;
  width: 100%;
}
.contact__locations-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.3rem;
  height: 4.3rem;
  background: #ffffff;
  border: none;
  border-radius: 67.188px;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  visibility: visible;
  opacity: 1;
}
.contact__locations-nav-btn:hover {
  background: #221f4f;
}
.contact__locations-nav-btn:hover svg path {
  fill: #ffffff;
}
.contact__locations-nav-btn.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.contact__locations-nav-btn.slick-disabled:hover {
  background: #ffffff;
}
.contact__locations-nav-btn.slick-disabled:hover svg path {
  fill: #221f4f;
}
.contact__locations-nav-btn:first-child {
  margin-right: 8px;
}
.contact__locations-nav-btn svg {
  width: 21.5px;
  height: 21.5px;
  flex-shrink: 0;
}
.contact__locations-nav-btn svg path {
  transition: fill 0.3s ease;
}
.contact__locations-progress {
  flex: 1;
  height: 2px;
  position: relative;
  min-width: 0;
  margin-left: 5.6rem;
}
.contact__locations-progress-bar {
  width: 100%;
  height: 100%;
  background: rgba(34, 31, 79, 0.1);
  border-radius: 1px;
  position: relative;
  overflow: hidden;
}
.contact__locations-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #f70773;
  border-radius: 1px;
  transition: width 0.3s ease;
  width: 25%;
}
.contact__ethics {
  position: relative;
  padding: 6.4rem 0;
  margin: 0 auto;
  width: calc(100% - 4vh);
  overflow: hidden;
  min-height: 90vh;
  border-radius: 32px;
  z-index: 1;
  display: flex;
  align-items: flex-end;
}
.contact__ethics-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.contact__ethics-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(259deg, rgba(34, 31, 79, 0) 18.88%, rgba(34, 31, 79, 0.89) 61.36%);
}
.contact__ethics-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.contact__ethics-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  z-index: 1;
}
.contact__ethics-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 600px;
  padding: 0;
}
.contact__ethics-spacer {
  height: 28px;
  width: 135px;
  flex-shrink: 0;
}
.contact__ethics-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.contact__ethics-title-wrapper {
  padding-left: 64px;
  padding-right: 0;
}
.contact__ethics-title {
  font-family: "co-headline", sans-serif;
  font-size: 5.6rem;
  line-height: 56px;
  letter-spacing: -1.68px;
  color: #ffffff;
  margin: 0;
}
.contact__ethics-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 64px;
  padding-right: 40px;
  width: 733px;
}
.contact__ethics-text {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 28px;
  color: #ecebfb;
}
.contact__ethics-text p, .contact__ethics-text a {
  color: inherit;
  margin: 0;
}
.contact__ethics-text p:not(:last-child), .contact__ethics-text a:not(:last-child) {
  margin-bottom: 24px;
}
.contact__ethics-link {
  text-decoration: underline;
  transition: all 0.3s ease;
}
.contact__ethics-link:hover {
  text-decoration: underline;
}
.contact__ethics-button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact__ethics-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  height: 45px;
  padding: 12px 24px;
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  line-height: normal;
  text-transform: lowercase;
  color: #ffffff;
  background: #f70773;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease;
  backdrop-filter: blur(5px);
}
.contact__ethics-button:hover {
  background: rgb(222.2027559055, 6.2972440945, 103.4547244094);
}
.contact__ethics-button svg {
  flex-shrink: 0;
  width: 19px;
  height: 19px;
}

@media (max-width: 900px) {
  .contact__content {
    padding: 12rem 2rem 4rem;
  }
  .contact__wrapper {
    flex-direction: column;
    gap: 5.6rem;
  }
  .contact__info {
    flex: 1;
    position: static;
  }
  .contact__info-title {
    font-size: 3.2rem;
    gap: 1.6rem;
    text-align: center;
  }
  .contact__form {
    width: 100%;
  }
}
@media (max-width: 900px) and (max-width: 550px) {
  .contact__form-row {
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .contact__locations {
    padding: 40px 24px;
    border-radius: 24px;
  }
  .contact__locations-container {
    padding: 0;
    gap: 2.4rem;
  }
}
@media (max-width: 900px) and (min-width: 700px) {
  .contact__locations-track .slick-slide {
    margin-right: 16px;
  }
}
@media (max-width: 900px) {
  .contact__locations-nav {
    gap: 1.2rem;
    padding: 0 16px;
  }
  .contact__locations-progress {
    margin-left: 0;
  }
  .contact__ethics {
    padding: 40px 24px;
    min-height: auto;
    width: calc(100% - 4vh);
  }
  .contact__ethics-container {
    min-height: auto;
  }
  .contact__ethics-spacer {
    display: none;
  }
  .contact__ethics-title-wrapper {
    padding-left: 0;
  }
  .contact__ethics-title {
    font-size: 3.2rem;
    line-height: 40px;
  }
  .contact__ethics-content {
    padding-left: 0;
    padding-right: 0;
    gap: 16px;
    width: 100%;
  }
}
.cases {
  background: #ffffff;
  position: relative;
}
.cases__top-container {
  position: relative;
  z-index: 2;
  padding: 13.8rem 0 0 0;
  border-radius: 0 0 32px 32px;
}
.cases__top-container::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(30deg, rgba(247, 7, 115, 0) 58.82%, #F70773 153.33%), #221F4F;
  pointer-events: none;
  border-radius: 0 0 32px 32px;
}
.cases__banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.cases__banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.7rem;
  width: 100%;
  padding: 0 9.6rem 6.4rem 9.6rem;
}
.cases__banner-left, .cases__banner-right {
  flex: 1 0 0;
  display: flex;
  align-items: center;
}
.cases__banner-left {
  justify-content: flex-end;
}
.cases__banner-right {
  justify-content: flex-start;
}
.cases__banner-center {
  flex-shrink: 0;
  width: 256px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cases__banner-logo {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.cases__banner-title {
  font-family: "co-headline", sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -1.68px;
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
}
.cases__banner-title--highlight {
  color: #f70773;
}
.cases__banner-title-word {
  display: inline-block;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
.cases__banner-title-word.fade-out {
  opacity: 0;
}
.cases__banner-title-word.fade-in {
  opacity: 1;
}
.cases__clients {
  padding: 56px 96px 80px;
  border-radius: 0 0 32px 32px;
  position: relative;
  z-index: 2;
}
.cases__clients-container {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.cases__clients-header {
  display: flex;
  gap: 7.2rem;
  align-items: flex-start;
  gap: 16rem;
}
@media (min-width: 1500px) {
  .cases__clients-header {
    justify-content: center;
  }
}
.cases__clients-title {
  font-family: "co-headline", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 43px;
  letter-spacing: -1.2px;
  color: #ffffff;
  margin: 0;
  flex: 1;
  max-width: 613px;
}
.cases__clients-title--highlight {
  color: #f70773;
}
.cases__clients-description {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
  margin: 0;
  flex: 1;
  max-width: 339px;
}
.cases__clients-description strong {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}
.cases__clients-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.cases__clients-row {
  overflow: hidden;
  width: 100%;
  position: relative;
  white-space: nowrap;
}
.cases__clients-row--first {
  padding-left: 100px;
  padding-right: 0;
}
.cases__clients-row--second {
  padding-left: 0;
  padding-right: 120px;
  display: flex;
  justify-content: flex-end;
}
.cases__clients-track {
  display: inline-flex;
  gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
  will-change: transform;
  animation-play-state: running !important;
}
.cases__clients-card {
  flex-shrink: 0;
  width: 276px;
  height: 180px;
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.cases__clients-logo {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.cases__list {
  background: #ffffff;
  padding: 24px 12px 120px;
  position: relative;
  z-index: 1;
}
.cases__list-container {
  max-width: 1440px;
  margin: 0 auto;
}
.cases__list-filters {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 24px 56px 0;
}
.cases__list-tabs {
  display: flex;
  gap: 8px;
  background: #ecebfb;
  padding: 8px;
  border-radius: 64px;
  max-width: 826px;
  margin: 0 auto;
}
.cases__list-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 16px;
  border: none;
  background: #ffffff;
  border-radius: 200px;
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 24px;
  color: #4d4b6f;
  cursor: pointer;
  box-shadow: 0px 4px 8px 0px rgba(16, 28, 58, 0.07);
  transition: all 0.2s ease;
}
.cases__list-tab svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.cases__list-tab--active {
  background: #ecebfb;
  color: #101c3a;
  box-shadow: none;
  font-weight: 400;
}
.cases__list-tab:hover:not(.cases__list-tab--active) {
  box-shadow: 0px 4px 12px 0px rgba(16, 28, 58, 0.12);
}
.cases__list-tab-text {
  flex: 1;
  text-align: left;
}
.cases__list-tab-arrow {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.cases__list-tab--dropdown {
  position: relative;
}
.cases__list-tab--dropdown.active .cases__list-tab-arrow {
  transform: rotate(180deg);
}
.cases__list-dropdown-wrapper {
  position: relative;
  flex: 1 0 0;
  min-width: 0;
}
.cases__list-dropdown-wrapper > .cases__list-tab {
  width: 100%;
}
.cases__list-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 4px 12px 0px rgba(16, 28, 58, 0.15);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  z-index: 100;
  max-height: 200px;
  overflow-y: auto;
}
.cases__list-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.cases__list-dropdown-item {
  display: block;
  width: 100%;
  padding: 10px 16px;
  border: none;
  background: transparent;
  border-radius: 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 24px;
  color: #221f4f;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease;
}
.cases__list-dropdown-item:hover {
  background: #ecebfb;
}
.cases__list-dropdown-item.active {
  background: #ecebfb;
  font-weight: 700;
}
.cases__list-search-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex: 1 0 0;
  min-width: 0;
  padding: 10px 16px;
  border: none;
  background: #ffffff;
  border-radius: 200px;
  box-shadow: 0px 4px 8px 0px rgba(16, 28, 58, 0.07);
  transition: all 0.2s ease;
  cursor: default;
  width: 100%;
}
.cases__list-search-wrapper:hover {
  box-shadow: 0px 4px 12px 0px rgba(16, 28, 58, 0.12);
}
.cases__list-search-input {
  flex: 1;
  border: none;
  background: transparent;
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 24px;
  color: #4d4b6f;
  outline: none;
  min-width: 0;
}
.cases__list-search-input::-moz-placeholder {
  color: #4d4b6f;
  opacity: 0.8;
}
.cases__list-search-input::placeholder {
  color: #4d4b6f;
  opacity: 0.8;
}
.cases__list-search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
.cases__list-search-button svg {
  width: 16px;
  height: 16px;
}
.cases__list-search-button:hover {
  opacity: 0.7;
}
.cases__list-grid {
  display: grid;
  gap: 56px 32px;
  justify-content: center;
  padding: 48px 12px 0;
  grid-template-columns: repeat(2, 1fr);
}
.cases__list-card {
  max-width: 620px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 15px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
}
.cases__list-card:hover {
  transform: translateY(-4px);
}
.cases__list-card-image {
  position: relative;
  width: 100%;
  height: 417px;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  overflow: hidden;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="70" height="70" viewBox="0 0 70 70"><circle cx="35" cy="35" r="32" fill="%23f70773"/><line x1="35" y1="28" x2="35" y2="42" stroke="white" stroke-width="2" stroke-linecap="round"/><line x1="28" y1="35" x2="42" y2="35" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>') 35 35, pointer;
}
.cases__list-card-image * {
  cursor: inherit;
}
.cases__list-card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.cases__list-card:hover .cases__list-card-img {
  transform: scale(1.05);
}
.cases__list-card-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.cases__list-card-header {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.cases__list-card-title {
  font-family: "DM Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0;
}
.cases__list-card-title strong {
  font-weight: 700;
}
.cases__list-card-category {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 28px;
  color: #7991b5;
  margin: 0;
}
.cases__list-card-description {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 28px;
  color: #4d4b6f;
  margin: 0;
}
.cases__list-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cases__list-card-tag {
  display: inline-block;
  padding: 9px 17px;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 24px;
  color: #221f4f;
  background: #ffffff;
}

@media (max-width: 900px) {
  .cases__top-container {
    padding: 12rem 0 0 0;
    border-radius: 0 0 24px 24px;
  }
  .cases__top-container::before {
    border-radius: 0 0 24px 24px;
  }
  .cases__banner-content {
    flex-direction: column;
    gap: 2rem;
    padding: 0 2rem 4rem;
  }
  .cases__banner-left, .cases__banner-right {
    justify-content: center;
  }
  .cases__banner-center {
    width: 180px;
    height: auto;
  }
  .cases__banner-title {
    font-size: clamp(2.4rem, 6vw, 3.2rem);
    line-height: clamp(3.2rem, 6vw, 4rem);
    letter-spacing: -0.96px;
    text-align: center;
  }
  .cases__clients {
    padding: 0rem 2rem 6rem;
    border-radius: 0 0 24px 24px;
  }
  .cases__clients-container {
    gap: 48px;
  }
  .cases__clients-header {
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
  }
  .cases__clients-title {
    font-size: clamp(2rem, 5vw, 2.4rem);
    line-height: clamp(2.8rem, 5vw, 3.2rem);
    letter-spacing: -0.72px;
    max-width: 100%;
  }
  .cases__clients-description {
    font-size: 1.4rem;
    line-height: 24px;
  }
  .cases__clients-row--first {
    padding-left: 0;
  }
  .cases__clients-row--second {
    padding-right: 0;
    padding-left: 0;
    display: block;
  }
  .cases__clients-card {
    width: calc(25% - 6px);
    height: 140px;
  }
  .cases__list {
    padding: 2rem 1.2rem 8rem;
  }
  .cases__list-filters {
    padding: 1.6rem 2rem 0;
  }
  .cases__list-tabs {
    flex-wrap: wrap;
    gap: 6px;
    padding: 6px;
    border-radius: 2rem;
  }
  .cases__list-tab {
    width: -moz-max-content;
    width: max-content;
    font-size: 1.2rem;
    padding: 8px 12px;
  }
  .cases__list-dropdown {
    border-radius: 1.2rem;
    padding: 6px;
    max-height: 180px;
  }
  .cases__list-dropdown-item {
    padding: 8px 12px;
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .cases__list-search-wrapper {
    flex: 1 1 auto;
    padding: 8px 12px;
  }
  .cases__list-search-input {
    font-size: 1.2rem;
  }
  .cases__list-grid {
    gap: 32px 16px;
    padding: 32px 12px 0;
  }
}
@media screen and (max-width: 900px) and (min-width: 700px) {
  .cases__list-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .cases__list-card {
    max-width: 100%;
    padding: 0;
    gap: 1.6rem;
  }
  .cases__list-card-image {
    height: 24rem;
    border-radius: 1.2rem;
  }
  .cases__list-card-content {
    gap: 1.6rem;
  }
  .cases__list-card-header {
    gap: 1.2rem;
  }
  .cases__list-card-title {
    font-size: 2rem;
    line-height: 24px;
  }
  .cases__list-card-category {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .cases__list-card-description {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .cases__list-card-tags {
    gap: 6px;
  }
  .cases__list-card-tag {
    padding: 8px 14px;
    font-size: 1.2rem;
    line-height: 2rem;
    border-radius: 10rem;
  }
}
.case-details {
  background: #ffffff;
  position: relative;
}
.case-details__container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  padding-bottom: 0;
}
.case-details__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  position: relative;
  padding: 18rem 11.2rem 0 11.2rem;
}
.case-details__header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 800px;
}
.case-details__breadcrumb {
  display: flex;
  align-items: center;
  gap: 16px;
}
.case-details__breadcrumb-item {
  backdrop-filter: blur(5px);
  background: #ecebfb;
  padding: 12px;
  border-radius: 100px;
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
  color: #221f4f;
}
.case-details__breadcrumb-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f70773;
  flex-shrink: 0;
}
.case-details__sector {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 28px;
  color: #7991b5;
}
.case-details__sector-text {
  margin: 0;
}
.case-details__logo {
  height: 43px;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-details__logo-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.case-details__title {
  font-family: "co-headline", sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -1.68px;
  color: #221f4f;
  text-align: center;
  margin: 0;
  max-width: 1060px;
}
@media (max-width: 900px) {
  .case-details__title {
    font-size: 3.2rem;
    line-height: 40px;
    letter-spacing: -0.96px;
  }
}
.case-details__description {
  font-family: "DM Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 32px;
  color: #475569;
  text-align: center;
  margin: 0;
  max-width: 912px;
}
@media (max-width: 900px) {
  .case-details__description {
    font-size: 1.6rem;
    line-height: 28px;
  }
}
.case-details__hero {
  height: 512px;
  width: 100%;
  border-radius: 32px;
  overflow: visible;
  position: relative;
}
.case-details__hero-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
  display: block;
}
.case-details__arrow {
  position: absolute;
  width: 166px;
  height: 265px;
  z-index: 2;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 900px) {
  .case-details__arrow {
    display: none;
  }
}
.case-details__arrow svg {
  width: 100%;
  height: 100%;
  display: block;
}
.case-details__arrow--left {
  left: -45px;
  transform: translateY(-50%) rotate(180deg) scaleY(-1);
}
.case-details__arrow--right {
  right: -45px;
  transform: translateY(-50%);
}
.case-details__content {
  display: flex;
  gap: 8.8rem;
  align-items: flex-start;
  width: 100%;
  padding: 0 11.2rem 12rem 11.2rem;
}
@media screen and (max-width: 1300px) {
  .case-details__content {
    padding: 0 5.6rem 12rem 5.6rem;
  }
}
@media (max-width: 900px) {
  .case-details__content {
    flex-direction: column;
    gap: 40px;
  }
}
.case-details__sidebar {
  width: 40%;
  min-width: 0;
  padding-left: 32px;
  position: sticky;
  top: 100px;
  align-self: flex-start;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
@media (max-width: 900px) {
  .case-details__sidebar {
    position: relative;
    padding-left: 0;
    width: 100%;
    top: 0;
    max-height: none;
  }
}
.case-details__nav {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.case-details__nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  border-bottom: 1px solid rgba(77, 75, 111, 0.3);
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.case-details__nav-item:first-child {
  padding-top: 0;
  border-bottom: 1px solid rgba(77, 75, 111, 0.3);
}
.case-details__nav-item:not(:last-child) {
  border-bottom: 1px solid #c5c3df;
}
.case-details__nav-item:last-child {
  border-bottom: none;
}
.case-details__nav-item--active .case-details__nav-content {
  color: #221f4f;
}
.case-details__nav-item--active .case-details__nav-number {
  color: #f70773;
}
.case-details__nav-item--active .case-details__nav-text {
  color: #221f4f;
}
.case-details__nav-item--active .case-details__nav-icon {
  color: #ffffff;
}
.case-details__nav-item:not(.case-details__nav-item--active) .case-details__nav-content {
  color: #c5c3df;
}
.case-details__nav-item:not(.case-details__nav-item--active) .case-details__nav-number {
  color: #c5c3df;
}
.case-details__nav-item:not(.case-details__nav-item--active) .case-details__nav-text {
  color: #c5c3df;
}
.case-details__nav-item:not(.case-details__nav-item--active) .case-details__nav-icon {
  color: #ffffff;
}
.case-details__nav-item:hover .case-details__nav-content {
  color: #221f4f;
}
.case-details__nav-item:hover .case-details__nav-number {
  color: #f70773;
}
.case-details__nav-item:hover .case-details__nav-text {
  color: #221f4f;
}
.case-details__nav-content {
  display: flex;
  align-items: center;
  gap: 24px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 28px;
  transition: color 0.3s ease;
}
.case-details__nav-number {
  font-size: 1.6rem;
  width: 34px;
  transition: color 0.3s ease;
}
.case-details__nav-text {
  font-size: 2.4rem;
  letter-spacing: -0.48px;
  transition: color 0.3s ease;
}
.case-details__nav-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}
.case-details__nav-icon svg {
  width: 100%;
  height: 100%;
}
.case-details__sections {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  width: 100%;
}
@media (max-width: 900px) {
  .case-details__sections {
    gap: 40px;
  }
}
.case-details__section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  scroll-margin-top: 120px;
  padding-top: 0;
}
.case-details__section-title {
  font-family: "DM Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.case-details__section-number {
  color: #f70773;
  line-height: 28px;
}
.case-details__section-text {
  line-height: 28px;
}
.case-details__section-content {
  font-family: "DM Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 32px;
  color: #475569;
  margin: 0;
}
.case-details__section-content p {
  margin: 0 0 16px 0;
}
.case-details__section-content p:last-child {
  margin-bottom: 0;
}
.case-details__image-section {
  width: 100%;
  height: 100%;
  max-height: 40rem;
  border-radius: 32px;
  overflow: hidden;
}
.case-details__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-details__benefits {
  background: #ffffff;
  border-radius: 32px 32px 0 0;
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
  width: 100%;
  padding: 0 5.6rem;
  padding-bottom: 5vh;
}
@media (max-width: 900px) {
  .case-details__benefits {
    padding: 40px 24px;
    border-radius: 24px 24px 0 0;
    gap: 40px;
  }
}
.case-details__benefits-header {
  border-top: 1px solid rgba(77, 75, 111, 0.3);
  padding-top: 56px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) {
  .case-details__benefits-header {
    padding-top: 40px;
  }
}
.case-details__benefits-title-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  width: 100%;
}
.case-details__benefits-line {
  position: absolute;
  top: -59px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 3px;
  background: #f70773;
}
.case-details__benefits-title {
  font-family: "DM Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.48px;
  color: #221f4f;
  text-align: center;
  margin: 0;
}
.case-details__benefits-grid {
  display: flex;
  gap: 24px;
  width: 100%;
}
@media (max-width: 900px) {
  .case-details__benefits-grid {
    flex-direction: column;
    gap: 16px;
  }
}
.case-details__benefits-card {
  background: #f8f7ff;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 88px;
  flex: 1 0 0;
  min-width: 0;
  transition: all 0.3s ease;
}
.case-details__benefits-card:hover {
  transform: translateY(-4px);
}
.case-details__benefits-card:hover .case-details__benefits-icon-wrapper {
  transform: scale(1.05);
}
@media (max-width: 900px) {
  .case-details__benefits-card {
    gap: 40px;
  }
}
.case-details__benefits-icon-wrapper {
  background: #ffffff;
  border-radius: 100px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 84px 100px 0px rgba(34, 31, 79, 0.1);
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.case-details__benefits-icon-wrapper svg {
  width: 32px;
  height: 32px;
  display: block;
}
.case-details__benefits-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.case-details__benefits-card-title {
  font-family: "DM Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0;
}
.case-details__benefits-card-description {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 24px;
  color: #4d4b6f;
  margin: 0;
}
.case-details__partnerships {
  background: #ffffff;
  border-radius: 32px 32px 0 0;
  padding: 2.4rem 5.6rem 8.8rem 5.6rem;
  display: flex;
  flex-direction: column;
  gap: 56px;
  width: 100%;
}
@media (max-width: 900px) {
  .case-details__partnerships {
    padding: 40px 24px;
    border-radius: 24px 24px 0 0;
    gap: 40px;
  }
}
.case-details__partnerships-header {
  border-top: 1px solid rgba(77, 75, 111, 0.3);
  padding-top: 56px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) {
  .case-details__partnerships-header {
    padding-top: 40px;
  }
}
.case-details__partnerships-title-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  width: 100%;
}
.case-details__partnerships-line {
  position: absolute;
  top: -57px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 3px;
  background: #f70773;
}
.case-details__partnerships-title {
  font-family: "DM Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.48px;
  color: #221f4f;
  text-align: center;
  margin: 0;
}
.case-details__partnerships-grid {
  display: flex;
  gap: 24px;
  width: 100%;
  justify-content: center;
}
@media (max-width: 900px) {
  .case-details__partnerships-grid {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
}
.case-details__partnerships-card {
  background: #ffffff;
  border-radius: 16px;
  width: 276px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .case-details__partnerships-card {
    width: 100%;
    max-width: 276px;
  }
}
.case-details__partnerships-logo {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  display: block;
}
.case-details__related {
  background: #ecebfb;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  box-sizing: border-box;
  padding-top: 9.6rem;
}
@media (max-width: 900px) {
  .case-details__related {
    padding: 40px 24px;
    gap: 32px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.case-details__related-header {
  width: 100%;
  padding: 0 11.2rem;
}
.case-details__related-header-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  border-top: 1px solid rgba(77, 75, 111, 0.3);
  padding: 6.4rem 0 0;
}
.case-details__related-header-content::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 23.4rem;
  height: 2px;
  background: #f70773;
}
@media (max-width: 900px) {
  .case-details__related-header-content {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
}
.case-details__related-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 234px;
  height: 2px;
  background-size: contain;
}
@media (max-width: 900px) {
  .case-details__related-line {
    display: none;
  }
}
.case-details__related-title {
  font-family: "co-headline", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -1.2px;
  color: #1e293b;
  margin: 0;
  max-width: 696px;
}
@media (max-width: 900px) {
  .case-details__related-title {
    font-size: 3.2rem;
    line-height: 40px;
    letter-spacing: -0.96px;
  }
}
.case-details__related-button {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 45px;
  padding: 12px 24px;
  background: #f70773;
  border-radius: 100px;
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
  color: #ffffff;
  text-decoration: none;
  backdrop-filter: blur(5px);
  transition: background 0.3s ease, transform 0.2s ease;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .case-details__related-button {
    width: 100%;
    justify-content: center;
  }
}
.case-details__related-button:hover {
  background: rgb(222.2027559055, 6.2972440945, 103.4547244094);
  transform: translateY(-2px);
}
.case-details__related-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
  padding: 0 11.2rem 9.6rem 11.2rem;
}
@media (max-width: 900px) {
  .case-details__related-grid {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }
}
.case-details__related-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 15px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease;
}
@media (max-width: 900px) {
  .case-details__related-card {
    max-width: 100%;
    padding: 0;
  }
}
.case-details__related-card:hover {
  transform: translateY(-4px);
}
.case-details__related-card-image {
  position: relative;
  width: 100%;
  height: 417px;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  overflow: hidden;
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="70" height="70" viewBox="0 0 70 70"><circle cx="35" cy="35" r="32" fill="%23f70773"/><line x1="35" y1="28" x2="35" y2="42" stroke="white" stroke-width="2" stroke-linecap="round"/><line x1="28" y1="35" x2="42" y2="35" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>') 35 35, pointer;
}
@media (max-width: 900px) {
  .case-details__related-card-image {
    height: 300px;
  }
}
.case-details__related-card-image * {
  cursor: inherit;
}
.case-details__related-card-image:hover .case-details__related-card-img {
  transform: scale(1.05);
}
.case-details__related-card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.case-details__related-card-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.case-details__related-card-title {
  font-family: "DM Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0;
}
@media (max-width: 900px) {
  .case-details__related-card-title {
    font-size: 2rem;
    line-height: 24px;
  }
}
.case-details__related-card-title strong {
  font-weight: 700;
}
.case-details__related-card-description {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 28px;
  color: #4d4b6f;
  margin: 0;
}
.case-details__related-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.case-details__related-card-tag {
  display: inline-block;
  padding: 9px 17px;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 24px;
  color: #221f4f;
  background: #ffffff;
}

@media screen and (max-width: 900px) {
  .case-details .case-details__header {
    padding: 12rem 2.4rem 0 2.4rem;
  }
}
.people {
  background: #f8f7ff;
  width: 100%;
}
.people__btn--secondary {
  display: flex;
  height: 4.5rem;
  padding: 1.2rem 2.4rem;
  align-items: center;
  gap: 1.6rem;
  transition: color 0.3s ease;
  border-radius: 100px;
  border: 1px solid #f70773;
  backdrop-filter: blur(5px);
  position: relative;
  overflow: hidden;
  color: #f70773;
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  z-index: 1;
}
.people__btn--secondary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f70773;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.people__btn--secondary:hover {
  color: #ffffff;
}
.people__btn--secondary:hover::after {
  transform: translateX(0);
}
.people__btn--secondary:hover svg path {
  fill: #ffffff;
}
.people__btn--secondary svg path {
  transition: all 0.3s ease;
}
.people__banner {
  margin: 1.6rem 1.6rem 0 1.6rem;
}
.people__banner-container {
  position: relative;
  background: #ffb609;
  border-radius: 1.6rem;
  height: 95vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  transition: background 0.6s ease-in-out;
}
.people__banner-container--orange {
  background: #ffb609;
}
.people__banner-container--purple {
  background: linear-gradient(27.47deg, rgba(247, 7, 115, 0) 40.58%, rgb(247, 7, 115) 131.21%), linear-gradient(180deg, rgba(34, 31, 79, 0) 0%, rgba(34, 31, 79, 0.4) 100%), linear-gradient(90deg, #221f4f 0%, #221f4f 100%);
}
.people__banner-container--purple .people__banner-title,
.people__banner-container--purple .people__banner-description {
  color: #ffffff;
}
.people__banner-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 99;
  width: 100%;
  padding: 0 0 6.4rem 6.4rem;
}
@media (max-width: 1200px) {
  .people__banner-content {
    padding: 0 0 6.4rem 2.4rem;
  }
}
.people__banner-title {
  font-family: "co-headline", sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 5.6rem;
  letter-spacing: -1.68px;
  color: #221f4f;
  margin: 0 0 4rem;
  transition: background 0.6s ease-in-out;
}
.people__banner-title-accent {
  color: #f70773;
}
.people__banner-description {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #221f4f;
  margin: 0 0 4rem;
  max-width: 43.7rem;
  transition: background 0.6s ease-in-out;
}
.people__banner-actions {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  align-items: flex-start;
}
.people__banner-image {
  position: relative;
  max-width: 64.7rem;
  width: 100%;
  height: 74.6rem;
  z-index: 3;
  margin-right: 3.5rem;
}
@media (max-width: 1450px) {
  .people__banner-image {
    height: 57rem;
    max-width: 49rem;
    margin: 0 auto;
  }
}
.people__banner-image .left-arrow {
  position: absolute;
  left: -9rem;
  top: 13.5rem;
  z-index: 1;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .people__banner-image .left-arrow {
    display: none;
  }
}
.people__banner-image .right-arrow {
  position: absolute;
  right: -3.5rem;
  top: 13.5rem;
  z-index: 1;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .people__banner-image .right-arrow {
    display: none;
  }
}
.people__banner-image img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
  bottom: 0;
}
.people__banner-image__slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.people__banner-image__slider .slick-list {
  position: relative;
  height: 100%;
  z-index: 3;
}
.people__banner-image__slider .slick-track {
  height: 100%;
}
.people__banner-image__slider .slick-slide {
  position: relative;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.people__banner-image__slider .slick-slide.slick-active {
  opacity: 1;
}
.people__banner-image__slider .slick-slide > div {
  height: 100%;
}
.people__banner-image__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.people__banner-decoration {
  position: absolute;
  width: 19rem;
  height: 30.5rem;
  z-index: 1;
}
.people__banner-decoration--left {
  left: 12.18rem;
  top: 25.7rem;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkwIiBoZWlnaHQ9IjMwNSIgdmlld0JveD0iMCAwIDE5MCAzMDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS0xMS45OTkxIDEzMC44MTdWMTM0LjI5MUwtOC4xMTA0MyAxNDIuMTU5TDEyMi4yNzEgMjYyLjE5MkMxMjcuNTM5IDI2NS40MTUgMTMzLjcyNyAyNjYuMjEgMTM5LjA4IDI2Mi43MzZDMjQxLjQyMSAyNjEuMjI5IDE0OC45NDEgMjQzLjY5MyAxNTAuNDA0IDI0MS4zOTFDMTU0LjA4NCAyMzUuNjU3IDE1NC4xMjYgMjI4LjMzMyAxNDkuNjEgMjIzLjE0NEw1OS41MDIgMTMyLjkxQzY1LjgxNTggMTI0LjI0NiA3NC45MzExIDExNy40MjQgODIuNTQxMiAxMDkuOTc0QzEwNS45OTkgODYuOTk3NCAxMjguMzY5IDYyLjkzMjIgMTUxLjM2NiAzOS40NTI5QzE1My44NzUgMzQuMjYzMiAxNTMuNzkxIDI5LjI0MDkgMTUwLjczOSAyNC4zMDIzQzE0OS4yNzUgMjEuOTE2NyAxMzAuODM2IDMuNDE3OTIgMTI4LjUzNiAyLjA3ODY0QzEyMy4zOTMgLTAuOTM0NzM2IDExNS40NDggLTAuNzY3MzIxIDExMC43NjUgMy4yMDg2N0MxMDguOTY3IDQuNzU3MjEgMTA4LjA4OSA2Ljg5MTY4IDEwNi40NTggOC40ODIwN0M2OC4xNTczIDQ2LjUyNiAzMC4xOTA3IDg0LjkwNDcgLTguMTEwNDMgMTIyLjk0OUwtMTEuOTk5MSAxMzAuODE3WiIgZmlsbD0iIzIyMUY0RiIvPjwvc3ZnPg==") no-repeat;
  background-size: contain;
}
.people__banner-decoration--right {
  right: 6.09rem;
  top: 25.7rem;
  transform: rotate(180deg) scaleY(-1);
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkwIiBoZWlnaHQ9IjMwNSIgdmlld0JveD0iMCAwIDE5MCAzMDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS0xMS45OTkxIDEzMC44MTdWMTM0LjI5MUwtOC4xMTA0MyAxNDIuMTU5TDEyMi4yNzEgMjYyLjE5MkMxMjcuNTM5IDI2NS40MTUgMTMzLjcyNyAyNjYuMjEgMTM5LjA4IDI2Mi43MzZDMjQxLjQyMSAyNjEuMjI5IDE0OC45NDEgMjQzLjY5MyAxNTAuNDA0IDI0MS4zOTFDMTU0LjA4NCAyMzUuNjU3IDE1NC4xMjYgMjI4LjMzMyAxNDkuNjEgMjIzLjE0NEw1OS41MDIgMTMyLjkxQzY1LjgxNTggMTI0LjI0NiA3NC45MzExIDExNy40MjQgODIuNTQxMiAxMDkuOTc0QzEwNS45OTkgODYuOTk3NCAxMjguMzY5IDYyLjkzMjIgMTUxLjM2NiAzOS40NTI5QzE1My44NzUgMzQuMjYzMiAxNTMuNzkxIDI5LjI0MDkgMTUwLjczOSAyNC4zMDIzQzE0OS4yNzUgMjEuOTE2NyAxMzAuODM2IDMuNDE3OTIgMTI4LjUzNiAyLjA3ODY0QzEyMy4zOTMgLTAuOTM0NzM2IDExNS40NDggLTAuNzY3MzIxIDExMC43NjUgMy4yMDg2N0MxMDguOTY3IDQuNzU3MjEgMTA4LjA4OSA2Ljg5MTY4IDEwNi40NTggOC40ODIwN0M2OC4xNTczIDQ2LjUyNiAzMC4xOTA3IDg0LjkwNDcgLTguMTEwNDMgMTIyLjk0OUwtMTEuOTk5MSAxMzAuODE3WiIgZmlsbD0iIzIyMUY0RiIvPjwvc3ZnPg==") no-repeat;
  background-size: contain;
}
.people__locations {
  padding: 11.2rem 0 9.6rem 5.6rem;
  background: #f8f7ff;
}
.people__locations-header {
  text-align: center;
  margin-bottom: 4rem;
}
.people__locations-title {
  font-family: "co-headline", sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 5.6rem;
  letter-spacing: -1.68px;
  color: #221f4f;
  margin: 0 0 4rem;
}
.people__locations-description {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #4d4b6f;
  margin: 0 auto;
  max-width: 70.8rem;
}
.people__locations-slider-wrapper {
  position: relative;
  margin-bottom: 4rem;
}
.people__locations-pagination {
  height: 1px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1;
  margin-left: 4.8rem;
  background: rgba(77, 75, 111, 0.3);
}
.people__locations-pagination .slick-dots {
  display: flex;
  width: 100%;
}
.people__locations-pagination .slick-dots li {
  width: 100%;
  padding-top: 2px;
}
.people__locations-pagination .slick-dots li.slick-active {
  border-top: 2px solid #f70773;
}
.people__locations-slider {
  display: flex;
  margin-top: 2.2rem;
}
.people__locations-slider .slick-track {
  display: flex;
  align-items: stretch;
  gap: 2.4rem;
}
.people__locations-slider .slick-slide {
  height: auto;
  display: flex;
  align-items: stretch;
}
.people__locations-slider .slick-slide > div {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.people__locations-navigation {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 5.6rem;
}
.people__location-card {
  background: #ffffff;
  border-radius: 1.6rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}
.people__location-card:first-child {
  margin-left: -2.4rem;
}
.people__location-card:last-child {
  margin-right: -2.4rem;
}
.people__location-card:hover {
  transform: translateY(-4px);
}
.people__location-card:hover .people__location-image img {
  transform: scale(1.05);
}
.people__location-image {
  width: 100%;
  height: 26.7rem;
}
.people__location-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.people__location-content {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.people__location-title {
  font-family: "DM Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0;
}
.people__location-badge {
  display: inline-block;
  background: #ecebfb;
  padding: 1.2rem;
  border-radius: 10rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #221f4f;
  width: -moz-fit-content;
  width: fit-content;
}
.people__location-text {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #4d4b6f;
  margin-top: 1.6rem;
}
.people__nav-btn {
  width: 4.3rem;
  height: 4.3rem;
  border-radius: 6.7188rem;
  background: #ffffff;
  border: none;
  box-shadow: 0px 84px 100px 0px rgba(34, 31, 79, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.people__nav-btn:hover {
  background: #221f4f;
}
.people__nav-btn:hover svg path {
  fill: #ffffff;
}
.people__nav-btn.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.people__nav-btn.slick-disabled:hover {
  background: #ffffff;
}
.people__nav-btn.slick-disabled:hover svg path {
  fill: #221f4f;
}
.people__glassdor {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9rem 5.6rem 6rem;
}
.people__glassdor__wrapper {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}
.people__glassdor__top-content {
  display: flex;
  gap: 4rem;
  align-items: center;
  justify-content: center;
}
.people__glassdor__top-content .stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}
.people__glassdor__top-content .rating {
  color: #221f4f;
  font-family: "co-headline";
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5.6rem;
  letter-spacing: -1.68px;
}
.people__glassdor__middle-content .text {
  color: #221f4f;
  text-align: center;
  font-family: "DM Sans";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
}
.people__culture {
  background: #ffffff;
  border-radius: 0 0 3.2rem 3.2rem;
  padding: 11.2rem 2rem 6.4rem;
}
.people__culture-container {
  max-width: 108rem;
  margin: 0 auto;
}
.people__culture-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 4rem;
}
.people__culture-title {
  font-family: "co-headline", sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 5.6rem;
  letter-spacing: -1.68px;
  color: #221f4f;
  margin: 0;
  text-align: center;
}
.people__culture-decoration {
  width: 2.5rem;
  height: 4rem;
}
.people__culture-intro {
  text-align: center;
  margin-bottom: 4rem;
}
.people__culture-subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0 0 3.2rem;
}
.people__culture-text {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #4d4b6f;
  margin: 0 auto;
  max-width: 79.2rem;
}
.people__culture-values {
  display: flex;
  gap: 4rem;
  align-items: center;
  justify-content: center;
  padding: 12.8rem 0;
  position: relative;
}
.people__value-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  position: relative;
}
.people__value-item.first::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7.3rem;
  width: 1px;
  height: 7.3rem;
  background: rgba(77, 75, 111, 0.3);
}
.people__value-item.first .people__value-label {
  bottom: -11rem;
}
.people__value-item.second::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -7.3rem;
  width: 1px;
  height: 7.3rem;
  background: rgba(77, 75, 111, 0.3);
}
.people__value-item.second .people__value-label {
  top: -11rem;
}
.people__value-circle {
  width: 12rem;
  height: 12rem;
  border-radius: 20rem;
  background: #f8f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "co-headline", sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 5.6rem;
  letter-spacing: -1.68px;
  color: #221f4f;
  transition: all 0.3s ease-in-out;
}
.people__value-circle:hover {
  background: #ffb609;
}
.people__value-label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #4d4b6f;
  text-align: center;
  white-space: nowrap;
}
.people__integrity {
  background: #f8f7ff;
  padding: 0;
}
.people__integrity-container {
  background: #ffffff;
  border-radius: 3.2rem 3.2rem 0 0;
  padding: 8.8rem 5.6rem 4rem;
}
.people__integrity-content {
  position: relative;
  border-top: 1px solid rgba(77, 75, 111, 0.3);
  padding-top: 5.6rem;
}
.people__integrity-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: #f70773;
  height: 2px;
  width: 14rem;
}
.people__integrity-title {
  font-family: "co-headline", sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 5.6rem;
  letter-spacing: -1.68px;
  color: #221f4f;
  text-align: center;
  margin: 0 0 4rem;
}
.people__integrity-text {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #4d4b6f;
  text-align: center;
  margin: 0 auto 5.6rem;
  max-width: 59rem;
}
.people__integrity-cards {
  display: flex;
  gap: 2.4rem;
}
.people__integrity-card {
  flex: 1;
  background: #f8f7ff;
  border-radius: 1.6rem;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 24.4rem;
  transition: all 0.3s ease;
}
.people__integrity-card:hover {
  transform: translateY(-4px);
}
.people__integrity-card:hover .people__integrity-card-icon {
  transform: translate(2px, -2px);
}
.people__integrity-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  background: #ffffff;
  border-radius: 10rem;
  box-shadow: 0px 84px 100px 0px rgba(34, 31, 79, 0.1);
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.people__integrity-card-title {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(1.5rem, 4vw, 2.4rem);
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0;
  width: 100%;
}
.people .slider-with-categories__agility__panel {
  flex-direction: row-reverse !important;
}
.people__initiatives {
  background: #f8f7ff;
  padding: 0;
}
.people__initiatives-container {
  background: #f8f7ff;
  padding: 5.6rem;
}
.people__initiatives-header {
  border-top: 1px solid rgba(77, 75, 111, 0.3);
  padding-top: 5.6rem;
  margin-bottom: 2.4rem;
  display: flex;
  align-items: center;
  gap: 4.8rem;
}
.people__initiatives-title {
  font-family: "co-headline", sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 5.6rem;
  letter-spacing: -1.68px;
  color: #221f4f;
  margin: 0;
}
.people__initiatives-decoration {
  flex: 1;
  height: 4rem;
}
.people__initiatives-tabs {
  display: flex;
  gap: 0.8rem;
  background: #ecebfb;
  padding: 0.8rem;
  border-radius: 6.4rem;
  margin-bottom: 2.4rem;
}
.people__initiatives-content {
  background: #f8f7ff;
  padding: 2.4rem 0;
}
.people__tab {
  flex: 1;
  padding: 1rem 1.6rem;
  border: none;
  background: transparent;
  border-radius: 20rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #101c3a;
  cursor: pointer;
  transition: all 0.3s ease;
}
.people__tab--active {
  background: #ffffff;
  color: #f70773;
  font-weight: 700;
  box-shadow: 0px 4px 8px 0px rgba(16, 28, 58, 0.07);
}
.people__initiative-card {
  background: #ffffff;
  border-radius: 2.4rem;
  padding: 8rem;
  display: flex;
  gap: 1.6rem;
  align-items: center;
  justify-content: space-between;
}
.people__initiative-image {
  flex: 1;
  height: 65.6rem;
  background: #ecebfb;
  border-radius: 1.6rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.people__initiative-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.people__initiative-info {
  flex: 1;
  padding: 2.4rem 7.2rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.people__initiative-number {
  display: inline-block;
  background: #ecebfb;
  padding: 0.7rem 1.6rem;
  border-radius: 10rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.36px;
  color: #03aaeb;
  width: -moz-fit-content;
  width: fit-content;
}
.people__initiative-title {
  font-family: "DM Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0;
}
.people__initiative-text {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #4d4b6f;
  margin: 0;
}
.people__initiative-stats {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 1.6rem 0;
}
.people__initiative-nav {
  display: flex;
  gap: 0.8rem;
}
.people__stat {
  display: flex;
  gap: 2.4rem;
  align-items: center;
}
.people__stat-number {
  font-family: "DM Sans", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.9px;
  color: #221f4f;
}
.people__stat-label {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #4d4b6f;
}
.people__jobs {
  background: #ffffff;
  height: 90vh;
  padding: 1.6rem;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.people__jobs-container {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
  overflow: hidden;
}
.people__jobs-container-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.people__jobs-container-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(34, 31, 79, 0) 17.54%, #221F4F 100%);
  z-index: 1;
}
.people__jobs-container-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.people__jobs-content {
  position: absolute;
  bottom: 6.4rem;
  left: 5.6rem;
  z-index: 2;
}
.people__jobs-title {
  font-family: "co-headline", sans-serif;
  font-size: 12.8rem;
  font-weight: 400;
  line-height: 10rem;
  letter-spacing: -5.12px;
  color: #ffffff;
  margin: 0 0 7.2rem;
}
.people__jobs-info {
  padding-left: 9.6rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.people__jobs-subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
  color: #ecebfb;
  margin: 0;
}
.people__jobs-text {
  font-family: "DM Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #ecebfb;
  margin: 0;
  max-width: 35.7rem;
}
.people__related {
  padding: 10.4rem 14.4rem;
}
.people__related-container {
  max-width: 140.8rem;
  margin: 0 auto;
}
.people__related-title {
  font-family: "DM Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
  color: #221f4f;
  text-align: center;
  margin: 0 0 4rem;
}
.people__related-list {
  display: flex;
  flex-direction: column;
}
.people__related-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.2rem;
  background: #f8f7ff;
  border-bottom: 1px solid rgba(77, 75, 111, 0.3);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.people__related-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(77, 75, 111, 0.2);
  transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
.people__related-item:hover {
  background: rgba(77, 75, 111, 0.2);
  transform: translateX(4px);
  border-radius: 1.6rem;
}
.people__related-item:hover::before {
  left: 0;
}
.people__related-item:hover .people__related-item-icon {
  background: #221f4f;
  box-shadow: 0px 8px 24px 0px rgba(34, 31, 79, 0.2);
}
.people__related-item:hover .people__related-item-icon svg path {
  fill: #ffffff;
}
.people__related-item-title {
  font-family: "DM Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}
.people__related-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  background: #ffffff;
  border-radius: 10rem;
  box-shadow: 0px 84px 100px 0px rgba(34, 31, 79, 0.1);
  flex-shrink: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}
.people__related-item-icon svg {
  transition: transform 0.3s ease;
}
.people__related-item-icon svg path {
  transition: fill 0.3s ease;
}

@media (max-width: 1200px) {
  .people__benefits-container {
    flex-direction: column;
    gap: 4rem;
  }
  .people__benefits-sidebar {
    position: static;
  }
  .people__locations-grid {
    flex-wrap: wrap;
  }
  .people__location-card {
    flex: 1 1 calc(50% - 1.2rem);
  }
}
@media (max-width: 900px) {
  .people__banner {
    margin: 1.2rem 1.2rem 0;
  }
  .people__banner-container {
    height: auto;
    min-height: 50rem;
    padding: 10rem 2rem 0rem;
    flex-direction: column;
    align-items: stretch;
  }
  .people__banner-content {
    padding: 0 2rem 2rem 2rem;
  }
  .people__banner-title {
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 2rem;
  }
  .people__banner-description {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .people__banner-image {
    width: 100%;
    max-width: 40rem;
    margin: 0 auto;
    height: 100%;
    max-height: 40rem;
    order: 0;
  }
  .people__banner-image .slick-track {
    height: auto;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  .people__banner-image .left-arrow,
  .people__banner-image .right-arrow {
    display: none;
  }
}
@media (max-width: 900px) {
  .people__banner-decoration--left, .people__banner-decoration--right {
    display: none;
  }
  .people__locations {
    padding: 4rem 2rem 6rem;
  }
  .people__locations-header {
    margin-bottom: 2.4rem;
  }
  .people__locations-title {
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 2rem;
  }
  .people__locations-description {
    font-size: 1.4rem;
  }
  .people__locations-pagination {
    margin-left: 2rem;
  }
  .people__locations-navigation {
    padding-right: 2rem;
  }
  .people__location-card:first-child {
    margin-left: 0;
  }
  .people__location-card:last-child {
    margin-right: 0;
  }
  .people__location-image {
    height: 20rem;
  }
  .people__location-content {
    padding: 1.6rem;
  }
  .people__location-title {
    font-size: 2rem;
  }
  .people__glassdor {
    padding: 5rem 2rem 5rem;
  }
  .people__glassdor__top-content {
    gap: 2rem;
  }
}
@media (max-width: 900px) and (max-width: 400px) {
  .people__glassdor__top-content {
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .people__glassdor__top-content .stars {
    gap: 2rem;
  }
  .people__glassdor__middle-content .text {
    text-wrap: wrap;
  }
  .people__culture {
    padding: 6rem 2rem 4rem;
    border-radius: 0 0 2.4rem 2.4rem;
  }
  .people__culture-header {
    gap: 2rem;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  .people__culture-decoration {
    display: none;
  }
}
@media (max-width: 900px) {
  .people__culture-title {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
  .people__culture-values {
    flex-wrap: wrap;
    gap: 2.4rem;
    padding: 0;
  }
  .people__value-item.first::before, .people__value-item.second::before {
    display: none;
  }
  .people__value-circle {
    width: 10rem;
    height: 10rem;
    font-size: 4rem;
  }
  .people__value-label {
    position: static;
    transform: none;
    margin-top: 0.8rem;
  }
  .people__integrity-container {
    padding: 4rem 2rem 3rem;
  }
  .people__integrity-title {
    font-size: 3.2rem;
    line-height: 3.6rem;
    margin-bottom: 2.4rem;
  }
  .people__integrity-text {
    font-size: 1.4rem;
    margin-bottom: 3.2rem;
  }
  .people__integrity-cards {
    flex-direction: column;
    gap: 1.6rem;
  }
  .people__integrity-card {
    min-height: auto;
    padding: 2.4rem;
  }
  .people__integrity-card-icon {
    width: 3.2rem;
    height: 3.2rem;
  }
  .people__integrity-card-icon svg {
    width: 2.4rem;
    height: 2.4rem;
  }
  .people__integrity-card-title {
    width: 70%;
    align-self: flex-start;
  }
  .people__initiatives-container {
    padding: 2rem;
  }
  .people__initiatives-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    padding-top: 4rem;
    margin-bottom: 1.6rem;
  }
  .people__initiatives-title {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }
  .people__initiatives-tabs {
    flex-wrap: wrap;
    width: 100%;
  }
  .people__initiative-card {
    flex-direction: column;
    padding: 2rem;
    gap: 2rem;
  }
  .people__initiative-image {
    height: 24rem;
    min-height: 24rem;
  }
  .people__initiative-info {
    padding: 0 1.6rem;
    gap: 1.6rem;
  }
  .people__initiative-title {
    font-size: 2rem;
  }
  .people__initiative-text {
    font-size: 1.4rem;
  }
  .people__initiative-stats {
    gap: 2.4rem;
  }
  .people__stat-number {
    font-size: 3.2rem;
  }
  .people__jobs {
    height: auto;
    min-height: 50rem;
    padding: 1.2rem;
  }
  .people__jobs-container {
    height: 50rem;
  }
  .people__jobs-content {
    bottom: 3.2rem;
    left: 2rem;
  }
  .people__jobs-title {
    font-size: 5rem;
    line-height: 5rem;
    letter-spacing: -2px;
    margin-bottom: 4rem;
  }
  .people__jobs-info {
    padding-left: 0;
    gap: 1.6rem;
  }
  .people__jobs-subtitle {
    font-size: 1.8rem;
  }
  .people__jobs-text {
    font-size: 1.4rem;
  }
  .people__related {
    padding: 4rem 2rem;
  }
  .people__related-title {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
  .people__related-item {
    padding: 2rem;
    align-items: flex-start;
    gap: 1.6rem;
  }
  .people__related-item-icon {
    width: 3.2rem;
    height: 3.2rem;
  }
  .people__related-item-icon svg {
    width: 2.4rem;
    height: 2.4rem;
  }
  .people__related-item-title {
    font-size: 1.8rem;
  }
  .people__nav-btn {
    width: 3.6rem;
    height: 3.6rem;
  }
}
@media (min-width: 901px) and (max-width: 1300px) {
  .people__culture {
    padding: 11.2rem 2rem 0;
  }
  .people__culture-values {
    flex-wrap: wrap;
    gap: 2.4rem;
    padding: 0;
  }
  .people__value-item.first::before, .people__value-item.second::before {
    display: none;
  }
  .people__value-circle {
    width: 10rem;
    height: 10rem;
    font-size: 4rem;
  }
  .people__value-label {
    position: static;
    transform: none;
    margin-top: 0.8rem;
  }
}
.blog {
  background: #f8f7ff;
  width: 100%;
  padding: 12.3rem 5.6rem 11.2rem;
}
.blog__featured {
  margin-bottom: 6.4rem;
  background: #f8f7ff;
}
.blog__featured-card {
  position: relative;
  box-shadow: 0px 84px 100px 0px rgba(34, 31, 79, 0.1);
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 32px;
}
.blog__featured-image {
  position: relative;
  height: 71.6rem;
}
.blog__featured-image .blog__featured-image-arrow-left {
  position: absolute;
  top: 12.5rem;
  left: -5.6rem;
  width: 154px;
  height: 265px;
  z-index: 10;
}
.blog__featured-image .blog__featured-image-arrow-right {
  position: absolute;
  bottom: 12.5rem;
  right: -5.6rem;
  width: 147px;
  height: 265px;
  z-index: 10;
}
.blog__featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px 32px 52px 52px;
}
.blog__featured-badge {
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  background: #221f4f;
  color: #ffffff;
  padding: 1.2rem;
  border-radius: 10rem;
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  backdrop-filter: blur(5px);
  z-index: 2;
}
.blog__featured-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 3.2rem;
  backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  border-radius: 0 0 32px 32px;
}
.blog__featured-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
.blog__featured-text {
  flex: 1;
  max-width: 80rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.blog__featured-title {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0;
}
.blog__featured-description {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #4d4b6f;
  margin: 0;
}
.blog__featured-arrow {
  width: 3.2rem;
  height: 3.2rem;
  flex-shrink: 0;
}
.blog__featured-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.2rem;
  flex-wrap: wrap;
}
.blog__featured-meta-left {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  backdrop-filter: blur(5px);
}
.blog__featured-author {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.blog__featured-date {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  color: #4d4b6f;
  font-family: "DM Sans";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8rem;
}
.blog__featured-category {
  border: 1px solid #221f4f;
  padding: 1.2rem;
  border-radius: 10rem;
  backdrop-filter: blur(5px);
}
.blog__featured-category h5 {
  color: #221f4f;
  font-family: "DM Sans";
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1rem;
}
.blog__date-text {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-size: 1.6rem;
  color: #4d4b6f;
}
.blog__author-avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__author-name {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  color: #4d4b6f;
  font-family: "DM Sans";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8rem;
}
.blog__date-icon {
  width: 4rem;
  height: 4rem;
  border: 1px solid #cbd5e1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog__date-icon svg {
  width: 1.667rem;
  height: 1.667rem;
}
.blog__filters {
  margin-bottom: 3.2rem;
  background: #f8f7ff;
}
.blog__tabs {
  display: flex;
  gap: 0.8rem;
  background: rgba(236, 235, 251, 0.2);
  padding: 0.8rem;
  border-radius: 6.4rem;
  overflow-x: auto;
}
.blog__tab-search-wrapper {
  display: flex;
  padding: 8px 14px;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
  flex: 1 0 0;
  border-radius: 200px;
  background: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(16, 28, 58, 0.07);
}
.blog__tab-search-wrapper input {
  border: none;
  background: transparent;
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #4d4b6f;
  padding: 2px;
  outline: none;
  cursor: default;
}
.blog__tab-search-wrapper input:focus {
  outline: none;
}
.blog__tab-search-wrapper input::-moz-placeholder {
  color: #4d4b6f;
}
.blog__tab-search-wrapper input::placeholder {
  color: #4d4b6f;
}
.blog__tab-search-wrapper svg {
  width: 1.6rem;
  height: 1.6rem;
}
.blog__tab {
  flex: 1;
  padding: 1rem 1.6rem;
  border: none;
  background: transparent;
  border-radius: 20rem;
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.4rem;
  color: #101c3a;
  line-height: 2.4rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.blog__tab--active {
  background: #ffffff;
  color: #f70773;
  font-weight: 700;
  box-shadow: 0px 4px 8px 0px rgba(16, 28, 58, 0.07);
}
.blog__tab:hover:not(.blog__tab--active) {
  background: rgba(255, 255, 255, 0.5);
}
.blog__posts {
  margin-bottom: 6.4rem;
}
.blog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.8rem 3.2rem;
}
.blog__card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.blog__card-image {
  width: 100%;
  height: 22rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
.blog__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__card-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  flex: 1;
}
.blog__card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blog__card-category {
  overflow: hidden;
  color: #221f4f;
  text-overflow: ellipsis;
  font-family: "DM Sans";
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
}
.blog__card-title {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
  color: #1e293b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog__card-excerpt {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #475569;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog__card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.blog__card-author {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex: 1;
}
.blog__card-author span {
  color: #475569;
  font-family: "DM Sans";
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
}
.blog__card-time {
  color: #94A3B8;
  font-family: "DM Sans";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
}
.blog__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}
.blog__pagination-controls {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.blog__pagination-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.8rem 1.6rem;
  border: none;
  background: transparent;
  border-radius: 12.3rem;
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  color: #475569;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  box-sizing: border-box;
}
.blog__pagination-btn svg {
  width: 2rem;
  height: 2rem;
}
.blog__pagination-btn:hover:not(.blog__pagination-btn--disabled) {
  background: rgba(71, 85, 105, 0.1);
}
.blog__pagination-btn--disabled {
  cursor: default;
  opacity: 0.6;
}
.blog__pagination-numbers {
  display: flex;
  align-items: center;
  gap: 0;
}
.blog__pagination-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border: none;
  background: transparent;
  border-radius: 12.3rem;
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  color: #475569;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  box-sizing: border-box;
}
.blog__pagination-number--active {
  background: #eef2ff;
  color: #221f4f;
}
.blog__pagination-number:hover:not(.blog__pagination-number--active) {
  background: rgba(71, 85, 105, 0.1);
}
.blog__pagination-ellipsis {
  padding: 0 1.2rem;
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  color: #475569;
}
.blog__pagination-info {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.6rem;
  color: #475569;
  margin: 0;
}

@media (max-width: 1200px) {
  .blog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .blog {
    padding: 12rem 2rem 4rem;
  }
  .blog__featured {
    margin-bottom: 4rem;
  }
  .blog__featured-card {
    border-radius: 24px;
  }
  .blog__featured-image {
    height: 28rem;
  }
  .blog__featured-image .blog__featured-image-arrow-left {
    top: 7.5rem;
    left: -2.6rem;
    width: 62px;
    height: 111px;
    z-index: 10;
  }
  .blog__featured-image .blog__featured-image-arrow-right {
    bottom: 4.5rem;
    right: -2.6rem;
    width: 62px;
    height: 111px;
    z-index: 10;
  }
  .blog__featured-image img {
    border-radius: 24px 24px 40px 40px;
  }
  .blog__featured-badge {
    top: 1.6rem;
    left: 1.6rem;
    padding: 1rem;
    font-size: 1.2rem;
  }
  .blog__featured-content {
    position: relative;
    padding: 2rem;
    gap: 2rem;
    border-radius: 0 0 24px 24px;
  }
  .blog__featured-header {
    flex-direction: column;
    gap: 1.2rem;
  }
  .blog__featured-text {
    max-width: 100%;
    gap: 1.2rem;
  }
  .blog__featured-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .blog__featured-description {
    font-size: 1.4rem;
    line-height: 2.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .blog__featured-arrow {
    width: 2.4rem;
    height: 2.4rem;
    align-self: flex-end;
  }
  .blog__featured-meta {
    align-items: flex-start;
    gap: 1.6rem;
  }
  .blog__featured-meta-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }
  .blog__featured-author, .blog__featured-date {
    gap: 0.8rem;
  }
  .blog__featured-date {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .blog__featured-category {
    padding: 1rem;
  }
  .blog__featured-category h5 {
    font-size: 1.2rem;
  }
  .blog__author-avatar {
    width: 3.2rem;
    height: 3.2rem;
  }
  .blog__author-name {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .blog__date-icon {
    width: 3.2rem;
    height: 3.2rem;
  }
  .blog__date-icon svg {
    width: 1.4rem;
    height: 1.4rem;
  }
  .blog__date-text {
    font-size: 1.4rem;
  }
  .blog__filters {
    margin-bottom: 2.4rem;
  }
  .blog__tabs {
    flex-direction: column;
    gap: 0.6rem;
    padding: 0.6rem;
    border-radius: 2rem;
    align-items: center;
  }
}
@media (max-width: 900px) and (min-width: 700px) {
  .blog__tabs {
    flex-direction: row;
  }
}
@media (max-width: 900px) {
  .blog__tab-search-wrapper {
    order: -1;
    padding: 1rem 1.4rem;
  }
  .blog__tab-search-wrapper input {
    font-size: 1.4rem;
    width: 100%;
  }
  .blog__tab {
    width: -moz-max-content;
    width: max-content;
    padding: 1rem 1.4rem;
    font-size: 1.3rem;
    line-height: 2rem;
    border-radius: 10rem;
  }
  .blog__posts {
    margin-bottom: 4rem;
  }
  .blog__grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
@media (max-width: 900px) and (min-width: 700px) {
  .blog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .blog__card {
    gap: 1.6rem;
  }
  .blog__card-image {
    height: 18rem;
    border-radius: 1.2rem;
  }
  .blog__card-content-wrapper {
    gap: 1.6rem;
  }
  .blog__card-content {
    gap: 6px;
  }
  .blog__card-category {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .blog__card-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .blog__card-excerpt {
    font-size: 1.3rem;
    line-height: 2rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .blog__card-footer {
    flex-wrap: wrap;
    gap: 0.8rem;
  }
  .blog__card-author {
    gap: 0.6rem;
  }
  .blog__card-author img {
    width: 2.8rem;
    height: 2.8rem;
  }
  .blog__card-author span {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .blog__card-time {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .blog__pagination {
    flex-direction: column;
    gap: 1.6rem;
  }
  .blog__pagination-controls {
    width: 100%;
    justify-content: space-between;
    gap: 1.2rem;
  }
  .blog__pagination-btn {
    padding: 0.6rem 1.2rem;
    font-size: 1.4rem;
    border-radius: 10rem;
  }
  .blog__pagination-btn span {
    display: none;
  }
}
@media (max-width: 900px) and (min-width: 500px) {
  .blog__pagination-btn span {
    display: block;
  }
}
@media (max-width: 900px) {
  .blog__pagination-btn svg {
    width: 1.6rem;
    height: 1.6rem;
  }
  .blog__pagination-numbers {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem;
  }
  .blog__pagination-number {
    width: 3.6rem;
    height: 3.6rem;
    font-size: 1.4rem;
  }
  .blog__pagination-ellipsis {
    padding: 0 0.8rem;
    font-size: 1.4rem;
  }
  .blog__pagination-info {
    font-size: 1.4rem;
    text-align: center;
  }
}
.blog-details {
  background: #ffffff;
  width: 100%;
  overflow: hidden;
}
.blog-details__article {
  padding: 18rem 11.2rem 9.6rem;
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  position: relative;
  overflow: visible;
}
.blog-details__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  align-items: center;
  max-width: 130rem;
  margin: 0 auto;
}
.blog-details__header-content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: center;
  max-width: 93rem;
  width: 100%;
}
.blog-details__date {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: -0.112px;
  color: #03aaeb;
  margin: 0;
}
.blog-details__title {
  font-family: "co-headline", sans-serif;
  font-size: 5.6rem;
  line-height: 5.6rem;
  letter-spacing: -1.68px;
  color: #221f4f;
  text-align: center;
}
.blog-details__description {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #475569;
  text-align: center;
}
.blog-details__category {
  border: 1px solid #221f4f;
  border-radius: 10rem;
  padding: 1.2rem;
}
.blog-details__category span {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: normal;
  color: #221f4f;
}
.blog-details__hero-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 122rem;
  height: 51.2rem;
  z-index: 1;
}
.blog-details__hero-arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.blog-details__hero-arrows svg {
  width: auto;
  flex-shrink: 0;
  display: block;
  transition: opacity 0.5s ease-in-out;
}
.blog-details__hero-arrow--light {
  opacity: 1;
}
.blog-details__hero-arrow--magenta {
  opacity: 1;
}
.blog-details__hero-image {
  position: relative;
  width: 100%;
  height: 51.2rem;
  border-radius: 3.2rem;
  overflow: hidden;
  z-index: 1;
}
.blog-details__hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details__content {
  width: 100%;
  max-width: 130rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6.4rem;
  padding: 0 20.8rem;
  color: #475569;
  font-family: "DM Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.blog-details__section {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 80rem;
}
.blog-details__text {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #475569;
  max-width: 80rem;
}
.blog-details__text strong,
.blog-details__text b {
  font-weight: 700;
}
.blog-details__text em,
.blog-details__text i {
  font-style: italic;
}
.blog-details__text a {
  color: #221f4f;
  text-decoration: underline;
}
.blog-details__text a:hover {
  text-decoration: none;
}
.blog-details__text h1, .blog-details__text h2, .blog-details__text h3, .blog-details__text h4, .blog-details__text h5, .blog-details__text h6 {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
  color: #221f4f;
  margin: 2.4rem 0 1.2rem 0;
  line-height: 1.3;
}
.blog-details__text h1:first-child, .blog-details__text h2:first-child, .blog-details__text h3:first-child, .blog-details__text h4:first-child, .blog-details__text h5:first-child, .blog-details__text h6:first-child {
  margin-top: 0;
}
.blog-details__text h1 {
  font-size: 2.8rem;
}
.blog-details__text h2 {
  font-size: 2.4rem;
}
.blog-details__text h3 {
  font-size: 2rem;
}
.blog-details__text h4 {
  font-size: 1.8rem;
}
.blog-details__text h5 {
  font-size: 1.6rem;
}
.blog-details__text h6 {
  font-size: 1.4rem;
}
.blog-details__text ul, .blog-details__text ol {
  margin: 1.6rem 0;
  padding-left: 2.4rem;
}
.blog-details__text ul {
  list-style-type: disc;
}
.blog-details__text ol {
  list-style-type: decimal;
}
.blog-details__text li {
  margin-bottom: 0.8rem;
  line-height: 1.6;
}
.blog-details__text li:last-child {
  margin-bottom: 0;
}
.blog-details__text blockquote {
  margin: 2.4rem 0;
  padding-left: 2.4rem;
  border-left: 4px solid #03aaeb;
  color: #1e293b;
  font-style: italic;
}
.blog-details__text p {
  margin: 0 0 1.6rem 0;
}
.blog-details__text p:last-child {
  margin-bottom: 0;
}
.blog-details__section-title {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0;
}
.blog-details__quote {
  border-left: 4px solid #03aaeb;
  padding-left: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  max-width: 80rem;
}
.blog-details__quote-text {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
  color: #221f4f;
  margin: 0;
}
.blog-details__quote-author {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
.blog-details__quote-avatar {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details__quote-author-info {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.blog-details__quote-author-name {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: -0.112px;
  color: #1e293b;
  margin: 0;
}
.blog-details__quote-author-role {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: -0.112px;
  color: #03aaeb;
  margin: 0;
}
.blog-details__image {
  width: 100%;
  max-width: 80rem;
  height: 48rem;
  border-radius: 3.2rem;
  overflow: hidden;
}
.blog-details__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details__list {
  margin: 0;
  padding-left: 2.7rem;
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #475569;
}
.blog-details__list li {
  margin-bottom: 0.8rem;
}
.blog-details__list li:last-child {
  margin-bottom: 0;
}
.blog-details__author-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 3.2rem;
  border-top: 1px solid #e2e8f0;
  width: 100%;
}
.blog-details__author {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
.blog-details__author-avatar {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details__author-info {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.blog-details__author-name {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: -0.144px;
  color: #1e293b;
  margin: 0;
}
.blog-details__author-role {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #475569;
  margin: 0;
}
.blog-details__share {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.blog-details__share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.2rem 2rem;
  border: 1px solid #cbd5e1;
  border-radius: 123.4rem;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #475569;
  min-height: 4.8rem;
}
.blog-details__share-btn svg {
  width: 1.6rem;
  height: 1.6rem;
}
.blog-details__share-btn--copy {
  padding: 1.2rem 2rem;
}
.blog-details__share-btn--social {
  padding: 1.2rem;
  width: 4.8rem;
  height: 4.8rem;
}
.blog-details__share-btn--social svg {
  width: 2.4rem;
  height: 2.4rem;
}
.blog-details__share-btn:hover {
  background: rgba(71, 85, 105, 0.05);
  border-color: #94a3b8;
}
.blog-details__related {
  background: #f8f7ff;
  padding: 9.6rem 11.2rem;
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
.blog-details__related-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 6.4rem;
  border-top: 1px solid rgba(77, 75, 111, 0.3);
  position: relative;
}
.blog-details__related-pagination {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1;
  background: rgba(77, 75, 111, 0.3);
}
.blog-details__related-pagination::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 23.4rem;
  height: 2px;
  background: #f70773;
}
.blog-details__related-title {
  font-family: "co-headline", sans-serif;
  font-size: 4rem;
  line-height: 5.6rem;
  letter-spacing: -1.2px;
  color: #1e293b;
  margin: 0;
}
.blog-details__related-btn {
  backdrop-filter: blur(5px);
  background: #03aaeb;
  border-radius: 10rem;
  padding: 1.2rem 2.4rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.4rem;
  color: #ffffff;
  transition: all 0.3s ease;
  gap: 1.6rem;
}
.blog-details__related-btn:hover {
  background: rgb(2.3571428571, 133.5714285714, 184.6428571429);
  transform: translateY(-2px);
}
.blog-details__related-btn:hover svg {
  transform: translate(2px, -2px);
}
.blog-details__related-btn svg {
  transition: transform 0.3s ease;
  width: 1.8rem;
  height: 1.8rem;
}
.blog-details__related-slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
  width: 100%;
  min-width: 0;
}
.blog-details__related-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-decoration: none;
  color: inherit;
  min-width: 0;
  width: 100%;
}
.blog-details__related-image {
  width: 100%;
  height: 22rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
.blog-details__related-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details__related-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blog-details__related-category {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #221f4f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-details__related-card-title {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.8rem;
  letter-spacing: -0.48px;
  color: #1e293b;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-details__related-excerpt {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #475569;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-details__related-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}
.blog-details__related-author {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex: 1;
}
.blog-details__related-author span {
  font-family: "DM Sans", "Satoshi-Bold", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #475569;
}
.blog-details__related-avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details__related-time {
  font-family: "DM Sans", "Satoshi-Regular", sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #94a3b8;
}

@media (max-width: 1200px) {
  .blog-details__article {
    padding: 6.4rem 5.6rem;
  }
  .blog-details__content {
    padding: 0 10.4rem;
  }
  .blog-details__related {
    padding: 6.4rem 5.6rem;
  }
  .blog-details__related-slider {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .blog-details__article {
    padding: 12rem 2rem 4rem;
    gap: 1.6rem;
  }
}
@media (max-width: 900px) and (min-width: 650px) {
  .blog-details__article {
    padding: 12rem 5.4rem 4rem;
  }
}
@media (max-width: 900px) {
  .blog-details__header {
    gap: 3.2rem;
  }
  .blog-details__header-content {
    gap: 1.6rem;
  }
  .blog-details__date {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .blog-details__title {
    font-size: clamp(2.4rem, 6vw, 3.2rem);
    line-height: clamp(2.8rem, 6vw, 3.6rem);
    letter-spacing: -0.72px;
    text-align: left;
  }
  .blog-details__description {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: left;
  }
  .blog-details__category {
    padding: 1rem;
  }
  .blog-details__category span {
    font-size: 1.2rem;
  }
  .blog-details__hero-image-wrapper {
    height: 28rem;
  }
  .blog-details__hero-arrows {
    display: none;
  }
  .blog-details__hero-image {
    height: 28rem;
    border-radius: 2.4rem;
  }
  .blog-details__content {
    padding: 0;
    gap: 3.2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .blog-details__section {
    gap: 1.6rem;
  }
  .blog-details__section-title {
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: -0.4px;
  }
  .blog-details__text {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .blog-details__text p {
    margin-bottom: 1.2rem;
  }
  .blog-details__quote {
    padding-left: 1.6rem;
    gap: 1.6rem;
    border-left-width: 3px;
  }
  .blog-details__quote-text {
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: -0.36px;
  }
  .blog-details__quote-author {
    gap: 1rem;
  }
  .blog-details__quote-avatar {
    width: 4rem;
    height: 4rem;
  }
  .blog-details__quote-author-name {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .blog-details__quote-author-role {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .blog-details__image {
    height: 24rem;
    border-radius: 2.4rem;
  }
  .blog-details__list {
    padding-left: 2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .blog-details__list li {
    margin-bottom: 0.6rem;
  }
  .blog-details__author-section {
    flex-direction: column;
    gap: 2rem;
    padding-top: 2.4rem;
  }
  .blog-details__author {
    gap: 1.2rem;
  }
  .blog-details__author-avatar {
    width: 4.8rem;
    height: 4.8rem;
  }
  .blog-details__author-name {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .blog-details__author-role {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .blog-details__share {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.6rem;
  }
  .blog-details__share-btn {
    padding: 1rem 1.6rem;
    font-size: 1.4rem;
    min-height: 4rem;
    border-radius: 10rem;
  }
  .blog-details__share-btn svg {
    width: 1.4rem;
    height: 1.4rem;
  }
  .blog-details__share-btn--copy {
    padding: 1rem 1.6rem;
    min-width: 0;
  }
  .blog-details__share-btn--social {
    padding: 1rem;
    width: 4rem;
    height: 4rem;
  }
  .blog-details__share-btn--social svg {
    width: 2rem;
    height: 2rem;
  }
  .blog-details__related {
    padding: 4rem 2rem;
    gap: 3.2rem;
  }
  .blog-details__related-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    padding-top: 3.2rem;
  }
  .blog-details__related-pagination::before {
    width: 12rem;
  }
  .blog-details__related-title {
    font-size: clamp(2.4rem, 6vw, 2.8rem);
    line-height: clamp(3.2rem, 6vw, 3.6rem);
    letter-spacing: -0.84px;
  }
  .blog-details__related-btn {
    width: -moz-max-content;
    width: max-content;
    padding: 1rem 2rem;
    height: 4rem;
    font-size: 1.3rem;
    gap: 1.2rem;
    justify-content: center;
  }
  .blog-details__related-btn svg {
    width: 1.6rem;
    height: 1.6rem;
  }
  .blog-details__related-slider {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
@media (max-width: 900px) and (min-width: 600px) {
  .blog-details__related-slider {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .blog-details__related-card {
    gap: 1.6rem;
  }
  .blog-details__related-image {
    height: 18rem;
    border-radius: 1.2rem;
  }
  .blog-details__related-content {
    gap: 6px;
  }
  .blog-details__related-category {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .blog-details__related-card-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: -0.36px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .blog-details__related-excerpt {
    font-size: 1.3rem;
    line-height: 2rem;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .blog-details__related-footer {
    flex-wrap: wrap;
    gap: 0.6rem;
  }
  .blog-details__related-author {
    gap: 0.6rem;
  }
  .blog-details__related-author img {
    width: 3.2rem;
    height: 3.2rem;
  }
  .blog-details__related-author span {
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .blog-details__related-time {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
.container-main {
  background: #ecebfb;
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
  min-height: 100vh;
}

.back-to-top {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 4.2rem;
  height: 4.2rem;
  border: none;
  border-radius: 50%;
  background: rgba(247, 7, 115, 0.6);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background 0.2s ease;
}
.back-to-top.is-visible {
  opacity: 1;
  background: rgba(247, 7, 115, 0.6);
  visibility: visible;
  transform: translateY(0);
  animation: back-to-top-bounce 1.5s ease-in-out infinite;
}
.back-to-top.is-visible:hover {
  background: #f70773;
  animation: none;
}

@keyframes back-to-top-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
