.page-about.video-active {
  background-image: none;
}
.page-about {
  --text-color:#1d1d1d;
  --secondary-text:#515151;
  --bg-color:#fff;
  --font-main:'Mont', sans-serif;
  --accent-red:#f00;
  padding-top: 64px;
}

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

.about-video-section {
  max-width: 2560px;
  margin: auto;
  position: relative;
  width: 100%;
  height: 1100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.video-background-container {
  position: absolute;
  top: 700px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.video-background-container .scrub-canvas {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-hero-section .container {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.about-hero-section .content-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 64px;
}
.about-hero-section .text-column {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
}
.about-hero-section .text-column .main-title h1 {
  font-size: 320px;
  font-style: normal;
  font-weight: 600;
  line-height: 290px;
  letter-spacing: -12.8px;
  color: #979797;
  text-transform: lowercase;
  margin: 0;
  white-space: nowrap;
  position: absolute;
  top: 290px;
  left: 0;
  width: 100%;
  text-align: start;
  z-index: -1;
  margin-left: -25px;
}
.about-hero-section .text-column .main-title span {
  color: var(--secondary-text);
}
.about-hero-section .text-column {
  /* Right side block */
}
.about-hero-section .text-column .right-column-text {
  display: flex;
  flex-direction: row;
  gap: 285px;
  margin-left: auto;
  position: relative;
  z-index: 10;
  margin-right: 400px;
}
.about-hero-section .text-column .subtitle {
  font-size: 24px;
  font-weight: 600;
  color: var(--text-color);
  white-space: nowrap;
  font-style: normal;
  line-height: 120%;
}
.about-hero-section .text-column .description {
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  line-height: 140%;
  color: var(--text-color);
  max-width: 648px;
}
.about-hero-section .text-column .description span {
  color: var(--accent-red);
  font-weight: 700;
}

/* === Media Queries === */
@media (max-width: 2559px) {
  .about-hero-section .text-column .main-title h1 {
    font-size: 250px;
    top: 240px;
    letter-spacing: -10px;
    margin-left: -20px;
  }
  .about-hero-section .text-column .right-column-text {
    margin-right: 200px;
    gap: 185px;
  }
  .about-video-section {
    height: 890px;
  }
  .video-background-container {
    top: 630px;
  }
  .about-hero-section .text-column .subtitle {
    font-size: 22px;
  }
  .about-hero-section .text-column .description {
    font-size: 22px;
    max-width: 680px;
  }
}
@media (max-width: 1919px) {
  .about-hero-section .text-column .main-title h1 {
    font-size: 200px;
    top: 180px;
    letter-spacing: -8px;
  }
  .about-hero-section .text-column .right-column-text {
    margin-right: 150px;
    gap: 156px;
  }
  .about-video-section {
    height: 750px;
  }
  .video-background-container {
    top: 500px;
  }
  .about-hero-section .text-column .subtitle {
    font-size: 18px;
  }
  .about-hero-section .text-column .description {
    font-size: 16px;
    max-width: 505px;
  }
  .about-hero-section .content-wrapper {
    margin-top: 48px;
  }
  .page-about {
    padding-top: 48px;
  }
}
@media (max-width: 1599px) {
  .about-hero-section .text-column .main-title h1 {
    font-size: 170px;
    top: 140px;
    letter-spacing: -7px;
    margin-left: -15px;
  }
  .page-about {
    padding-top: 36px;
  }
  .about-hero-section .text-column .right-column-text {
    margin-right: 64px;
    gap: 122px;
  }
  .about-video-section {
    height: 620px;
  }
  .video-background-container {
    top: 410px;
  }
  .about-hero-section .text-column .subtitle {
    font-size: 17px;
  }
  .about-hero-section .text-column .description {
    font-size: 15px;
    max-width: 495px;
  }
  .about-hero-section .content-wrapper {
    margin-top: 36px;
  }
}
@media (max-width: 1365px) {
  .about-hero-section .text-column .main-title h1 {
    font-size: 160px;
    top: 170px;
    letter-spacing: -6px;
  }
  .about-hero-section .text-column .right-column-text {
    margin-right: 64px;
    gap: 60px;
  }
  .about-video-section {
    height: 635px;
  }
  .video-background-container {
    top: 465px;
  }
  .about-hero-section .text-column .subtitle {
    font-size: 17px;
  }
  .about-hero-section .text-column .description {
    font-size: 15px;
    max-width: 355px;
  }
  .about-hero-section .content-wrapper {
    margin-top: 36px;
  }
}
@media (max-width: 1023px) {
  .about-hero-section .text-column .main-title h1 {
    font-size: 140px;
    top: 290px;
    letter-spacing: -5px;
  }
  .about-hero-section .text-column .main-title .title-content {
    display: flex;
    flex-direction: column;
    line-height: 115px;
  }
  .about-hero-section .text-column .right-column-text {
    margin-right: 64px;
    gap: 24px;
    flex-direction: column;
  }
  .about-video-section {
    height: 850px;
  }
  .video-background-container {
    top: 680px;
    height: inherit;
  }
  .about-hero-section .text-column .subtitle {
    font-size: 17px;
  }
  .about-hero-section .text-column .description {
    font-size: 15px;
    max-width: 388px;
  }
  .about-hero-section .content-wrapper {
    margin-top: 36px;
  }
}
@media (max-width: 743px) {
  .about-hero-section .text-column .main-title h1 {
    font-size: 100px;
    top: 320px;
    letter-spacing: -4px;
    margin-left: -10px;
  }
  .page-about {
    padding-top: 24px;
  }
  .about-hero-section .text-column .main-title .title-content {
    display: flex;
    flex-direction: column;
    line-height: 80px;
  }
  .about-hero-section .text-column .right-column-text {
    margin-right: 20px;
    margin-left: 20px;
    gap: 16px;
    width: 100%;
  }
  .about-video-section {
    height: 620px;
  }
  .video-background-container {
    top: 520px;
    height: inherit;
  }
  .about-hero-section .text-column .subtitle {
    font-size: 17px;
  }
  .about-hero-section .text-column .description {
    font-size: 15px;
    max-width: 384px;
  }
  .about-hero-section .content-wrapper {
    margin-top: 84px;
  }
}
/* ===== values ===== */
.page-about.video-active {
  background-image: none;
}

.about-values-section {
  width: 100%;
  max-width: 100%;
  position: relative;
  transition: background-color 0.5s ease, color 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-values-section .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  clip-path: circle(0% at 50% 50%);
  transition: opacity 0.5s ease, clip-path 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}
.about-values-section .video-container #bg-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-values-section .video-container .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-values-section.video-active .video-container {
  opacity: 1;
  clip-path: circle(150% at 50% 50%);
}
.about-values-section.video-active .main-title {
  color: #fff;
}
.about-values-section.video-active .main-title span {
  color: #fff;
}
.about-values-section.video-active .subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.about-values-section.video-active .description {
  color: rgba(255, 255, 255, 0.9);
}
.about-values-section.video-active .description p {
  color: #fff;
}
.about-values-section.video-active .description span {
  color: #fff;
  transition: none;
}
.about-values-section.video-active .parallax-layer {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.about-values-section.video-active.video-expanded .description span {
  color: var(--accent-red);
  transition: color 0.3s ease;
}

/* === Section 3 & 5 Specific (Centered Layout) === */
[data-section-index="3"].about-values-section.centered-layout .content-wrapper, [data-section-index="5"].about-values-section.centered-layout .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

[data-section-index="3"].about-values-section.centered-layout .visual-column, [data-section-index="5"].about-values-section.centered-layout .visual-column {
  flex: 0 0 25%;
  /* Less space for side visuals */
  height: 600px;
}

[data-section-index="3"].about-values-section.centered-layout .visual-column.visual-left, [data-section-index="5"].about-values-section.centered-layout .visual-column.visual-left {
  justify-content: flex-start;
}

[data-section-index="3"].about-values-section.centered-layout .visual-column.visual-right, [data-section-index="5"].about-values-section.centered-layout .visual-column.visual-right {
  justify-content: flex-end;
}

[data-section-index="3"].about-values-section.centered-layout .text-column.center-text, [data-section-index="5"].about-values-section.centered-layout .text-column.center-text {
  flex: 0 0 50%;
  padding: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  position: relative;
  z-index: 20;
  /* Reset global padding-left */
}

[data-section-index="3"].about-values-section.centered-layout .text-column.center-text .main-title, [data-section-index="5"].about-values-section.centered-layout .text-column.center-text .main-title {
  text-align: center;
}

[data-section-index="3"].about-values-section.centered-layout .text-column.center-text .description, [data-section-index="5"].about-values-section.centered-layout .text-column.center-text .description {
  margin: 0 auto;
}

/* Sphere Positionings for Section 3 */
.sphere-small-top {
  width: 275px;
  transform: translate(-120px, -190px);
}

.sphere-small-bottom {
  width: 456px;
  transform: translate(100px, 230px);
}

.sphere-large {
  width: 895px;
  transform: translate(150px, -220px);
}

/* === DEFAULT STYLES (2560px Base) === */
.about-values-section .container {
  width: 100%;
  max-width: 2560px;
  /* Base max-width for largest screens */
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0;
}
.about-values-section .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
}
.about-values-section.reversed .text-column {
  padding-left: 0;
  max-width: 900px;
  margin-right: 150px;
  padding-right: 0px;
}
.about-values-section .text-column {
  flex: 0 0 50%;
  gap: 48px;
  display: flex;
  flex-direction: column;
  padding-left: 150px;
}
.about-values-section .subtitle {
  color: var(--secondary-text);
  font-family: var(--font-main);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 17.6px;
  text-transform: uppercase;
}
.about-values-section div {
  display: initial;
}
.about-values-section .bg-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-values-section .main-title span {
  color: var(--text-color);
}
.about-values-section .description span {
  color: var(--accent-red);
  font-weight: 700;
  transition: color 0.3s ease;
}
.about-values-section .main-title {
  color: #797979;
  font-family: var(--font-main);
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.about-values-section .main-title br {
  display: block;
  display: block;
}
.about-values-section .indicator-wrapper {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transform: translateY(-5px) rotate(-8deg);
  box-shadow: inset 0 0 0 0 transparent;
  transition: box-shadow 0.3s ease;
}
.about-values-section .indicator-wrapper .indicator-bg {
  transform: rotate(0deg);
  display: block;
  margin-top: 0px;
  margin-left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Reversed Layout Styles */
@media (max-width: 1920px) {
  .about-values-section.reversed .text-column {
    padding-right: 0;
  }
}
[data-section-index="3"] .indicator-wrapper .indicator-bg {
  transform: rotate(0deg);
}
[data-section-index="3"] .indicator-wrapper {
  transform: translateY(-5px) rotate(-3deg);
}

[data-section-index="2"] .indicator-wrapper {
  transform: translateY(-5px) rotate(3deg);
  margin-top: 10px;
}
[data-section-index="2"] .indicator-wrapper .indicator-bg {
  transform: rotate(-1deg);
}

[data-section-index="5"] .indicator-wrapper {
  transform: translateY(-5px) rotate(-2deg);
}
[data-section-index="5"] .indicator-wrapper .indicator-bg {
  transform: rotate(0deg);
}

.about-values-section .indicator-wrapper .indicator-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--accent-red);
  opacity: 0.9;
  transition: width 1s linear;
  pointer-events: none;
  z-index: 1;
}
.about-values-section .indicator-wrapper .indicator-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  z-index: 2;
  transition: transform 0.3s ease;
}
.about-values-section .indicator-wrapper.active {
  /* box-shadow: inset 0 0 0 5px var(--accent-red); */
}
.about-values-section .indicator-wrapper.active .indicator-fill {
  mix-blend-mode: normal;
  background-color: var(--accent-red);
}
.about-values-section .description {
  color: var(--text-color);
  font-family: var(--font-main);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  max-width: 904px;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.about-values-section .description p {
  margin-bottom: 1rem;
}
.about-values-section.video-active .description {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

[data-section-index="3"] .description {
  max-width: 860px;
}
@media (max-width: 743px) {
  [data-section-index="3"] .main-title, [data-section-index="3"] .subtitle {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  [data-section-index="3"].video-active .main-title, [data-section-index="3"].video-active .subtitle {
    transform: translateY(-150px);
  }
}

.about-values-section .visual-column {
  flex: 0 0 50%;
  position: relative;
  height: 800px;
  /* Scaled up for 2560px base */
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallax-scene {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
}

.about-values-section .parallax-layer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: transform;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.1s ease-out;
}
.about-values-section .parallax-img {
  max-width: none;
  display: block;
}

/* Base Image Sizes (2560px) */
.img-back {
  width: 352px;
  transform: translate(-180px, -200px);
}

[data-section-index="1"] .img-back {
  width: 352px;
  transform: translate(-400px, -200px);
}

[data-section-index="2"] .img-back {
  width: 352px;
  transform: translate(-180px, -200px);
}

.img-main {
  width: 978px;
}

.img-front {
  width: 760px;
  transform: translate(650px, 250px);
  filter: blur(2px);
}

[data-section-index="2"] .img-front {
  width: 761px;
  transform: translate(230px, 250px);
  filter: blur(2px);
}

[data-section-index="4"] .img-back {
  width: 403px;
  transform: translate(-440px, -250px);
}
[data-section-index="4"] .img-main {
  width: 909px;
}
[data-section-index="4"] .img-front {
  width: 255px;
  transform: translate(400px, 280px);
  filter: blur(2px);
}

/* === Section 5 Specific === */
[data-section-index="5"] .description {
  max-width: 860px;
}

.dna-large {
  width: 1330px;
  transform: translate(-35px, 0);
}

.dna-small-top {
  width: 827px;
  transform: translate(140px, -10px);
}

.dna-small-bottom {
  width: 382px;
  transform: translate(-40px, 250px);
}

.about-values-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

/* === MEDIA QUERIES (Scaling Down) === */
/* 1920px (Previously Default) */
@media (max-width: 2559px) {
  .about-values-section .container {
    width: 100%;
  }
  .about-values-section .main-title {
    font-size: 56px;
  }
  .about-values-section .subtitle {
    font-size: 20px;
    letter-spacing: 16px;
  }
  .about-values-section .description {
    font-size: 22px;
    max-width: 647px;
  }
  [data-section-index="3"] .description {
    max-width: 820px;
  }
  .about-values-section .visual-column {
    height: 600px;
  }
  .img-main {
    width: 777px;
  }
  .img-back, [data-section-index="1"] .img-back {
    width: 280px;
    transform: translate(-350px, -180px);
  }
  [data-section-index="2"] .img-back {
    width: 280px;
    transform: translate(-130px, -140px);
  }
  .img-front {
    width: 720px;
    transform: translate(560px, 250px);
  }
  [data-section-index="2"] .img-main {
    width: 630px;
  }
  [data-section-index="2"] .img-front {
    width: 601px;
    transform: translate(200px, 230px);
    filter: blur(2px);
  }
  .sphere-small-top {
    width: 275px;
    transform: translate(-100px, -190px);
  }
  .about-values-section.reversed .text-column {
    max-width: 637px;
  }
  .sphere-small-bottom {
    width: 410px;
    transform: translate(100px, 230px);
  }
  .sphere-large {
    width: 803px;
    transform: translate(90px, -220px);
  }
  [data-section-index="4"] .img-back {
    width: 326px;
    transform: translate(-370px, -200px);
  }
  [data-section-index="4"] .img-main {
    width: 736px;
  }
  [data-section-index="4"] .img-front {
    width: 207px;
    transform: translate(290px, 260px);
    filter: blur(2px);
  }
  .dna-large {
    width: 1114px;
    transform: translate(40px, 0);
  }
  .dna-small-top {
    width: 692px;
    transform: translate(-90px, -100px);
  }
  .dna-small-bottom {
    width: 320px;
    transform: translate(-190px, 240px);
  }
  [data-section-index="5"] .description {
    max-width: 520px;
  }
  .about-values-section .text-column {
    padding-left: 150px;
  }
}
@media (max-width: 1919px) {
  .about-values-section .container {
    width: 100%;
  }
  .about-values-section.reversed .text-column {
    max-width: 593px;
    margin-right: 64px;
  }
  .about-values-section .main-title {
    font-size: 52px;
  }
  .about-values-section .subtitle {
    font-size: 17px;
    letter-spacing: 13.6px;
  }
  .about-values-section .about-values-wrapper {
    gap: 0px;
  }
  .about-values-section .description {
    font-size: 16px;
    max-width: 520px;
  }
  [data-section-index="4"] .description {
    max-width: 577px;
  }
  [data-section-index="3"] .description {
    max-width: 780px;
  }
  .img-main {
    width: 638px;
  }
  .img-back, [data-section-index="1"] .img-back {
    width: 230px;
    transform: translate(-250px, -140px);
  }
  [data-section-index="2"] .img-back {
    width: 240px;
    transform: translate(-130px, -90px);
  }
  .img-front {
    width: 590px;
    transform: translate(470px, 230px);
  }
  [data-section-index="2"] .img-front {
    width: 561px;
    transform: translate(200px, 250px);
    filter: blur(2px);
  }
  [data-section-index="3"] .indicator-wrapper, [data-section-index="5"] .indicator-wrapper {
    margin-top: 10px;
  }
  .sphere-small-top {
    width: 195px;
    transform: translate(-100px, -140px);
  }
  .sphere-small-bottom {
    width: 324px;
    transform: translate(30px, 230px);
  }
  .sphere-large {
    width: 635px;
    transform: translate(40px, -220px);
  }
  [data-section-index="4"] .img-back {
    width: 254px;
    transform: translate(-300px, -150px);
  }
  [data-section-index="4"] .img-main {
    width: 580px;
  }
  [data-section-index="4"] .img-front {
    width: 163px;
    transform: translate(220px, 220px);
    filter: blur(2px);
  }
  .dna-large {
    width: 869px;
    transform: translate(-20px, 0);
  }
  .dna-small-top {
    width: 584px;
    transform: translate(50px, -80px);
  }
  .dna-small-bottom {
    width: 270px;
    transform: translate(-90px, 180px);
    rotate: -6deg;
  }
  .about-values-section .text-column {
    padding-left: 150px;
  }
}
@media (max-width: 1599px) {
  .about-values-section .container {
    width: 100%;
  }
  .about-values-section.reversed .text-column {
    max-width: 495px;
    margin-right: 64px;
  }
  .about-values-section .main-title {
    font-size: 48px;
  }
  .about-values-section .subtitle {
    font-size: 16px;
    letter-spacing: 12.8px;
  }
  .about-values-wrapper {
    gap: 0px;
  }
  .about-values-section .description {
    font-size: 15px;
    max-width: 500px;
  }
  .visual-column {
    height: 500px;
  }
  .about-values-section .indicator-wrapper .indicator-bg {
    width: 70px;
    height: 50px;
  }
  .about-values-section .text-column {
    padding-left: 64px;
  }
  .img-main {
    width: 500px;
  }
  .img-back, [data-section-index="1"] .img-back {
    width: 180px;
    transform: translate(-200px, -120px);
  }
  [data-section-index="2"] .img-back {
    width: 190px;
    transform: translate(-130px, -90px);
  }
  .img-front {
    width: 464px;
    transform: translate(400px, 120px);
  }
  [data-section-index="2"] .img-main {
    width: 490px;
  }
  [data-section-index="2"] .img-back {
    width: 190px;
    transform: translate(-130px, -90px);
  }
  [data-section-index="2"] .img-front {
    width: 460px;
    transform: translate(130px, 150px);
    filter: blur(2px);
  }
  .sphere-small-top {
    width: 149px;
    transform: translate(-60px, -90px);
  }
  .sphere-small-bottom {
    width: 248px;
    transform: translate(30px, 170px);
  }
  .sphere-large {
    width: 510px;
    transform: translate(70px, -120px);
  }
  [data-section-index="3"] .description, [data-section-index="5"] .description {
    max-width: 566px;
  }
  [data-section-index="4"] .img-back {
    width: 215px;
    transform: translate(-240px, -130px);
  }
  [data-section-index="4"] .img-main {
    width: 486px;
  }
  [data-section-index="4"] .img-front {
    width: 136px;
    transform: translate(190px, 170px);
    filter: blur(2px);
  }
  .dna-large {
    width: 661px;
    transform: translate(-40px, -110px);
  }
  .dna-small-top {
    width: 485px;
    transform: translate(60px, -140px);
  }
  .dna-small-bottom {
    width: 224px;
    transform: translate(-40px, 150px);
  }
}
@media (max-width: 1365px) {
  .about-values-section .container {
    width: 100%;
  }
  .about-values-section.reversed .text-column {
    max-width: 356px;
    margin-right: 64px;
  }
  .about-values-section .main-title {
    font-size: 36px;
  }
  .about-values-section .subtitle {
    font-size: 16px;
    letter-spacing: 12.8px;
  }
  .about-values-wrapper {
    gap: 0;
  }
  .about-values-section .description, [data-section-index="2"] .description {
    font-size: 15px;
    max-width: 358px;
  }
  [data-section-index="4"] .description {
    max-width: 401px;
  }
  [data-section-index="5"] .description {
    max-width: 460px;
  }
  .about-values-section .text-column {
    flex: 0 0 50%;
    padding-left: 64px;
  }
  [data-section-index="2"] .text-column {
    flex: 0 0 40%;
  }
  .visual-column {
    height: 450px;
    flex: 0 0 50%;
  }
  .img-main {
    width: 500px;
  }
  .img-back, [data-section-index="1"] .img-back {
    width: 180px;
    transform: translate(-220px, -120px);
  }
  [data-section-index="2"] .img-back {
    width: 190px;
    transform: translate(-130px, -90px);
  }
  .img-front {
    width: 464px;
    transform: translate(360px, 120px);
  }
  [data-section-index="2"] .img-main {
    width: 490px;
  }
  [data-section-index="2"] .img-back {
    width: 190px;
    transform: translate(-130px, -90px);
  }
  [data-section-index="2"] .img-front {
    width: 460px;
    transform: translate(130px, 150px);
    filter: blur(2px);
  }
  .sphere-small-top {
    width: 131px;
    transform: translate(-60px, 40px);
  }
  .sphere-small-bottom {
    width: 218px;
    transform: translate(20px, 270px);
  }
  .sphere-large {
    width: 458px;
    transform: translate(30px, -190px);
  }
  [data-section-index="3"] .description {
    max-width: 524px;
  }
  [data-section-index="4"] .img-back {
    width: 193px;
    transform: translate(150px, -180px);
  }
  [data-section-index="4"] .img-main {
    width: 435px;
  }
  [data-section-index="4"] .img-front {
    width: 122px;
    transform: translate(160px, 170px);
    filter: blur(2px);
  }
  .dna-large {
    width: 648px;
    transform: translate(-30px, 50px);
    rotate: -11deg;
  }
  .dna-small-top {
    width: 468px;
    transform: translate(50px, -50px);
    rotate: -9deg;
  }
  .dna-small-bottom {
    width: 216px;
    transform: translate(-20px, 200px);
  }
}
@media (max-width: 1023px) {
  .about-values-section .content-wrapper {
    flex-direction: row;
  }
  .about-values-section {
    min-height: 900px;
  }
  .about-values-section.reversed .text-column {
    max-width: 315px;
    margin-right: 0px;
  }
  .about-values-section .text-column {
    flex: 0 0 50%;
    padding-left: 64px;
  }
  .about-values-wrapper {
    gap: 0;
  }
  [data-section-index="2"] .text-column {
    padding-right: 64px;
  }
  .about-values-section .main-title {
    font-size: 40px;
  }
  .about-values-section .subtitle {
    font-size: 15px;
    letter-spacing: 11.2px;
  }
  .about-values-section .description {
    font-size: 15px;
    max-width: 254px;
  }
  [data-section-index="4"] .description {
    width: 313px;
  }
  [data-section-index="4"] .visual-column {
    margin-top: -70px;
  }
  [data-section-index="2"] .description {
    max-width: 256px;
  }
  .visual-column {
    flex: 0 0 50%;
    height: 400px;
    margin-top: -220px;
  }
  .img-main {
    width: 500px;
  }
  .img-back, [data-section-index="1"] .img-back {
    width: 130px;
    transform: translate(120px, -260px);
  }
  [data-section-index="2"] .img-back {
    width: 175px;
    transform: translate(-100px, -90px);
  }
  .img-front {
    width: 420px;
    transform: translate(170px, 230px);
  }
  [data-section-index="2"] .img-main {
    width: 448px;
  }
  [data-section-index="2"] .img-back {
    width: 175px;
    transform: translate(-100px, -90px);
  }
  [data-section-index="2"] .img-front {
    width: 393px;
    transform: translate(170px, 150px);
    filter: blur(2px);
    rotate: 24deg;
  }
  .sphere-small-top {
    width: 126px;
    transform: translate(-20px, -230px);
  }
  .sphere-small-bottom {
    width: 210px;
    transform: translate(10px, 430px);
  }
  .sphere-large {
    width: 413px;
    transform: translate(50px, -220px);
  }
  [data-section-index="3"] .description {
    max-width: 384px;
  }
  [data-section-index="4"] .img-back {
    width: 193px;
    transform: translate(10px, -230px);
  }
  [data-section-index="4"] .img-main {
    width: 435px;
  }
  [data-section-index="4"] .img-front {
    width: 122px;
    transform: translate(-20px, 220px);
    filter: blur(2px);
  }
  .dna-large {
    width: 648px;
    transform: translate(-60px, 0);
    rotate: -18deg;
  }
  .dna-small-top {
    width: 420px;
    transform: translate(20px, -120px);
    rotate: -2deg;
  }
  .dna-small-bottom {
    width: 216px;
    transform: translate(-20px, 350px);
    rotate: 0deg;
  }
  [data-section-index="5"] .description {
    max-width: 362px;
  }
  .about-values-section div {
    display: block;
  }
}
@media (max-width: 743px) {
  .about-values-section .content-wrapper {
    flex-direction: column-reverse;
    text-align: left;
    height: auto;
    min-height: auto;
  }
  .about-values-section.reversed .text-column {
    max-width: 100%;
  }
  [data-section-index="4"] .visual-column {
    margin-top: 0;
  }
  .about-values-wrapper {
    gap: 0px;
  }
  [data-section-index="2"] .content-wrapper {
    flex-direction: column;
  }
  [data-section-index="3"].about-values-section.centered-layout .visual-column {
    flex: 0 0 100%;
    height: 412px;
  }
  [data-section-index="3"].about-values-section.centered-layout .visual-column.visual-right {
    margin-top: -350px;
  }
  [data-section-index="3"] .content-wrapper {
    flex-direction: column;
  }
  [data-section-index="3"] .content-wrapper .visual-left {
    order: 1;
  }
  [data-section-index="3"] .content-wrapper .visual-right {
    order: 2;
  }
  [data-section-index="3"] .content-wrapper .center-text {
    order: 3;
  }
  [data-section-index="3"] .description {
    text-align: start;
  }
  [data-section-index="3"].about-values-section.centered-layout .text-column.center-text .main-title, [data-section-index="3"] .subtitle {
    text-align: start;
    width: 100%;
  }
  [data-section-index="2"] .text-column {
    flex: 100%;
    width: 100%;
  }
  .about-values-section .text-column {
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
    gap: 24px;
  }
  .about-values-section .visual-column {
    flex: 0 0 100%;
    width: 100%;
  }
  [data-section-index="2"] .parallax-scene {
    height: 325px;
  }
  .parallax-scene {
    height: 350px;
  }
  .about-values-section .container {
    padding: 20px;
  }
  .about-values-section .main-title {
    font-size: 40px;
  }
  .about-values-section .subtitle {
    font-size: 14px;
    letter-spacing: 11.2px;
  }
  .about-values-section .description {
    font-size: 15px;
    max-width: 100%;
    width: 100%;
  }
  .rules-wrapper {
    display: block;
  }
  [data-section-index="2"] .visual-column {
    height: 425px;
  }
  [data-section-index="2"] .text-column {
    padding-right: 0;
  }
  .about-values-section .visual-column {
    height: 325px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0;
  }
  [data-section-index="2"] .description {
    max-width: 100%;
  }
  .img-main {
    width: 346px;
    transform: translate(0px, -20px);
  }
  .img-back {
    width: 148px;
    transform: translate(-191px, -30px);
    rotate: 24deg;
    filter: blur(2px);
  }
  [data-section-index="1"] .img-back {
    width: 148px;
    transform: translate(-184px, -30px);
    rotate: 27deg;
    filter: blur(3px);
  }
  [data-section-index="2"] .img-back {
    width: 181px;
    transform: translate(-80px, -90px);
    filter: blur(2px);
    rotate: -25deg;
  }
  .img-front {
    width: 260px;
    transform: translate(160px, 90px);
    rotate: -2deg;
    filter: blur(4px);
  }
  [data-section-index="2"] .img-main {
    width: 488px;
    rotate: -21deg;
    transform: translate(10px, -20px);
  }
  [data-section-index="2"] .img-back {
    width: 181px;
    transform: translate(-85px, -90px);
    filter: blur(2px);
    rotate: -25deg;
  }
  [data-section-index="2"] .img-front {
    width: 355px;
    transform: translate(170px, 70px);
    filter: blur(4px);
    rotate: -2deg;
  }
  .sphere-small-top {
    width: 196px;
    transform: translate(-165px, -100px);
    filter: blur(5px);
  }
  .sphere-small-bottom {
    width: 210px;
    transform: translate(150px, 100px);
    filter: blur(5px);
  }
  .sphere-large {
    width: 476px;
    transform: translate(0px, -20px);
  }
  [data-section-index="4"] .img-back {
    width: 173px;
    transform: translate(130px, -140px);
    rotate: 9deg;
  }
  [data-section-index="4"] .img-main {
    width: 435px;
    transform: translate(0px, 30px);
  }
  [data-section-index="4"] .img-front {
    width: 122px;
    transform: translate(-190px, -115px);
    filter: blur(2px);
    rotate: 6deg;
  }
  .dna-large {
    width: 392px;
    transform: translate(30px, 270px);
    rotate: 61deg;
    filter: blur(6px);
  }
  .dna-small-top {
    width: 568px;
    transform: translate(0px, -40px);
  }
  .dna-small-bottom {
    width: 241px;
    transform: translate(120px, -170px);
    filter: blur(4px);
  }
  [data-section-index="5"] .parallax-scene {
    height: 420px;
  }
  [data-section-index="5"] .visual-column {
    margin-top: 0;
  }
  [data-section-index="5"].about-values-section.centered-layout .visual-column {
    flex: 0 0 100%;
    height: 412px;
  }
  [data-section-index="5"].about-values-section.centered-layout .visual-column.visual-left {
    margin-top: 0;
  }
  [data-section-index="5"].about-values-section.centered-layout .visual-column.visual-right {
    margin-top: -350px;
  }
  [data-section-index="5"] .content-wrapper {
    flex-direction: column;
  }
  [data-section-index="5"] .content-wrapper .visual-left {
    order: 1;
  }
  [data-section-index="5"] .content-wrapper .visual-right {
    order: 2;
  }
  [data-section-index="5"] .content-wrapper .center-text {
    order: 3;
  }
  [data-section-index="5"] .description {
    text-align: start;
    max-width: 100%;
  }
  [data-section-index="5"].about-values-section.centered-layout .text-column.center-text .main-title, [data-section-index="5"] .subtitle {
    text-align: start;
    width: 100%;
  }
  /* Section 5 mobile styles */
}
/* ===== team ===== */
.page-about {
  margin: 0;
  color: var(--color-black-100);
  background-color: var(--color-white);
  font-family: "Mont", sans-serif;
  overflow-x: hidden;
  background-image: linear-gradient(#f0f0f0, #f0f0f0), linear-gradient(#f0f0f0, #f0f0f0), linear-gradient(#f0f0f0, #f0f0f0), linear-gradient(#f0f0f0, #f0f0f0), linear-gradient(#f0f0f0, #f0f0f0), linear-gradient(#f0f0f0, #f0f0f0);
  background-size: 1px 100%;
  background-position: 150px 0, 23% 0, 41% 0, 59% 0, 77% 0, calc(100% - 150px) 0;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1599px) {
  .page-about {
    background-position: 64px 0, 23% 0, 41% 0, 59% 0, 77% 0, calc(100% - 64px) 0;
  }
}
@media screen and (max-width: 743px) {
  .page-about {
    background-position: 20px 0, 23% 0, 41% 0, 59% 0, 77% 0, calc(100% - 20px) 0;
  }
}
.about-team-section .container {
  width: 100%;
  max-width: 2132px;
  /* Wide screens >2559px */
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
.about-team-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 190px;
  margin-bottom: 310px;
  width: 100%;
  overflow: hidden;
}

.team-header {
  text-align: center;
  max-width: 100%;
}
.team-header .main-title {
  color: #515151;
  text-align: center;
  font-size: 300px;
  font-weight: 600;
  line-height: 80%;
  letter-spacing: -12px;
  text-transform: lowercase;
  margin-bottom: 64px;
}
.team-header .team-description {
  color: #1d1d1d;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: inherit;
  line-height: 140%;
  max-width: 770px;
  margin: auto;
  margin-bottom: 120px;
}
.team-header .team-description p {
  margin-bottom: 20px;
}
.team-header .team-description p:last-child {
  margin-bottom: 0;
}
.team-header .team-description span {
  color: var(--accent-red);
  font-weight: 700;
}

/* === Custom Slider === */
.team-slider {
  position: relative;
  width: 100%;
  max-width: 2132px;
  margin: 0 auto;
  /* Disable selection during drag */
}
.team-slider.is-dragging {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.team-slider.is-dragging .slide, .team-slider.is-dragging .card-image {
  transition: none !important;
}
.team-slider.is-dragging {
  /* Disable transition on inner elements during drag */
}

.slider-viewport {
  position: relative;
  height: 890px;
  perspective: 1400px;
  overflow: visible;
  touch-action: pan-y;
}

.slider-track {
  position: relative;
  height: 100%;
}

.slide.is-prev .card-info, .slide.is-next .card-info {
  opacity: 0.5;
}
.slide.is-prev .card-image, .slide.is-next .card-image {
  /* opacity: 0.5; removed in favor of white overlay */
}
.slide.is-active .card-info, .slide.is-active .card-image {
  opacity: 1;
}
.slide.is-active {
  opacity: 1;
  z-index: 3;
  transform: translate(calc(-50% + var(--drag-offset, 0px)), 0) rotateY(0deg);
  width: 688px;
}
.slide {
  position: absolute;
  top: 0;
  left: 50%;
  /* Use var(--drag-offset) for dragging */
  transform: translate(calc(-50% + var(--drag-offset, 0px)), 0) scale(0.8);
  width: 689px;
  max-width: 82vw;
  opacity: 0;
  z-index: 0;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.45s ease, box-shadow 0.55s ease;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  cursor: grab;
}
.slide.is-prev {
  opacity: 1;
  z-index: 2;
  transform: translate(calc(-150% + var(--drag-offset, 0px)), 0) perspective(900px) rotateY(14deg);
  width: 688px;
}
.slide.is-next {
  opacity: 1;
  z-index: 2;
  transform: translate(calc(50% + var(--drag-offset, 0px)), 0) perspective(900px) rotateY(-14deg);
  width: 688px;
}
.slide .card-image {
  transition: height 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin-top 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.slide.is-active .card-image {
  height: 597px;
  width: 688px;
}
.slide.is-next .card-image, .slide.is-prev .card-image {
  height: 652px;
  width: 688px;
  margin-top: -35px;
}
.slide.is-hidden-left {
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transform: translate(calc(-250% + var(--drag-offset, 0px)), 0) scale(0.7) perspective(900px) rotateY(14deg);
  width: 689px;
}
.slide.is-hidden-right {
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transform: translate(calc(150% + var(--drag-offset, 0px)), 0) scale(0.7) perspective(900px) rotateY(-14deg);
  width: 689px;
}

/* Inner transitions for card image size and opacity */
.card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.card-image {
  position: relative;
  width: 100%;
  height: 669px;
  background-color: #e0e0e0;
  /* Placeholder gray */
  margin-bottom: 64px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  /* Prevent native drag of images */
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
.card-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: opacity 0.55s ease;
  z-index: 1;
}

.slide.is-prev .card-image::after, .slide.is-next .card-image::after {
  opacity: 1;
}

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

.card-info {
  padding: 0 16px;
  transition: opacity 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.card-info .card-role {
  color: #979797;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 16px;
}
.card-info .card-name {
  color: #515151;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 16px;
}
.card-info .card-quote {
  width: 528px;
  color: #1d1d1d;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: inherit;
  line-height: 140%;
  margin: auto;
}

.slider-nav {
  position: absolute;
  top: 28%;
  width: 48px;
  height: 48px;
  border: 2px solid #D5D5D5;
  background-color: white;
  border-radius: 0;
  color: var(--text-color);
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-nav svg {
  display: block;
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}
.slider-nav .icon-default {
  display: block;
}
.slider-nav .icon-hover {
  display: none;
}
.slider-nav:hover {
  background-color: var(--accent-red);
  border-color: var(--accent-red);
}
.slider-nav:hover .icon-default {
  display: none;
}
.slider-nav:hover .icon-hover {
  display: block;
}

/* Default state: showing the first SVG (gray) */
/* Hover state: showing the second SVG (white) */
.slider-nav--prev {
  left: -6%;
}

.slider-nav--next {
  right: -6%;
}

/* Remove old CSS arrows */
.slider-nav::after {
  display: none;
}

.slider-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}
.slider-pagination .dot {
  width: 10px;
  height: 10px;
  border-radius: 0;
  transition: all 0.3s;
  cursor: pointer;
  background: #d5d5d5;
  border: none;
}
.slider-pagination .dot.is-active {
  background: var(--accent-red);
}

/* === MEDIA QUERIES === */
/* 2559px and below */
@media (max-width: 2559px) {
  .team-slider {
    max-width: 1720px;
    padding: 0 32px;
  }
  .team-header .main-title {
    font-size: 230px;
    letter-spacing: -9.2px;
  }
  .team-header .team-description {
    max-width: 770px;
    font-size: 22px;
    margin-bottom: 74px;
  }
  .slide.is-prev .card-image, .slide.is-next .card-image {
    height: 461px;
    width: 500px;
    margin-top: -23px;
  }
  .slide.is-active .card-image {
    height: 434px;
    width: 500px;
  }
  .slide.is-active {
    width: 500px;
  }
  .slide.is-prev, .slide.is-next {
    width: 500px;
  }
  .card-info .card-quote {
    width: 468px;
    font-size: 22px;
  }
  .slider-viewport {
    height: 740px;
  }
  .slider-nav--prev {
    left: 0%;
  }
  .slider-nav--next {
    right: 0%;
  }
  .about-team-section {
    padding-top: 20px;
    margin-bottom: 150px;
  }
}
/* 1919px and below */
@media (max-width: 1919px) {
  .team-slider {
    max-width: 1400px;
    padding: 0 32px;
  }
  .team-header .main-title {
    font-size: 180px;
    letter-spacing: -7.2px;
  }
  .team-header .team-description {
    max-width: 600px;
    margin-bottom: 64px;
    font-size: 16px;
  }
  .slide.is-prev .card-image, .slide.is-next .card-image {
    height: 370px;
    width: 404px;
    margin-top: -17px;
  }
  .slide.is-active .card-image {
    height: 350px;
    width: 404px;
  }
  .slide.is-active {
    width: 404px;
  }
  .slide.is-prev, .slide.is-next {
    width: 404px;
  }
  .card-info .card-role {
    font-size: 15px;
  }
  .card-info .card-name {
    margin-bottom: 16px;
    font-size: 30px;
  }
  .card-info .card-quote {
    width: 372px;
    font-size: 16px;
  }
  .slider-viewport {
    height: 610px;
  }
  .slider-nav--prev {
    left: 0%;
  }
  .slider-nav--next {
    right: 0%;
  }
  .card-image {
    margin-bottom: 48px;
  }
  .slider-pagination {
    margin-top: 16px;
  }
  .about-team-section {
    padding-top: 0px;
    margin-top: 100px;
    margin-bottom: 120px;
  }
}
/* 1599px and below */
@media (max-width: 1599px) {
  .team-slider {
    max-width: 1338px;
    padding: 0 24px;
  }
  .team-header .main-title {
    font-size: 160px;
    font-style: normal;
    font-weight: 600;
    line-height: 80%;
    letter-spacing: -6.4px;
  }
  .team-header .team-description {
    margin-bottom: 68px;
    font-size: 15px;
  }
  .slide.is-prev .card-image, .slide.is-next .card-image {
    height: 341px;
    width: 377px;
    margin-top: -14px;
  }
  .slide.is-active .card-image {
    height: 324px;
    width: 374px;
  }
  .slide.is-active {
    width: 377px;
  }
  .slide.is-prev, .slide.is-next {
    width: 377px;
  }
  .card-info .card-role {
    font-size: 14px;
  }
  .card-info .card-name {
    margin-bottom: 16px;
    font-size: 28px;
  }
  .card-info .card-quote {
    width: 325px;
    font-size: 15px;
  }
  .slider-viewport {
    height: 553px;
  }
  .card-image {
    margin-bottom: 30px;
  }
  .slider-pagination {
    margin-top: 16px;
  }
  .about-team-section {
    padding-top: 0px;
    margin-top: 80px;
    margin-bottom: 120px;
  }
}
/* 1365px and below */
@media (max-width: 1365px) {
  .team-slider {
    max-width: 996px;
    padding: 0 24px;
  }
  .team-header .main-title {
    font-size: 140px;
    font-style: normal;
    font-weight: 600;
    line-height: 80%;
    letter-spacing: -5.6px;
    margin-bottom: 48px;
  }
  .team-header .team-description {
    margin-bottom: 68px;
    font-size: 15px;
  }
  .slide.is-prev .card-image, .slide.is-next .card-image {
    height: 236px;
    width: 266px;
    margin-top: -8px;
  }
  .slide.is-active .card-image {
    height: 228px;
    width: 264px;
  }
  .slide.is-active {
    width: 266px;
  }
  .slide.is-prev, .slide.is-next {
    width: 266px;
  }
  .card-info .card-role {
    font-size: 14px;
    max-width: 232px;
    margin: auto;
    margin-bottom: 16px;
  }
  .card-info .card-name {
    margin: auto;
    margin-bottom: 16px;
    font-size: 28px;
  }
  .card-info .card-quote {
    width: 232px;
    font-size: 15px;
  }
  .slider-viewport {
    height: 523px;
  }
  .card-image {
    margin-bottom: 30px;
  }
  .slider-pagination {
    margin-top: 16px;
  }
  .about-team-section {
    padding-top: 0px;
    margin-top: 150px;
    margin-bottom: 80px;
  }
  .slider-nav {
    top: 17%;
  }
  .slide.is-hidden-right {
    transform: translate(calc(250% + var(--drag-offset, 0px)), 0) scale(0.7) perspective(900px) rotateY(-14deg);
  }
  .slide.is-hidden-left {
    transform: translate(calc(-250% + var(--drag-offset, 0px)), 0) scale(0.7) perspective(900px) rotateY(14deg);
  }
}
/* Responsive */
@media (max-width: 1023px) {
  .team-slider {
    max-width: 996px;
    padding: 0 24px;
  }
  .team-header .main-title {
    font-size: 120px;
    font-style: normal;
    font-weight: 600;
    line-height: 80%;
    letter-spacing: -5.6px;
    margin-bottom: 48px;
  }
  .team-header .team-description {
    margin-bottom: 68px;
    font-size: 15px;
  }
  .slide.is-prev .card-image, .slide.is-next .card-image {
    height: 382px;
    width: 420px;
    margin-top: -17px;
  }
  .slide.is-active .card-image {
    height: 361px;
    width: 418px;
  }
  .slide.is-active {
    width: 420px;
  }
  .slide.is-prev, .slide.is-next {
    width: 420px;
  }
  .card-info {
    -webkit-text-size-adjust: 100%;
  }
  .card-info .card-role {
    font-size: 14px;
    margin: auto;
    margin-bottom: 16px;
    max-width: 100%;
  }
  .card-info .card-name {
    margin: auto;
    margin-bottom: 16px;
    font-size: 28px;
  }
  .card-info .card-quote {
    width: 100%;
    font-size: 15px;
  }
  .slider-viewport {
    height: 590px;
  }
  .card-image {
    margin-bottom: 36px;
  }
  .slider-pagination {
    margin-top: 24px;
  }
  .about-team-section {
    padding-top: 0px;
  }
  .slider-nav {
    top: 30%;
  }
  .slider-nav--prev {
    left: 3%;
  }
  .slider-nav--next {
    right: 3%;
  }
  .slide.is-hidden-right {
    transform: translate(calc(250% + var(--drag-offset, 0px)), 0) scale(0.7) perspective(900px) rotateY(-14deg);
  }
  .slide.is-hidden-left {
    transform: translate(calc(-250% + var(--drag-offset, 0px)), 0) scale(0.7) perspective(900px) rotateY(14deg);
  }
}
@media (max-width: 743px) {
  .team-slider {
    padding: 0 20px 0px;
    height: auto;
  }
  .slider-viewport {
    height: 620px;
  }
  .slide {
    width: 100%;
    max-width: none;
  }
  .slide.is-active {
    opacity: 1;
    transform: translate(-50%, 0) rotateY(0deg) scale(1);
    width: 100%;
  }
  .slide.is-prev {
    opacity: 0;
    pointer-events: none;
    transform: translate(-150%, 0) scale(1);
  }
  .slide.is-next {
    opacity: 0;
    pointer-events: none;
    transform: translate(50%, 0) scale(1);
  }
  .slide.is-hidden-left {
    opacity: 0;
    pointer-events: none;
    transform: translate(-250%, 0) scale(1);
  }
  .slide.is-hidden-right {
    opacity: 0;
    pointer-events: none;
    transform: translate(150%, 0) scale(1);
  }
  .slide.is-active .card-image {
    height: auto;
    width: 100%;
  }
  .card-info .card-quote {
    width: 100%;
    font-size: 16px;
  }
  .team-header .main-title {
    font-size: 62px;
    font-style: normal;
    font-weight: 600;
    line-height: 80%;
    letter-spacing: -3px;
    margin-bottom: 48px;
  }
  .team-header .team-description {
    margin-bottom: 48px;
    font-size: 15px;
  }
  .card-info .card-quote {
    font-size: 15px;
    height: 60px;
  }
  .slider-nav {
    display: none;
  }
  .slider-pagination {
    margin-top: 36px;
    z-index: 1;
    position: relative;
  }
  .team-header {
    padding: 0 20px;
  }
}
/* ===== documents ===== */
@media (max-width: 743px) {
  .slider-viewport {
    height: 780px !important;
  }
}
@media (max-width: 700px) {
  .slider-viewport {
    height: 720px !important;
  }
}
@media (max-width: 650px) {
  .slider-viewport {
    height: 700px !important;
  }
}
@media (max-width: 600px) {
  .slider-viewport {
    height: 650px !important;
  }
}
@media (max-width: 550px) {
  .slider-viewport {
    height: 600px !important;
  }
}
@media (max-width: 500px) {
  .slider-viewport {
    height: 550px !important;
  }
}
@media (max-width: 400px) {
  .slider-viewport {
    height: 500px !important;
  }
}
@media (max-width: 380px) {
  .slider-viewport {
    height: 480px !important;
  }
}
.about-documents-section {
  width: 100%;
  padding: 0px 0 300px 0;
  /* Default for > 2560px (User req: container is 2260px) */
  /* We can allow section to be full width, but container constrains it */
}
.about-documents-section .container {
  /* For > 2560px, width is 2260px */
  width: 100%;
  max-width: 2260px;
  margin: 0 auto;
  /* Remove padding if the 2260px is the strict content width */
  padding: 0;
}

.documents-header {
  text-align: center;
  margin-bottom: 80px;
}
.documents-header .main-title {
  color: #515151;
  text-align: center;
  font-size: 300px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  letter-spacing: -12px;
  margin-bottom: 70px;
  text-transform: lowercase;
}
.documents-header .description-block {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #1D1D1D;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.documents-header .description-block span {
  color: var(--accent-red);
  font-weight: 700;
}

/* Grid Layout */
.documents-grid {
  display: grid;
  /* 4 columns by default */
  grid-template-columns: repeat(4, 1fr);
  /* Gap 24px */
  gap: 24px;
  width: 100%;
  margin: 0 auto;
}

.doc-slot {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.doc-card-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

/* The visual part with the border and folded corner */
/* User req: 547px width, 702px height */
.doc-card-border-wrapper {
  position: relative;
  width: 100%;
  height: 702px;
  /* Explicit height */
  background-color: #000;
  clip-path: polygon(70px 0, 100% 0, 100% 100%, 0 100%, 0 70px);
  padding: 1px;
}

.doc-card-visual-inner {
  width: 100%;
  height: 100%;
  background: #fff;
  clip-path: polygon(69.5px 0, 100% 0, 100% 100%, 0 100%, 0 69.5px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  cursor: none;
  /* Hide default cursor on the hover area */
}

/* Image styling */
.doc-image-placeholder {
  width: 100%;
  height: 102%;
  background-color: #f9f9f9;
  background-image: url("../assets/img/documents/document-icon.png");
  background-size: cover;
  background-position: center;
}

.doc-caption {
  color: #515151;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

/* Empty Frame Logic */
.empty-frame-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 702px;
  /* Match card height */
  background-color: #e0e0e0;
  clip-path: polygon(70px 0, 100% 0, 100% 100%, 0 100%, 0 70px);
  z-index: 0;
}

.empty-frame-inner {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #fff;
  clip-path: polygon(69.5px 0, 100% 0, 100% 100%, 0 100%, 0 69.5px);
}

/* Custom Cursor */
#customCursor {
  display: none;
}

.cursor-instance {
  position: absolute;
  pointer-events: none;
  cursor: none;
  /* Ensure default cursor is hidden even over the instance */
  z-index: 100;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #1d1d1d;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  opacity: 0;
  /* Hidden by default */
  transition: opacity 0.3s ease;
  /* Smooth fade in/out */
}
.cursor-instance.is-active {
  opacity: 1;
}
.cursor-instance .cursor-content {
  display: flex;
  flex-direction: column;
  /* Stack vertically as per design */
  align-items: center;
  justify-content: center;
  gap: 4px;
  /* Space between arrows and text */
  color: #515151;
  /* var(--Black-40) */
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  /* Rotated inner content */
  transform: rotate(15deg);
}
.cursor-instance .cursor-content svg {
  width: 20px;
  /* Slightly larger arrows */
  height: 20px;
}
.cursor-instance .cursor-content svg path {
  fill: #d9d9d9;
  /* Lighter arrows as per screenshot */
}
.cursor-instance .cursor-content .arrow-top {
  transform: rotate(-15deg);
  margin-bottom: 2px;
  /* Pull closer to text */
}
.cursor-instance .cursor-content .arrow-bottom {
  transform: rotate(-15deg);
  margin-top: 12px;
  /* Pull closer to text */
}

/* === MEDIA QUERIES === */
/* 2559px and below */
@media (max-width: 2559px) {
  .empty-frame-inner {
    clip-path: polygon(69.5px 0, 100% 0, 100% 100%, 0 100%, 0 69.5px);
  }
  .empty-frame-wrapper {
    clip-path: polygon(70px 0, 100% 0, 100% 100%, 0 100%, 0 70px);
    height: 496px;
  }
  .doc-card-border-wrapper {
    clip-path: polygon(70px 0, 100% 0, 100% 100%, 0 100%, 0 70px);
  }
  .doc-card-visual-inner {
    clip-path: polygon(69.5px 0, 100% 0, 100% 100%, 0 100%, 0 69.5px);
  }
  .documents-header .main-title {
    font-size: 230px;
    letter-spacing: -9.2px;
    margin-bottom: 48px;
  }
  .documents-header .description-block {
    max-width: 600px;
    font-size: 18px;
  }
  .doc-card-border-wrapper {
    height: 496px;
  }
  .about-documents-section .container {
    max-width: 1620px;
  }
  .doc-caption {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/* 1919px and below */
@media (max-width: 1919px) {
  .empty-frame-inner {
    clip-path: polygon(59.5px 0, 100% 0, 100% 100%, 0 100%, 0 59.5px);
  }
  .empty-frame-wrapper {
    clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%, 0 60px);
    height: 394px;
  }
  .doc-card-border-wrapper {
    clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%, 0 60px);
  }
  .doc-card-visual-inner {
    clip-path: polygon(59.5px 0, 100% 0, 100% 100%, 0 100%, 0 59.5px);
  }
  .documents-header .main-title {
    font-size: 180px;
    letter-spacing: -7.2px;
  }
  .documents-header .description-block {
    max-width: 600px;
    font-size: 16px;
  }
  .doc-card-border-wrapper {
    height: 394px;
  }
  .about-documents-section .container {
    max-width: 1300px;
  }
  .doc-caption {
    font-size: 20px;
  }
  .cursor-instance {
    width: 100px;
    height: 100px;
  }
  .cursor-instance .cursor-content {
    font-size: 12px;
  }
  .cursor-instance .cursor-content svg {
    width: 12px;
    height: 12px;
  }
  .cursor-instance .cursor-content .arrow-top {
    transform: rotate(-15deg);
    margin-bottom: 2px;
  }
  .cursor-instance .cursor-content .arrow-bottom {
    transform: rotate(-15deg);
    margin-top: 7px;
  }
}
/* 1599px and below */
@media (max-width: 1599px) {
  .empty-frame-inner {
    clip-path: polygon(49.5px 0, 100% 0, 100% 100%, 0 100%, 0 49.5px);
  }
  .empty-frame-wrapper {
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
    height: 374px;
  }
  .doc-card-border-wrapper {
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
  }
  .doc-card-visual-inner {
    clip-path: polygon(49.5px 0, 100% 0, 100% 100%, 0 100%, 0 49.5px);
  }
  .documents-header .main-title {
    font-size: 160px;
    letter-spacing: -6.4px;
  }
  .documents-header .description-block {
    max-width: 600px;
    font-size: 15px;
  }
  .doc-card-border-wrapper {
    height: 374px;
  }
  .about-documents-section .container {
    max-width: 1238px;
  }
  .doc-caption {
    font-size: 16px;
  }
  .doc-image-placeholder {
    height: 110%;
    background-position: -15px 17px;
  }
}
/* 1365px and below */
@media (max-width: 1365px) {
  .empty-frame-inner {
    clip-path: polygon(49.5px 0, 100% 0, 100% 100%, 0 100%, 0 49.5px);
  }
  .empty-frame-wrapper {
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
    height: 264px;
  }
  .doc-card-border-wrapper {
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
  }
  .doc-card-visual-inner {
    clip-path: polygon(49.5px 0, 100% 0, 100% 100%, 0 100%, 0 49.5px);
  }
  .documents-header .main-title {
    font-size: 140px;
    letter-spacing: -5.6px;
  }
  .documents-header .description-block {
    max-width: 600px;
    font-size: 15px;
  }
  .doc-card-border-wrapper {
    height: 264px;
  }
  .about-documents-section .container {
    max-width: 896px;
  }
  .doc-caption {
    font-size: 16px;
  }
  .doc-image-placeholder {
    height: 102%;
    background-position: center;
  }
  .documents-header {
    margin-bottom: 64px;
  }
}
/* 1023px and below */
@media (max-width: 1023px) {
  .empty-frame-inner {
    clip-path: polygon(49.5px 0, 100% 0, 100% 100%, 0 100%, 0 49.5px);
  }
  .empty-frame-wrapper {
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
    height: 395px;
  }
  .doc-card-border-wrapper {
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
  }
  .doc-card-visual-inner {
    clip-path: polygon(49.5px 0, 100% 0, 100% 100%, 0 100%, 0 49.5px);
  }
  .documents-header .main-title {
    font-size: 120px;
    letter-spacing: -4.8px;
    margin-bottom: 48px;
  }
  .documents-header .description-block {
    max-width: 600px;
    font-size: 15px;
  }
  .doc-card-border-wrapper {
    height: 395px;
  }
  .about-documents-section .container {
    max-width: 640px;
  }
  .doc-caption {
    font-size: 16px;
  }
  .doc-image-placeholder {
    height: 102%;
    background-position: center;
  }
  .documents-header {
    margin-bottom: 64px;
  }
  .documents-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 64px 24px;
  }
}
/* 767px and below */
@media (max-width: 743px) {
  .empty-frame-inner {
    clip-path: polygon(29.5px 0, 100% 0, 100% 100%, 0 100%, 0 29.5px);
  }
  .empty-frame-wrapper {
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
    height: 200px;
  }
  .doc-card-border-wrapper {
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
  }
  .doc-card-visual-inner {
    clip-path: polygon(29.5px 0, 100% 0, 100% 100%, 0 100%, 0 29.5px);
  }
  .documents-header .main-title {
    font-size: 62px;
    letter-spacing: -2.5px;
    margin-bottom: 48px;
  }
  .documents-header .description-block {
    max-width: 600px;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .doc-card-border-wrapper {
    height: 200px;
  }
  .about-documents-section .container {
    max-width: 335px;
  }
  .doc-caption {
    font-size: 16px;
  }
  .doc-image-placeholder {
    height: 102%;
    background-position: center;
  }
  .documents-header {
    margin-bottom: 48px;
  }
  .documents-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 24px;
  }
}
/* ===== partners ===== */
.about-partners-section {
  padding: 0px 0 170px 0;
  width: 100%;
}
.about-partners-section .container {
  width: 100%;
  max-width: 2340px;
  margin: 0 auto;
  padding: 0 px;
}

.partners-header {
  text-align: center;
  margin-bottom: 100px;
}
.partners-header .main-title {
  color: #515151;
  text-align: center;
  font-size: 300px;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  letter-spacing: -12px;
  text-transform: lowercase;
}

.partners-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  width: 100%;
}

.partner-item {
  flex: 1;
  height: 189px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-right: 0px solid #515151;
  transition: background-color 0.3s ease;
}
.partner-item:first-child {
  border-left: 0px solid #515151;
}
.partner-item:last-child {
  border-right: 0px solid #515151;
}
.partner-item:hover .logo-placeholder, .partner-item:hover .logo-wrapper img {
  filter: grayscale(0%);
}

.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 176px;
}
.logo-wrapper img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
  transition: all 0.4s ease;
}

.bg-shape {
  height: 480px;
  position: absolute;
  bottom: 0;
  background: #D9D9D9;
  width: 100%;
}

.partners-footer {
  text-align: center;
}
.partners-footer .description-block {
  max-width: 840px;
  margin: 0 auto;
  color: #1D1D1D;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.partners-footer .description-block p {
  margin-bottom: 20px;
}
.partners-footer .description-block p:last-child {
  margin-bottom: 0;
}
.partners-footer .description-block span {
  color: var(--accent-red);
  font-weight: 700;
}

/* === MEDIA QUERIES === */
/* 2559px and below */
@media (max-width: 2559px) {
  .about-partners-section .container {
    max-width: 1726px;
    padding: 0px;
  }
  .partners-header .main-title {
    font-size: 230px;
    letter-spacing: -9px;
  }
  .partner-item {
    height: 189px;
  }
  .description-block {
    max-width: 600px;
    font-size: 18px;
  }
  .about-partners-section {
    padding: 0px 0 160px 0;
  }
  .bg-shape {
    height: 340px;
  }
  .about-documents-section {
    padding: 0px 0 250px 0;
  }
}
/* 1919px and below */
@media (max-width: 1919px) {
  .about-partners-section .container {
    max-width: 1438px;
  }
  .partners-header .main-title {
    font-size: 180px;
    letter-spacing: -7.2px;
  }
  .partner-item {
    height: 189px;
  }
  .description-block {
    max-width: 600px;
    font-size: 16px;
  }
  .partners-header, .partners-grid {
    margin-bottom: 64px;
  }
  .about-partners-section {
    padding: 0px 0 140px 0;
  }
  .bg-shape {
    height: 300px;
  }
  .about-documents-section {
    padding: 0px 0 200px 0;
  }
}
/* 1599px and below */
@media (max-width: 1599px) {
  .about-partners-section .container {
    max-width: 1228px;
  }
  .partners-header .main-title {
    font-size: 160px;
    letter-spacing: -6.2px;
  }
  .partner-item {
    height: 189px;
  }
  .description-block {
    max-width: 600px;
    font-size: 15px;
  }
  .partners-header, .partners-grid {
    margin-bottom: 64px;
  }
  .about-partners-section {
    padding: 0px 0 120px 0;
  }
  .about-documents-section {
    padding: 0px 0 150px 0;
  }
  .bg-shape {
    height: 240px;
  }
}
/* 1365px and below */
@media (max-width: 1365px) {
  .about-partners-section .container {
    max-width: 920px;
  }
  .partners-header .main-title {
    font-size: 140px;
    letter-spacing: -5.2px;
  }
  .partner-item {
    height: 189px;
  }
  .description-block {
    max-width: 600px;
    font-size: 15px;
  }
  .partners-header, .partners-grid {
    margin-bottom: 48px;
  }
  .logo-wrapper {
    width: 140px;
    height: auto;
  }
  .about-partners-section {
    padding: 0px 0 120px 0;
  }
  .about-documents-section {
    padding: 0px 0 150px 0;
  }
  .bg-shape {
    height: 200px;
  }
}
/* 1023px and below */
@media (max-width: 1023px) {
  .about-partners-section .container {
    max-width: 640px;
  }
  .about-partners-section {
    padding: 0px 0 100px 0;
  }
  .partners-header .main-title {
    font-size: 120px;
    letter-spacing: -4.8px;
  }
  .partner-item {
    height: 140px;
  }
  .description-block {
    max-width: 600px;
    font-size: 15px;
  }
  .partners-header, .partners-grid {
    margin-bottom: 48px;
  }
  .logo-wrapper {
    width: 134px;
    height: auto;
  }
  .partners-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .partner-item {
    height: 140px;
    border-right: 0px solid #515151;
    border-bottom: 0px solid #515151;
  }
  .partner-item:nth-child(3n) {
    border-right: none;
  }
  .partner-item:nth-child(4) {
    grid-column: 1;
    border-bottom: none;
  }
  .partner-item:nth-child(5) {
    grid-column: 3;
    border-bottom: none;
    border-left: 0px solid #515151;
    margin-left: -1px;
  }
  .bg-shape {
    height: 255px;
  }
}
/* 767px and below */
@media (max-width: 743px) {
  .about-partners-section .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .partners-header .main-title {
    font-size: 62px;
    letter-spacing: -2.6px;
  }
  .partner-item {
    height: 140px;
  }
  .description-block {
    max-width: 100%;
    font-size: 15px;
  }
  .partners-header, .partners-grid {
    margin-bottom: 48px;
  }
  .logo-wrapper {
    width: 128px;
    height: auto;
  }
  .partners-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .partner-item {
    flex: unset;
    height: 120px;
    border-right: 0px solid #515151;
    border-bottom: 0px solid #515151;
    border-left: none !important;
    grid-column: auto !important;
    margin-left: 0 !important;
  }
  .partner-item:nth-child(2n) {
    border-right: none;
  }
  .partner-item:nth-child(3n) {
    border-right: 0px solid #515151;
  }
  .partner-item:nth-child(4) {
    border-bottom: 0px solid #515151;
  }
  .partner-item:nth-child(5) {
    border-bottom: none;
    border-right: 0px solid #515151;
  }
  .partners-footer .description-block {
    font-size: 16px;
  }
  .bg-shape {
    height: 120px;
  }
}
/* ===== contacts ===== */
.about-contacts-section {
  position: relative;
  width: 100%;
  min-height: 1000px;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-width: 2560px;
  margin: auto;
}

.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-contacts-section .container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 150px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}

.contact-card {
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5.1500000954px);
  color: var(--card-text);
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 48px;
  width: 708px;
  height: 800px;
}

.card-line {
  width: 64px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 36px;
}

.card-title {
  color: #FFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 36px;
}

.contacts-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.phones-group .phones-row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.phones-group .phone-item {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.phones-group .phones-divider {
  width: 1px;
  height: 42px;
  background-color: rgb(255, 255, 255);
  margin-top: auto;
}

.contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.contact-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.item-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.phones-row .item-header {
  align-items: start;
}

.item-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.item-icon img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
  /* Make SVG white */
}

.item-label {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-bottom: 8px;
  opacity: 0.6;
}

.phones-row .item-label {
  margin-bottom: 12px;
}

.item-value {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-top: 0px;
}
.item-value a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.item-value a:hover {
  color: var(--accent-red);
}

.item-sub {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  opacity: 0.6;
  margin-top: 4px;
}

.item-header .img-container {
  border-radius: 80px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.card-footer-text {
  margin-top: auto;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 17.6px;
  text-transform: uppercase;
}

.phones-row .item-header .img-container {
  margin-top: -18px;
}

.phones-group .item-label {
  margin-left: 67px;
  margin-bottom: 0px;
}

:lang(en) .page-about .contact-card .card-title {
  font-size: 40px;
}

@media (max-width: 1919px) {
  :lang(en) .page-about .contact-card .card-title {
    font-size: 36px;
  }
}
@media (max-width: 1599px) {
  :lang(en) .page-about .contact-card .card-title {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  :lang(en) .page-about .contact-card .card-title {
    font-size: 28px;
  }
}
@media (max-width: 743px) {
  :lang(en) .page-about .contact-card .card-title {
    font-size: 36px;
  }
}
/* === MEDIA QUERIES === */
/* 2559px and below */
@media (max-width: 2559px) {
  .about-contacts-section {
    min-height: 900px;
  }
  .contact-card {
    width: 708px;
    height: 700px;
  }
  .item-value {
    font-size: 22px;
  }
  .phones-group .phones-divider {
    height: 40px;
  }
  .card-footer-text {
    letter-spacing: 16px;
  }
}
/* 1919px and below */
@media (max-width: 1919px) {
  .about-contacts-section {
    min-height: 600px;
  }
  .contact-card {
    width: 550px;
    height: 504px;
    flex-direction: column-reverse;
    padding: 36px;
  }
  .card-line {
    display: none;
  }
  .card-footer-text {
    margin-top: 0;
    font-size: 17px;
    margin-bottom: auto;
    letter-spacing: 13.6px;
  }
  .card-title {
    font-size: 48px;
  }
  .item-label {
    font-size: 13px;
  }
  .item-value {
    font-size: 18px;
  }
  .item-sub {
    font-size: 13px;
  }
  .phones-group .phones-divider {
    height: 37px;
  }
  .item-header {
    margin-right: 0px;
  }
  .contacts-content {
    gap: 20px;
  }
  .card-header-content {
    margin-top: auto;
  }
  .about-contacts-section .container {
    padding: 48px 150px;
  }
}
/* 1599px and below */
@media (max-width: 1599px) {
  .about-contacts-section {
    min-height: 550px;
  }
  .contact-card {
    width: 495px;
    height: 454px;
    flex-direction: column-reverse;
    padding: 36px;
  }
  .card-line {
    display: none;
  }
  .card-footer-text {
    margin-top: 0;
    font-size: 16px;
    letter-spacing: 12.8px;
  }
  .card-title {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .item-header .img-container img {
    width: 18px;
    height: 18px;
  }
  .item-header .img-container {
    width: 50px;
    height: 50px;
  }
  .item-label {
    font-size: 12px;
  }
  .item-value {
    font-size: 17px;
  }
  .item-sub {
    font-size: 12px;
  }
  .phones-group .phones-divider {
    height: 34px;
  }
  .item-header {
    margin-right: 0px;
  }
  .contacts-content {
    gap: 18px;
  }
  .card-header-content {
    margin-top: auto;
  }
  .about-contacts-section .container {
    padding: 48px 64px;
  }
  .phones-group .item-label {
    margin-left: 62px;
    margin-bottom: 0px;
  }
}
/* 1365px and below */
@media (max-width: 1365px) {
  .about-contacts-section {
    min-height: 520px;
  }
  .contact-card {
    width: 495px;
    height: 424px;
    flex-direction: column-reverse;
    padding: 36px;
  }
  .card-line {
    display: none;
  }
  .card-footer-text {
    margin-top: 0;
    font-size: 16px;
    letter-spacing: 12.8px;
  }
  .card-title {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .item-header .img-container img {
    width: 18px;
    height: 18px;
  }
  .item-header .img-container {
    width: 50px;
    height: 50px;
  }
  .item-label {
    font-size: 12px;
  }
  .item-value {
    font-size: 17px;
  }
  .item-sub {
    font-size: 12px;
  }
  .phones-group .phones-divider {
    height: 34px;
  }
  .item-header {
    margin-right: 0px;
  }
  .contacts-content {
    gap: 18px;
  }
  .card-header-content {
    margin-top: auto;
  }
  .about-contacts-section .container {
    padding: 48px 64px;
  }
}
/* 1023px and below */
@media (max-width: 1023px) {
  .about-contacts-section {
    flex-direction: column;
    justify-content: flex-end;
  }
  .video-wrapper {
    position: relative;
  }
  .about-contacts-section .container {
    padding: 0;
  }
  .about-contacts-section {
    min-height: 662px;
  }
  .contact-card {
    height: 312px;
    width: 100%;
    background: #2C2C2C;
    backdrop-filter: blur(5.1500000954px);
    border: none;
    padding: 64px;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
    margin-top: -9px;
  }
  .card-footer-text {
    font-size: 16px;
    letter-spacing: 8px;
  }
  .card-title {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 64px;
    margin-bottom: 64px;
    font-size: 28px;
    max-width: 215px;
  }
  .card-header {
    max-width: 390px;
  }
  .item-header .img-container {
    width: 36px;
    height: 36px;
  }
  .item-header .img-container img {
    width: 14px;
    height: 14px;
  }
  .item-label {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .item-value {
    font-size: 16px;
  }
  .item-sub {
    font-size: 12px;
  }
  .phones-group .phones-divider {
    height: 34px;
  }
  .contacts-content {
    gap: 18px;
  }
  .item-header {
    margin-right: 0px;
  }
  .phones-group .item-label {
    margin-left: 49px;
    margin-bottom: 0px;
  }
}
/* 767px and below */
@media (max-width: 743px) {
  .about-contacts-section {
    min-height: auto;
  }
  .contact-card {
    padding: 48px 24px;
    height: auto;
    flex-direction: column-reverse;
    margin-top: -10px;
  }
  .card-title {
    position: relative;
    left: 0;
    bottom: 0;
    margin-left: 0;
    margin-bottom: 28px;
    font-size: 36px;
    max-width: 100%;
    margin-bottom: 48px;
  }
  .contact-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .phones-group .phones-row {
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }
  .phones-group .phones-divider {
    height: 1px;
    width: 280px;
    background: #414141;
    margin-left: 48px;
  }
  .item-header {
    margin-right: 0;
    align-items: start;
  }
  .phones-group .phone-item:nth-child(3) {
    margin-left: 48px;
  }
  .contacts-content {
    gap: 16px;
  }
  .card-footer-text {
    margin-bottom: 16px;
    letter-spacing: 8px;
  }
  .video-wrapper video {
    min-height: 300px;
  }
}
.page-about > .container {
  padding: 0;
  max-width: 2560px;
  margin: auto;
  width: 100%;
}
.page-about .breadcrumbs {
  margin-top: 0px;
  margin-bottom: -92px;
  padding-left: 150px;
  padding-right: 150px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 2559px) {
  .page-about .breadcrumbs {
    margin-bottom: -91px;
  }
}
@media screen and (max-width: 1919px) {
  .page-about .breadcrumbs {
    margin-bottom: -71px;
  }
}
@media screen and (max-width: 1599px) {
  .page-about .breadcrumbs {
    padding-left: 64px;
    padding-right: 64px;
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 1365px) {
  .page-about .breadcrumbs {
    padding-left: 64px;
    padding-right: 64px;
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 1023px) {
  .page-about .breadcrumbs {
    padding-left: 64px;
    padding-right: 64px;
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 743px) {
  .page-about .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 450px) {
  [data-section-index="5"] .main-title span:last-child {
    display: block;
  }
}
@media (max-width: 1200px) {
  .contacts-section .video-wrapper video {
    -o-object-position: -83px;
       object-position: -83px;
  }
}
@media (max-width: 1024px) {
  .contacts-section .video-wrapper video {
    -o-object-position: center;
       object-position: center;
  }
}