@charset "UTF-8";
@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2"), url("../fonts/Manrope-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../fonts/Manrope-ExtraLight.woff2") format("woff2"), url("../fonts/Manrope-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../fonts/Manrope-Light.woff2") format("woff2"), url("../fonts/Manrope-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../fonts/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/Manrope-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Unbounded;
  font-display: swap;
  src: url("../fonts/Unbounded-Black.woff2") format("woff2"), url("../fonts/Unbounded-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Unbounded;
  font-display: swap;
  src: url("../fonts/Unbounded-Bold.woff2") format("woff2"), url("../fonts/Unbounded-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Unbounded;
  font-display: swap;
  src: url("../fonts/Unbounded-ExtraBold.woff2") format("woff2"), url("../fonts/Unbounded-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Unbounded;
  font-display: swap;
  src: url("../fonts/Unbounded-ExtraLight.woff2") format("woff2"), url("../fonts/Unbounded-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Unbounded;
  font-display: swap;
  src: url("../fonts/Unbounded-Light.woff2") format("woff2"), url("../fonts/Unbounded-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Unbounded;
  font-display: swap;
  src: url("../fonts/Unbounded-Medium.woff2") format("woff2"), url("../fonts/Unbounded-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Unbounded;
  font-display: swap;
  src: url("../fonts/Unbounded-Regular.woff2") format("woff2"), url("../fonts/Unbounded-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Unbounded;
  font-display: swap;
  src: url("../fonts/Unbounded-SemiBold.woff2") format("woff2"), url("../fonts/Unbounded-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img,
svg {
  vertical-align: top;
}

button {
  cursor: pointer;
  border: none;
}

* {
  position: relative;
}

html {
  font-size: 10px;
  background-color: #fff;
  scroll-behavior: smooth;
}

body {
  font-family: Manrope, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.menu-open {
  overflow: hidden;
  height: 100vh;
}
body.scroll-disable {
  height: 100vh;
  overflow: hidden;
}

section {
  overflow: hidden;
  z-index: 1;
  padding: 6rem 0;
}
@media only screen and (max-width: 768px) {
  section {
    padding: 4rem 0;
  }
}

main {
  flex: 1;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 128rem;
  padding: 0 4rem;
}

.tac {
  text-align: center;
  margin: 0 auto;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.img-maxw {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 1px;
  text-decoration-color: #0A0C21;
  text-decoration-thickness: 1.5px;
}

@keyframes heroFill {
  to {
    opacity: 1;
  }
}
h1,
h2,
h3,
h4,
h5,
p,
span,
div,
a,
li,
textarea,
input,
button,
input::placeholder,
textarea::placeholder {
  font-size: 1.6rem;
  font-style: normal;
  line-height: 120%;
  color: inherit;
}

span {
  font-size: inherit;
}

h1 {
  font-size: 3.2rem;
  line-height: 1.1;
}
@media only screen and (min-width: 576px) {
  h1 {
    font-size: calc(3.2rem + 8 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 5.6rem;
  }
}

h2 {
  font-size: 2.8rem;
  line-height: 1.2;
}
@media only screen and (min-width: 576px) {
  h2 {
    font-size: calc(2.8rem + 8 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h2 {
    font-size: 3.2rem;
  }
}

h3 {
  font-size: 2rem;
  line-height: 1.4;
}
@media only screen and (min-width: 576px) {
  h3 {
    font-size: calc(2rem + 4 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h3 {
    font-size: 2.4rem;
  }
}

h4 {
  font-size: 2rem;
  line-height: 1.4;
}
@media only screen and (min-width: 576px) {
  h4 {
    font-size: calc(2rem + 4 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 992px) {
  h4 {
    font-size: 2.4rem;
  }
}

p {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media only screen and (min-width: 992px) {
  p {
    font-size: 1.8rem;
  }
}

*[data-popup] {
  cursor: pointer;
}

.bttn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #191919;
  padding: 1.6rem 2rem;
  border-radius: 1.8rem;
  font-size: 1.6rem;
  border: none;
  cursor: pointer;
}

.bttn-border {
  padding: 1.6rem 2rem;
  background-color: transparent;
  border: 1px solid #191919;
  color: #191919;
}

.bttn-white {
  background-color: #fff;
  color: #191919;
}

.bttn[disabled] {
  opacity: 0.7;
  cursor: default;
}

.bttn--red {
  background-color: #191919;
}

.bttn-loading,
.wpcf7 .wpcf7-form.submitting .wpcf7-submit {
  background-image: url(../img/general/spinner.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  text-shadow: none;
  color: transparent;
}

.bttn--small {
  padding: 1rem 2rem;
  border-radius: 1.2rem;
}

.bttn--big {
  font-size: 1.8rem;
  padding: 2.4rem 4rem;
  border-radius: 2.2rem;
}

/* ========== Swipe CTA ========== */
.cta-swipe {
  display: flex;
  background: none;
  max-height: fit-content;
  border: 0;
  padding: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  user-select: none;
}

.cta-swipe__track {
  position: relative;
  width: 160px;
  height: 60px;
  border-radius: 50px;
  background: rgba(45, 78, 164, 0.53);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  box-shadow: inset 0 0 0 1px rgba(213, 221, 250, 0.7);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0 18px 0 60px;
  transition: padding-left 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  touch-action: none;
}
@media (max-width: 768px) {
  .cta-swipe__track {
    width: calc(100% - 8px);
    padding: 0 18px;
  }
}

.cta-swipe__label {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .cta-swipe__label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    pointer-events: none;
  }
}

.cta-swipe__fill {
  position: absolute;
  left: 8px;
  top: 8px;
  bottom: 8px;
  width: 44px;
  border-radius: 50px;
  background: linear-gradient(180deg, #FDB10B 0%, #F98E23 100%);
  transition: width 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: width;
  z-index: 0;
}

.cta-swipe__thumb {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 44px;
  height: 44px;
  display: block;
  transition: left 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: left, transform;
  touch-action: none;
  transform: translate3d(0, 0, 0);
  z-index: 2;
}

@media (hover: hover) {
  .cta-swipe:not(.is-dragging):hover .cta-swipe__thumb {
    left: calc(100% - 8px - 44px);
    transform: none;
  }
  .cta-swipe:not(.is-dragging):hover .cta-swipe__fill {
    width: calc(100% - 16px);
  }
  .cta-swipe:not(.is-dragging):hover .cta-swipe__track {
    padding-left: 18px;
  }
}
.cta-swipe.is-dragging .cta-swipe__thumb,
.cta-swipe.is-dragging .cta-swipe__fill,
.cta-swipe.is-dragging .cta-swipe__track {
  transition: none;
}

.cta-swipe:focus-visible .cta-swipe__track {
  outline: 2px solid #FFAE33;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .cta-swipe__thumb,
  .cta-swipe__fill,
  .cta-swipe__track {
    transition: none !important;
  }
}
/* Плавное авто-завершение по тапу */
.cta-swipe.is-complete .cta-swipe__thumb {
  left: calc(100% - 8px - 44px);
  transform: none;
}

.cta-swipe.is-complete .cta-swipe__fill {
  width: calc(100% - 16px);
}

.cta-swipe.is-complete .cta-swipe__track {
  padding-left: 18px;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 2rem 0;
  z-index: 12;
  background-color: transparent;
  transition: 0.3s linear;
}

.header::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: transparent;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s linear;
}

.header--scrolled {
  padding: 1rem 0;
}

.header__cta-mobile {
  display: none;
}

.header__cta-mobile a {
  max-width: 31.1rem;
  width: 100%;
  margin-bottom: 1.6rem;
}

@media (max-width: 992px) {
  .header__cta-mobile {
    display: flex;
    justify-content: center;
  }
}
.header__cta-mobile .cta-swipe__label {
  left: 52%;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10rem;
}

@media (max-width: 1024px) {
  .header .container {
    gap: 0;
    margin-left: 3rem;
  }
}
@media only screen and (max-width: 992px) {
  .header .container {
    display: flex;
    justify-content: space-between;
    padding: 0 1.65rem;
    margin-left: 0;
  }
}
.header__lead {
  display: none;
}

@media only screen and (min-width: 992px) {
  .header__lead {
    display: block;
  }
}
.header__lead-text {
  max-width: 18rem;
  color: #fff;
  font-size: 1.5rem;
}

.header__lead-text span {
  font-weight: 400;
}

.header__cap {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  border-radius: 5.7rem;
  border: 1px solid rgba(213, 221, 250, 0.7);
  gap: 1.5rem;
  /* десктоп */
}

@media only screen and (min-width: 992px) {
  .header__cap {
    padding: 0.7rem 1.6rem;
    max-width: fit-content;
    width: 100%;
  }
}
.header__cap {
  /* мобильный */
}

@media only screen and (max-width: 992px) {
  .header__cap {
    width: 100%;
    height: 6.4rem;
    justify-content: space-between;
    padding: 1.3rem 1rem;
    box-shadow: 0 2px 0 rgba(255, 255, 255, 0.15) inset, 0 8px 24px rgba(33, 56, 117, 0.25);
  }
}
.header__cap {
  /* собственно «фрост» */
}

.header__cap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: -1;
  /* полупрозрачный фон + БЛЮР */
  background: linear-gradient(180deg, rgba(45, 78, 164, 0.53) 0%, rgba(45, 78, 164, 0.53) 100%);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

.header__logo {
  z-index: 200;
  transition: 0.5s linear;
  color: #fff;
}

.header__burger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #FFA820 0%, #FF8E18 100%);
  box-shadow: 0 6px 16px rgba(255, 146, 9, 0.35);
  z-index: 12;
}

@media only screen and (min-width: 992px) {
  .header__burger {
    display: none;
  }
}
.header__burger:before,
.header__burger span, .header__burger:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transform: translateX(-50%);
  transition: top 0.15s linear 0.15s, transform 0.15s linear, background 0.3s linear, opacity 0.2s;
}

.header__burger span {
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

.header__burger:before {
  top: calc(50% - 6px);
}

.header__burger:after {
  top: calc(50% + 6px);
  transform: translate(-50%, -50%);
}

.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #191919;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s linear;
  padding: 7rem 1.5rem 0;
  overflow: auto;
}

@media only screen and (min-width: 992px) {
  .header__menu {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    margin-left: 0;
    opacity: 1;
    pointer-events: all;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
}
.header__menu-list {
  list-style-type: none;
}

@media only screen and (min-width: 992px) {
  .header__menu-list {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }
}
.header__menu-list .menu-item a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 2.4rem 0;
}

@media (max-width: 1024px) {
  .header__menu-list .menu-item a {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .header__menu-list .menu-item a {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .header__menu-list .menu-item a {
    padding: 0.8rem 0;
  }
}
.header__menu-list .menu-item:not(:first-of-type) {
  border-top: 0.1rem solid rgba(114, 117, 152, 0.2);
}

@media only screen and (min-width: 992px) {
  .header__menu-list .menu-item:not(:first-of-type) {
    border-top: 0;
    margin-left: 0;
  }
}
.header__langs {
  display: none;
}

@media only screen and (min-width: 992px) {
  .header__langs {
    display: flex;
    align-items: center;
    color: #fff;
  }
}
.header__lang-link {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
}

.header__cta {
  display: none;
}

@media only screen and (min-width: 992px) {
  .header__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    position: relative;
  }
}
.header__social {
  display: none;
  list-style: none;
  padding: 0rem 2.4rem 1.6rem;
}

@media only screen and (max-width: 992px) {
  .header__social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.4rem;
    max-width: 23rem;
    align-self: center;
  }
}
@media only screen and (max-width: 992px) {
  .header {
    padding: 1.2rem 0;
  }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
  }
  .header__lead {
    display: none;
  }
  .header__logo {
    color: #fff;
    line-height: 1;
    white-space: nowrap;
  }
  .header__langs, .header__lang-switcher {
    display: none !important;
  }
  .header__menu {
    position: fixed;
    top: 8.3rem;
    left: calc(1.65rem + env(safe-area-inset-left));
    right: calc(1.65rem + env(safe-area-inset-right));
    width: auto;
    display: flex;
    flex-direction: column;
    padding: 0;
    max-width: 100%;
    max-height: fit-content;
    overflow: hidden;
    border: 1px solid rgba(213, 221, 250, 0.7);
    border-radius: 2.8rem;
    z-index: 1000;
    background: transparent;
    isolation: isolate;
  }
  .header__menu::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(45, 78, 164, 0.53) 0%, rgba(45, 78, 164, 0.53) 100%);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  .header__menu-list {
    width: 100%;
    align-items: center;
    padding: 2.4rem 2.4rem 1.6rem;
    list-style: none;
    transform: translateY(10px);
    opacity: 0.95;
    transition: transform 0.25s ease;
    display: flex;
    flex-direction: column;
  }
  .header__menu-list .menu-item:not(:first-of-type) {
    border-top: 0;
  }
  .header__menu-list .menu-item > a {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
    padding: 1.65rem 0;
  }
  body.menu-open .header::before {
    opacity: 1;
  }
  body.menu-open .header__menu {
    opacity: 1;
    pointer-events: all;
  }
  body.menu-open .header__menu-list {
    transform: translateY(0);
  }
  body.menu-open .header__burger {
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 50%;
    background: linear-gradient(180deg, #FFA820 0%, #FF8E18 100%);
    box-shadow: 0 6px 16px rgba(255, 146, 9, 0.35);
  }
  body.menu-open .header__burger span {
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  body.menu-open .header__burger:before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  body.menu-open .header__burger:after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.header__lang-link {
  opacity: 0.5;
  transition: opacity 0.3s;
}

.header__lang-link--active {
  opacity: 1;
}

.header__lang-separator {
  color: #fff;
  margin-left: 5.5px;
  margin-right: 5.5px;
}

.header__lang-switcher-mobile {
  display: none;
}

@media (max-width: 992px) {
  .header__lang-switcher-mobile {
    display: flex !important;
    justify-content: center;
    margin-bottom: 1.2rem;
  }
}
.header-lead-abs {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 11;
  pointer-events: none;
  padding-top: 2rem;
}

.header-lead-abs .header__lead {
  pointer-events: auto;
}

.example .container > h2, .example .container > h3, .example .container > p {
  margin: 3.5rem 0;
}

.example h2 {
  max-width: 80rem;
}

.example p {
  max-width: 60rem;
}

.example__item {
  background: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(32, 35, 51, 0.02), 0 0.1rem 0.1rem 0 rgba(32, 35, 51, 0.04);
}

.example__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 30rem;
  overflow: hidden;
}

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

.example__item-wrap {
  padding: 20px;
}

@media (max-width: 1280px) {
  .example__item-wrap {
    padding: calc(10px + 10 * (100vw - 375px) / 905);
  }
}
.example__item-title {
  font-size: 2.2rem;
  font-weight: bold;
}

.example__item-title + .example__item-descr {
  margin-top: 0.8rem;
}

.example__item-descr {
  color: rgb(46, 46, 46);
}

.example__bttn {
  margin-top: 2rem;
}

section h2, section p {
  max-width: 60rem;
}

section p {
  margin: 2rem 0;
}

section .video-frame {
  max-width: 80rem;
}

main section:nth-child(odd) {
  background-color: #fff;
}

.banner {
  display: flex;
  align-items: flex-end;
  height: 100dvh;
  position: relative;
}

.banner::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 40rem;
  background: linear-gradient(0deg, #2D4EA4 0%, rgba(45, 78, 164, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.banner .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .banner .container {
    padding: 0 1.65rem;
  }
}
.banner {
  /* ===== Слой с видео-фоном ===== */
}

.banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.banner__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
  pointer-events: none;
}

.banner {
  /* ===== Типографика и раскладки (ваши исходные) ===== */
}

.banner__top {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.banner__line-desktop {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 768px) {
  .banner__line-desktop {
    display: none;
  }
}
.banner__line-mobile {
  display: none;
}

@media (max-width: 768px) {
  .banner__line-mobile {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }
}
.banner__eyebrow {
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Unbounded", sans-serif;
  color: #fff;
  white-space: nowrap;
  padding-right: 70px;
}

@media (max-width: 768px) {
  .banner__eyebrow {
    font-size: 0.8rem;
    padding-right: 0;
  }
}
.banner__heading {
  font-size: 4.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .banner__heading {
    font-size: 2rem;
  }
}
.banner__main {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-transform: inherit;
}

.banner__subheading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  gap: 0.4rem;
}

@media (min-width: 1025px) {
  .banner__subheading {
    display: none;
  }
}
.banner__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.banner__line {
  font-size: 4.8rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .banner__line {
    font-size: 2rem;
    white-space: normal;
    color: rgba(255, 255, 255, 0.3);
  }
}
.banner__dim {
  color: rgba(255, 255, 255, 0.3);
}

.banner__brand {
  color: #fff;
}

.banner__light {
  color: rgba(255, 255, 255, 0.3);
  font-size: 4.8rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .banner__light {
    font-size: 2rem;
  }
}
.banner__semi {
  display: flex;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.5);
}

.banner__content-mobile {
  display: none;
}

@media (max-width: 768px) {
  .banner__content-mobile {
    display: block;
    margin-top: 3.2rem;
  }
}
.banner__content-mobile span {
  color: #fff;
  font-size: 1.2rem;
}

.banner__combo {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.banner__combo .banner__dim {
  color: rgba(255, 255, 255, 0.3);
}

.banner__combo .banner__brand {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 1px;
  text-decoration-thickness: 1.5px;
}

.banner__combo .banner__light {
  color: rgba(255, 255, 255, 0.3);
}

@media (min-width: 1025px) {
  .banner__combo {
    display: none;
  }
}
.banner__mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .banner__mobile-only {
    display: inline;
  }
}
@media (max-width: 768px) {
  .banner__mobile-hidden {
    display: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .banner .banner__video {
    display: none;
  }
  .banner {
    background: url("../img/cover/banner.webp") top/cover no-repeat;
  }
}
.underline-white {
  text-decoration: underline;
  text-underline-offset: 1px;
  text-decoration-color: #fff;
  text-decoration-thickness: 1.5px;
}

.underline-grey {
  text-decoration: underline;
  text-underline-offset: 1px;
  text-decoration-color: rgba(255, 255, 255, 0.3);
  text-decoration-thickness: 1.5px;
}

.video-frame {
  border-radius: 1.6rem;
  overflow: hidden;
  cursor: pointer;
  height: 125%;
}

.video-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s linear;
}

.video-frame .iframe {
  width: 100%;
  display: block;
  padding-bottom: 56.25%;
  z-index: -1;
}

.video-frame.video-play .iframe {
  z-index: 10;
}

.video-frame iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s linear;
}

.video-frame:before {
  content: "";
  display: block;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
  position: absolute;
  left: 0rem;
  right: 0;
  margin: 0 auto;
  top: calc(50% - 3.5rem);
  transition: 0.2s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .video-frame:before {
    width: 10rem;
    height: 10rem;
    top: calc(50% - 5rem);
  }
}
.video-frame:after {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background: url("../../img/icons/play.svg") no-repeat center center;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(50% - 2rem);
  transition: 0.2s ease-in-out;
}

.video-frame:hover:before, .video-frame:hover:after {
  transform: scale(1.1);
}

.video-frame:active:before, .video-frame:active:after {
  transform: scale(0.95);
}

.video-frame.video-play:before, .video-frame.video-play:after {
  opacity: 0;
}

.video-frame.video-play iframe {
  opacity: 1;
}

.anchor {
  background-color: #fff;
  position: static;
  border-bottom: 0.1rem solid #fff;
  transition: 0.3s linear;
}

.anchor__list {
  display: flex;
  align-items: center;
  overflow-x: auto;
  width: 100vw;
  left: -1.5rem;
  padding: 0 1.5rem;
  list-style: none;
}

.anchor__list::-webkit-scrollbar {
  height: 0;
}

@media only screen and (min-width: 992px) {
  .anchor__list {
    width: auto;
    left: 0;
    padding: 0;
  }
  .anchor__list::-webkit-scrollbar {
    width: 0;
    height: 0;
    padding: 0;
  }
}
.anchor__item {
  white-space: nowrap;
}

.anchor__item a {
  padding: 2.3rem 1.2rem 2rem;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: bold;
  display: block;
  transition: 0.2s ease-in-out;
  color: #43454A;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
  min-width: 8rem;
}

.anchor__item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 2.5rem);
  height: 0;
  display: block;
  transition: 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  border-radius: 0.2rem 0.2rem 0 0;
}

.anchor__item a.active {
  color: #000;
}

.anchor__item a.active:after {
  visibility: visible;
  opacity: 1;
  height: 0.3rem;
  background-color: rgb(96, 96, 96);
}

@media only screen and (min-width: 992px) {
  .anchor__item a {
    padding: 2.7rem 1.5rem 2.3rem;
  }
  .anchor__item a:after {
    width: calc(100% - 3rem);
  }
  .anchor__item a:hover {
    color: #43454A;
  }
  .anchor__item a:hover:after {
    visibility: visible;
    opacity: 1;
    height: 0.3rem;
    background-color: #ddd;
  }
}
.anchor.fixed {
  position: fixed;
  z-index: 2;
  left: 0;
  right: 0;
  border-color: rgb(195.5, 195.5, 195.5);
}

.tabs-wrap {
  width: calc(100% + 4rem);
  overflow-x: auto;
  left: -2rem;
  padding: 0 2rem;
}

.tabs-wrap::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  padding: 0;
}

.tabs-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(93, 95, 239, 0.05);
  border: 0.1rem solid rgba(93, 95, 239, 0.2);
  border-radius: 4.8rem;
  padding: 0.8rem;
  margin-top: 3.2rem;
  overflow-x: auto;
  list-style-type: none;
}

.tabs-switch li {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8rem;
  text-transform: capitalize;
  color: #000;
  padding: 1rem 1.5rem;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  border-radius: 4rem;
  white-space: nowrap;
}

.tabs-switch li.active {
  background-color: #000;
  box-shadow: 0 0.7rem 4.6rem rgba(93, 95, 239, 0.2);
  color: #FFFFFF;
}

.tabs-switch li:not(.active):hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.tabs-switch li + li {
  margin-left: 0.4rem;
}

.popup {
  background-color: #fff;
  width: 400px;
  height: 400px;
  margin-top: 50%;
  min-height: 400px;
  margin: auto;
  position: absolute;
  transform: scale(0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 32px;
  border-radius: 25px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  z-index: 2;
}

.popup.show {
  transition: all 0.3s linear;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  transform: scale(1);
}

.popup-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.popup-bg.show {
  display: flex !important;
}

.popup__close {
  background-color: inherit;
  position: absolute;
  right: 26px;
  top: 8px;
  opacity: 0.6;
  width: 33px;
  height: 33px;
  cursor: pointer;
}

.popup__close:hover {
  opacity: 1;
}

.logos {
  padding: 9rem 0;
  overflow: hidden;
}

@media (max-width: 576px) {
  .logos {
    padding: 6rem 0;
  }
}
.logos__row {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 2.4rem;
}

.logos__track {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  animation: scroll-left var(--dur, 30s) linear infinite;
}

.logos__track > * {
  flex: 0 0 auto;
}

.logos__track img {
  display: block;
  margin: 0 1.2rem;
}

@media (max-width: 576px) {
  .logos__track img {
    margin: 0 0.6rem;
    max-width: 7rem;
    max-height: 4.8rem;
  }
}
.logos__row--bottom .logos__track {
  animation-name: scroll-right;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(var(--loop, 50%) * -1));
  }
}
@keyframes scroll-right {
  from {
    transform: translateX(calc(var(--loop, 50%) * -1));
  }
  to {
    transform: translateX(0);
  }
}
.services {
  padding: 9rem 0;
  background: url("../img/cover/services.png") top/cover no-repeat;
  color: #fff;
}

@media (max-width: 768px) {
  .services {
    padding: 6rem 0;
  }
}
@media (max-width: 768px) {
  .services .container {
    padding: 0 1.65rem;
  }
}
.services__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.4rem;
}

@media (max-width: 768px) {
  .services__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem;
  }
}
.services__item {
  width: 100%;
  max-width: 282px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border-radius: 1.8rem;
  background: rgba(45, 78, 164, 0.53);
  backdrop-filter: blur(30px);
  box-shadow: inset 0 0 0 1px rgba(213, 221, 250, 0.7);
  -webkit-backdrop-filter: blur(30px);
  min-height: 369px;
}

@media (max-width: 768px) {
  .services__item {
    max-width: none;
    min-height: 234px;
  }
}
@media (max-width: 576px) {
  .services__item {
    min-height: 234px;
    margin: 0 auto;
  }
}
.services__icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  align-self: end;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .services__icon {
    width: 44px;
    height: 44px;
  }
}
.services__icon img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .services__icon img {
    width: 44px;
    height: 44px;
  }
}
.services__h3 {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
}

@media (max-width: 768px) {
  .services__h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .services__text {
    margin-top: 1.2rem;
  }
}
.services__text p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #D9DCE6;
  margin: 0;
}

@media (max-width: 768px) {
  .services__text p {
    font-size: 1.2rem;
  }
}
.about {
  padding: 9rem 0 6rem;
  background: linear-gradient(180deg, #ffffff 0%, #ecf3ff 100%);
  color: #0B1425;
}

@media (max-width: 768px) {
  .about {
    padding: 6rem 0 4rem;
  }
}
@media (max-width: 768px) {
  .about .container {
    padding: 0 1.65rem;
  }
}
.about__hero {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 9rem;
  margin-bottom: 9rem;
  position: relative;
}

@media (max-width: 768px) {
  .about__hero {
    gap: 2rem;
    margin-bottom: 5rem;
  }
}
.about__hero-tag {
  flex-shrink: 0;
  margin: 0.6rem 0 0 0;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #B8C4E3;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
}

@media (max-width: 768px) {
  .about__hero-tag {
    font-size: 8px;
  }
}
@media (max-width: 576px) {
  .about__hero-tag {
    margin: 1.2rem 0 0;
  }
}
.about__hero-title {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 0.581rem + 2.593vw, 3.9rem);
  line-height: 1.2;
  text-align: left;
}

.about__hero-title, .about__hero-title * {
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

@media (max-width: 768px) {
  .about__hero-title {
    font-size: 1.6rem;
  }
}
.about__hero-title > span {
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 768px) {
  .about__hero-title > span:not(:last-child) {
    margin-bottom: clamp(0.6rem, 1.6vw, 1.2rem);
  }
}
.about__hero-title > span .animated-letter {
  display: inline-block;
  white-space: normal;
  opacity: 0.2;
  animation: heroFill 0.5s forwards;
  animation-delay: var(--delay);
  color: currentColor;
}

.about__hero-title > span .animated-word {
  display: inline-flex;
  white-space: nowrap;
  flex-wrap: nowrap;
}

.about__hero-title .tone-100 {
  color: #000000;
}

.about__hero-title .tone-30 {
  color: rgba(6, 12, 33, 0.3);
}

.about__hero-title .tone-10 {
  color: rgba(6, 12, 33, 0.1);
}

.about__hero-title .tone-30 .animated-letter,
.about__hero-title .tone-10 .animated-letter {
  animation: heroFill 0.5s forwards, heroTintToBlack 0.5s forwards;
  animation-delay: var(--delay);
}

.about__hero-title br.hero-br {
  display: inline;
}

.about__hero-title br.hero-br--sm-off {
  display: inline;
}

.about__hero-title br.hero-br--md-off {
  display: inline;
}

@media (max-width: 768px) {
  .about__hero-title br.hero-br--sm-off {
    display: none;
  }
}
@media (min-width: 769px) {
  .about__hero-title br.hero-br--md-off {
    display: none;
  }
}
@keyframes heroTintToBlack {
  to {
    color: #000000;
  }
}
.about__heading {
  display: flex;
  align-items: end;
  margin-bottom: clamp(3.2rem, 1.959rem + 3.157vw, 6rem);
  margin-top: 9rem;
  gap: 179px;
  position: relative;
}

@media (max-width: 768px) {
  .about__heading {
    margin-bottom: 3.2rem;
    margin-top: 6rem;
  }
}
.about__heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  bottom: 0;
  background: #A1B0D8;
}

@media (max-width: 768px) {
  .about__heading::after {
    bottom: -1.2rem;
  }
}
.about__label {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #C7D0ED;
  margin: 0;
  padding: 0;
  border: 0;
}

.about__title {
  margin: 0;
  max-width: 100%;
  border: 0;
  text-align: center;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 7rem;
  color: #060C21;
}

@media (max-width: 768px) {
  .about__heading {
    gap: 49px;
  }
  .about__label {
    font-size: 8px;
  }
  .about__title {
    font-size: 1.6rem;
  }
}
.about__faq-container {
  display: flex;
  justify-content: end;
}

.about__faq-container .about__faq {
  display: flex;
  width: 100%;
  align-items: flex-end;
  flex-direction: column;
  gap: clamp(0.75rem, -2.255vw + 2.554rem, 2rem);
  max-width: 918px;
}

.about__faq-container .about__faq .faq__wrapper {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  align-items: stretch;
}

.about__faq-container .about__faq .faq__item {
  grid-column: span 4;
}

.about__faq-container .about__faq .faq__item:first-child {
  grid-column: 1/-1;
}

@media (max-width: 767px) {
  .about__faq-container .about__faq .faq__wrapper {
    grid-template-columns: 1fr;
  }
  .about__faq-container .about__faq .faq__item,
  .about__faq-container .about__faq .faq__item:first-child {
    grid-column: 1/-1;
  }
}
.about__faq-container .about__faq .faq__item {
  border: 1px solid rgba(213, 221, 250, 0.7);
  border-radius: 18px;
  padding: 30px;
  backdrop-filter: blur(30px);
  background: rgba(45, 78, 164, 0.53);
}

.about__faq-container .about__faq .faq__question {
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem 0;
  cursor: pointer;
}

@media (max-width: 768px) {
  .about__faq-container .about__faq .faq__question {
    padding: 1.25rem 0;
  }
}
.about__faq-container .about__faq .faq__question .faq__question-text {
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  font-family: "Unbounded", sans-serif;
}

@media (max-width: 768px) {
  .about__faq-container .about__faq .faq__question .faq__question-text {
    font-size: 1.6rem;
  }
}
.about__faq-container .about__faq .faq__answer .faq__answer-inner p {
  margin-top: 0.4rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  color: #d9dce6;
  max-width: 100%;
}

@media (max-width: 768px) {
  .about__faq-container .about__faq .faq__answer .faq__answer-inner p {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 768px) {
  .about__faq-container .about__faq .faq__question-text {
    font-size: 1.8rem;
  }
  .about__faq-container .about__faq .faq__answer-inner {
    font-size: 1.4rem;
  }
}
.about__faq-container .about__faq .cta-swipe {
  align-self: flex-end;
}

.about__faq-container .about__faq-cta {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.about__faq-container .about__faq-cta .cta-swipe {
  margin-left: auto;
}

@media (max-width: 768px) {
  .about__faq-container {
    flex-direction: column;
    gap: 3rem;
  }
  .about__faq-container .about__faq {
    flex-direction: column;
  }
  .about__faq-container .about__faq-cta {
    justify-content: flex-start;
  }
  .about__faq-container .about__faq .cta-swipe {
    width: 100%;
    margin-top: 3.2rem;
  }
}
.section-full-photo {
  padding: 0;
}

.section-full-photo__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.section-full-photo-about img {
  max-height: 429px;
}

/* ===== TEAM ===== */
.team {
  padding: 9rem 0;
  background: #fff;
}

@media (max-width: 768px) {
  .team {
    padding: 0;
    padding-top: 5rem;
    padding-bottom: 0;
  }
}
.team .container {
  position: relative;
  max-width: 129rem;
}

@media (max-width: 768px) {
  .team .container {
    padding: 0 1.65rem;
  }
}
.team {
  /* ---- HERO ---- */
}

.team__hero {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  margin-bottom: 24.6rem;
  position: relative;
}

@media (max-width: 768px) {
  .team__hero {
    gap: 2rem;
    margin-bottom: 5rem;
  }
}
.team__hero-tag {
  flex-shrink: 0;
  margin: 0.6rem 0 0;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #B8C4E3;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
}

@media (max-width: 768px) {
  .team__hero-tag {
    font-size: 8px;
  }
}
@media (max-width: 576px) {
  .team__hero-tag {
    margin: 0 0 1.2rem;
  }
}
.team .team__hero-title {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
}

.team .team__hero-title h2,
.team .team__hero-title h2 * {
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.team .team__hero-title h2 {
  max-width: 100%;
  margin: 0;
  text-align: left;
  line-height: 1.2;
}

.team .team__hero-title h2 > span {
  display: block;
  font-size: 3.9rem;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .team .team__hero-title h2 > span {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.team .team__hero-title h2 > span .animated-word {
  display: inline-flex;
  white-space: nowrap;
  flex-wrap: nowrap;
}

.team .team__hero-title h2 > span .animated-letter {
  display: inline-block;
  white-space: normal;
  opacity: 0.2;
  color: currentColor;
  animation: heroFill 0.5s forwards;
  animation-delay: var(--delay);
}

.team .team__hero-title {
  /* тона */
}

.team .team__hero-title .tone-100 {
  color: #000;
}

.team .team__hero-title .tone-60 {
  color: rgba(6, 12, 33, 0.6);
}

.team .team__hero-title .tone-30 {
  color: rgba(6, 12, 33, 0.3);
}

.team .team__hero-title .tone-10 {
  color: rgba(6, 12, 33, 0.1);
}

.team .team__hero-title .tone-60 .animated-letter,
.team .team__hero-title .tone-30 .animated-letter,
.team .team__hero-title .tone-10 .animated-letter {
  --fill-color: #000;
}

.team .team__hero-title br.hero-br {
  display: inline;
}

.team .team__hero-title br.hero-br--sm-off {
  display: inline;
}

.team .team__hero-title br.hero-br--md-off {
  display: inline;
}

@media (max-width: 768px) {
  .team .team__hero-title h2 {
    overflow-wrap: normal;
    hyphens: none;
  }
  .team .team__hero-title h2 > span:not(:last-child) {
    margin-bottom: clamp(0.6rem, 1.6vw, 1.2rem);
  }
  .team .team__hero-title br.hero-br--sm-off {
    display: none;
  }
}
@media (min-width: 769px) {
  .team .team__hero-title br.hero-br--md-off {
    display: none;
  }
}
@keyframes heroFill {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    color: var(--fill-color, currentColor);
  }
}
@keyframes heroFill {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    color: var(--fill-color, currentColor);
  }
}
.team .hero-br {
  display: inline;
}

@media (max-width: 768px) {
  .team .hero-br {
    display: none;
  }
}
.team__viewport {
  --hover-bleed: 250px;
  position: relative;
  overflow: hidden;
  padding-top: var(--hover-bleed);
  margin-top: calc(var(--hover-bleed) * -1);
  padding-left: 1rem;
}

@media (max-width: 768px) {
  .team__viewport {
    padding-bottom: 3rem;
    padding-left: 0;
  }
}
.team {
  /* ---- SWIPER ---- */
}

.team__slider {
  position: relative;
  overflow: visible !important;
  padding-bottom: 6rem;
}

@media (max-width: 768px) {
  .team__slider {
    padding-bottom: 0;
  }
}
.team__slider .swiper-wrapper {
  display: flex;
}

.team__slider .swiper-slide {
  height: auto;
  cursor: pointer;
}

@media (min-width: 1280px) {
  .team .team__slider .swiper-slide {
    flex: 0 0 calc((100% - 72px) / 4) !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .team .team__slider .swiper-slide {
    flex: 0 0 calc((100% - 48px) / 3) !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .team .team__slider .swiper-slide {
    flex: 0 0 calc((100% - 24px) / 2) !important;
  }
}
@media (max-width: 767px) {
  .team .team__slider .swiper-slide {
    flex: 0 0 auto !important;
  }
}
.team {
  /* ---- FOOTER ---- */
}

.team__slider-footer {
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.2rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .team__slider-footer {
    display: none;
  }
}
.team__slider-footer .swiper-button-prev,
.team__slider-footer .swiper-button-next {
  position: static;
  background: none;
  font-size: 14px;
  cursor: pointer;
}

.team__slider-footer .swiper-button-prev::after,
.team__slider-footer .swiper-button-next::after {
  font-size: 16px;
}

.team__slider-footer .swiper-button-prev::after {
  content: "←";
  color: #2043B9;
}

.team__slider-footer .swiper-button-next::after {
  content: "→";
  color: #2043B9;
}

.team__slider-footer .swiper-button-disabled::after {
  opacity: 0.3;
}

.team__slider-footer .swiper-pagination {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.team__slider-footer .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #B8C4E3;
  opacity: 1;
  transition: all 0.3s ease;
}

.team__slider-footer .swiper-pagination .swiper-pagination-bullet-active {
  width: 34px;
  border-radius: 20px;
  background: #2043B9;
}

/* ===== CARD ===== */
.team-card {
  position: relative;
  width: 100%;
  height: 340px;
  border-radius: 18px;
  overflow: visible;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

@media (max-width: 768px) {
  .team-card {
    height: 502px;
    transform: none !important;
  }
}
.team-card:hover {
  transform: rotate(4deg);
}

@media (min-width: 769px) {
  .team-card:hover .team-card__photo {
    opacity: 1;
    transform: rotate(-8deg) translateY(-10px);
  }
}
.team-card__photo {
  position: absolute;
  top: -200px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}

@media (max-width: 768px) {
  .team-card__photo {
    display: none;
  }
}
.team-card__photo--mobile {
  display: none;
}

@media (max-width: 768px) {
  .team-card__photo--mobile {
    display: block;
    width: 100%;
    height: 271px;
    background-size: cover;
    background-position: center;
    border-radius: 12px 12px 0 0;
  }
}
.team-card__glass {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 30px;
  border-radius: 18px;
  background: rgba(45, 78, 164, 0.53);
  border: 1px solid rgba(213, 221, 250, 0.7);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 768px) {
  .team-card__glass {
    border-radius: 12px;
    padding: 0;
    padding-top: 0;
    height: 100%;
  }
}
.team-card__glass h3 {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  color: #fff;
  max-width: min-content;
}

@media (max-width: 768px) {
  .team-card__glass h3 {
    font-size: 1.6rem;
    padding-left: 1.6rem;
  }
}
.team-card__glass .position {
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  color: #D9DCE6;
}

@media (max-width: 768px) {
  .team-card__glass .position {
    font-size: 1rem;
    padding-left: 1.6rem;
  }
}
.team-card__glass blockquote {
  font-style: italic;
  font-family: "Manrope", sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #D9DCE6;
  margin-top: auto;
}

@media (max-width: 768px) {
  .team-card__glass blockquote {
    font-size: 1.1rem;
    padding: 0 1.6rem 1.6rem;
  }
}
.team-card.is-active,
.team-card:hover {
  transform: rotate(4deg);
}

@media (min-width: 769px) {
  .team-card.is-active .team-card__photo,
  .team-card:hover .team-card__photo {
    opacity: 1;
    transform: rotate(-8deg) translateY(-10px);
  }
}
.agencies {
  padding: 8rem 0;
  background: linear-gradient(180deg, #fff 0%, #d5e3f1 100%);
}

@media (max-width: 768px) {
  .agencies {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .agencies .container {
    padding: 0 1.65rem;
  }
}
.agencies__heading {
  display: flex;
  align-items: end;
  margin-top: clamp(6rem, 4.671rem + 3.382vw, 9rem);
  margin-bottom: clamp(4.4rem, 3.159rem + 3.157vw, 7.2rem);
  gap: 179px;
  position: relative;
}

@media (max-width: 768px) {
  .agencies__heading {
    margin-bottom: 3.2rem;
    margin-top: 6rem;
    gap: 55px;
  }
}
.agencies__heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  bottom: -1.2rem;
  background: #A1B0D8;
}

@media (max-width: 768px) {
  .agencies__heading::after {
    bottom: -1.2rem;
  }
}
.agencies__label {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #C7D0ED;
  margin: 0;
}

@media (max-width: 768px) {
  .agencies__label {
    font-size: 0.8rem;
  }
}
.agencies__title {
  margin: 0;
  max-width: 100%;
  text-align: center;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 7rem;
  color: #060C21;
}

@media (max-width: 768px) {
  .agencies__title {
    font-size: 1.6rem;
    text-transform: uppercase;
  }
}
.agencies__accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.agency {
  border-bottom: 1px solid #2043B9;
  width: 100%;
  transition: all 0.4s ease;
}

@media (min-width: 769px) {
  .agency {
    border-bottom: none;
  }
  .agency:not(:first-child) {
    padding-top: 20px;
  }
}
.agency__header {
  padding: 2rem 0;
}

@media (min-width: 769px) {
  .agency__header {
    padding: 0;
    position: absolute;
    left: calc(190px + clamp(1.2rem, -11.371rem + 16.369vw, 12.2rem));
  }
}
.agency__header .agency__name {
  font-weight: 500;
  font-size: 2.2rem;
  color: #2043B9;
  font-family: "Unbounded", sans-serif;
  width: max-content;
}

.agency__header .agency__toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.agency__header .agency__toggle .faq__icon {
  transition: transform 0.3s ease;
}

.agency__header .agency__toggle.active .faq__icon {
  display: none;
}

.agency__header.active {
  top: 4.5rem;
}

@media (max-width: 768px) {
  .agency__header.active {
    top: 0;
  }
}
.agency__body {
  transition: all 0.4s ease;
}

.agency.active .agency__body {
  position: relative;
  width: 100vw;
  max-width: 1200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

@media (max-width: 768px) {
  .agency.active .agency__body {
    width: 100%;
    left: 0;
    transform: none;
  }
}
.agency__content {
  display: block;
  padding-bottom: 2rem;
}

.agency__content.active {
  display: block;
}

.agency__inner {
  display: flex;
  gap: clamp(1.2rem, -11.371rem + 16.369vw, 12.2rem);
}

@media (max-width: 768px) {
  .agency__inner {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.agency__left {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  max-width: 18.9rem;
  position: relative;
}

@media (max-width: 768px) {
  .agency__left {
    align-items: start;
    max-width: 100%;
  }
}
.agency__left .agency__photo {
  width: 100%;
}

.agency__left .agency__person {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 768px) {
  .agency__left .agency__person {
    font-size: 1.6rem;
  }
}
.agency__left .agency__person span {
  font-weight: 400;
  display: block;
  font-size: 1.2rem;
  color: #606776;
}

@media (max-width: 768px) {
  .agency__left .agency__person span {
    font-size: 1rem;
    text-align: start;
  }
}
.agency__left .agency__logo {
  max-width: 18.9rem;
  height: auto;
}

@media (max-width: 768px) {
  .agency__left .agency__logo {
    max-width: 17.1rem;
  }
}
.agency__right {
  margin-top: 14.2rem;
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: clamp(1.2rem, -11.371rem + 16.369vw, 12.2rem);
}

@media (max-width: 768px) {
  .agency__right {
    margin-top: 2.4rem;
    display: block;
  }
}
@media (min-width: 769px) {
  .agency__right .agency__box-content {
    padding-bottom: 2rem;
    border-bottom: 1px solid #2043B9;
  }
}
.agency__right .agency__desc {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 140%;
  max-width: 636px;
  margin: 0;
  margin-bottom: 3rem;
}

.agency__right .agency__achievements {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  max-width: 636px;
}

@media (max-width: 768px) {
  .agency__right .agency__achievements {
    top: 0;
    margin-bottom: 2rem;
  }
}
.agency__right .agency__achievements .agency__achievement .agency__number {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 120%;
  background: linear-gradient(180deg, #2043B9 0%, #D5E3F1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
  .agency__right .agency__achievements .agency__achievement .agency__number {
    font-size: 3.2rem;
  }
}
.agency__right .agency__achievements .agency__achievement .agency__note {
  color: #606776;
  font-size: 1.5rem;
  font-weight: 400;
  max-width: 20rem;
  margin: 1.2rem 0 0;
}

@media (max-width: 768px) {
  .agency__right .agency__achievements .agency__achievement .agency__note {
    font-size: 1.2rem;
    max-width: 17rem;
  }
}
.agency__right .agency__cta {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .agency__right .agency__cta a {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .agency__right .agency__cta {
    margin-bottom: 2rem;
  }
}
.agency__header.active {
  top: 0;
}

.agency__body {
  position: static;
  width: 100%;
}

.specialized-agencies {
  padding: 9rem 0;
  background: url("../img/cover/specialized-agencies.webp") top/cover no-repeat;
}

@media (max-width: 768px) {
  .specialized-agencies {
    padding: 0;
    padding-bottom: 6rem;
  }
}
@media (max-width: 768px) {
  .specialized-agencies .container {
    padding: 0 1.65rem;
  }
}
.specialized-agencies__heading {
  align-self: flex-start;
  display: flex;
  align-items: flex-end;
  margin-bottom: 7.2rem;
  margin-top: 9rem;
  gap: 179px;
  width: 100%;
  position: relative;
}

@media (max-width: 768px) {
  .specialized-agencies__heading {
    gap: 54px;
    margin-top: 6rem;
  }
}
.specialized-agencies__heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.4rem;
  height: 1px;
  background: #2043B9;
  opacity: 0.6;
}

@media (max-width: 768px) {
  .specialized-agencies__heading::after {
    bottom: -1.2rem;
  }
}
.specialized-agencies__heading .specialized-agencies__label {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #c7d0ed;
  margin: 0;
}

@media (max-width: 768px) {
  .specialized-agencies__heading .specialized-agencies__label {
    font-size: 0.8rem;
  }
}
.specialized-agencies__heading .specialized-agencies__title {
  margin: 0;
  max-width: 100%;
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 7rem;
  line-height: 1;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .specialized-agencies__heading .specialized-agencies__title {
    font-size: 1.6rem;
    text-transform: uppercase;
  }
}
.sa-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.4rem;
  margin-top: 5rem;
  max-width: 918px;
  margin-left: auto;
}

@media (max-width: 768px) {
  .sa-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
}
.sa-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 36.9rem;
  border-radius: 1.8rem;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(45, 78, 164, 0.53) 0%, rgba(45, 78, 164, 0.35) 100%);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  box-shadow: inset 0 0 0 1px rgba(213, 221, 250, 0.7), 0 12px 30px rgba(14, 31, 84, 0.18);
  transition: background-color 0.3s ease, box-shadow 0.35s ease, transform 0.35s ease;
}

@media (max-width: 768px) {
  .sa-card {
    min-height: 41.9rem;
  }
}
.sa-card__in {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 3rem;
}

.sa-card__logo {
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  max-height: 10rem;
  width: auto;
  object-fit: contain;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.25));
  pointer-events: none;
}

.sa-card__content {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding-top: 9rem;
  padding-bottom: 6rem;
  transform: translateY(0);
  transition: transform 0.3s ease;
}

.sa-card__title {
  margin: 0 0 1.6rem;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 120%;
  color: #ffffff;
  letter-spacing: 0.02em;
  transition: color 0.3s ease;
}

@media (max-width: 768px) {
  .sa-card__title {
    font-size: 1.6rem;
  }
}
.sa-card__title:hover {
  color: #2043B9;
}

.sa-card__desc {
  margin: 0;
  color: #eaf0ff;
  opacity: 0.9;
  font-size: 1.5rem;
  line-height: 1.45;
  max-width: 46ch;
  transition: color 0.3s ease;
}

.sa-card__cta {
  position: absolute;
  bottom: -1.2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.sa-card__cta a {
  pointer-events: none;
}

.sa-card:hover {
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(213, 221, 250, 0.7), 0 18px 40px rgba(14, 31, 84, 0.26);
}

.sa-card:hover .sa-card__logo {
  opacity: 1;
  transform: translateY(0);
}

.sa-card:hover .sa-card__title {
  color: #2043B9;
  font-size: 2.2rem;
}

@media (max-width: 768px) {
  .sa-card:hover .sa-card__title {
    font-size: 1.6rem;
  }
}
.sa-card:hover .sa-card__desc {
  color: #606776;
}

.sa-card:hover .sa-card__cta {
  opacity: 1;
  visibility: visible;
}

.sa-card:hover .sa-card__cta a {
  pointer-events: auto;
}

@media (max-width: 768px) {
  .sa-card {
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(213, 221, 250, 0.7), 0 18px 40px rgba(14, 31, 84, 0.26);
  }
  .sa-card .sa-card__logo {
    opacity: 1;
    transform: translateY(0);
  }
  .sa-card .sa-card__title {
    color: #2043B9;
  }
  .sa-card .sa-card__desc {
    color: #606776;
  }
  .sa-card .sa-card__cta {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  .sa-card .sa-card__cta a {
    pointer-events: auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contact {
    padding: 0;
    padding-top: 6rem;
    padding-bottom: 1.6rem;
  }
}
@media (max-width: 768px) {
  .contact .container {
    padding: 0 1.65rem;
  }
}
.contact__form {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  justify-content: end;
}

.contact__form input[type=text],
.contact__form input[type=email],
.contact__form input[type=tel] {
  padding-bottom: 1.2rem;
  max-width: 445px;
  width: 100%;
  font-size: 1.4rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #060C21;
  border: none;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(213, 221, 250, 0.9);
  background: transparent;
  outline: none;
  transition: border-color 0.3s;
}

.contact__form input[type=text]::placeholder,
.contact__form input[type=email]::placeholder,
.contact__form input[type=tel]::placeholder {
  font-size: 1.6rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #6E7485;
}

.contact__form input[type=text]:focus,
.contact__form input[type=email]:focus,
.contact__form input[type=tel]:focus {
  border-color: #2D4EA4;
}

@media (max-width: 768px) {
  .contact__form input[type=text],
  .contact__form input[type=email],
  .contact__form input[type=tel] {
    max-width: 100%;
  }
}
.contact__form input[type=submit].cta-swipe {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #97A6DA;
  border-radius: 50px;
  padding: 1.2rem 3.2rem 1.2rem 1.2rem;
  font-size: 1.6rem;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  margin-left: auto;
  margin-top: 2rem;
}

.contact__form input[type=submit].cta-swipe::before {
  content: "→";
  background: linear-gradient(180deg, #FDB10B 0%, #F98E23 100%);
  color: white;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.6rem;
  flex-shrink: 0;
}

.contact__form input[type=submit].cta-swipe:hover {
  background: #8498d8;
}

@media (max-width: 768px) {
  .contact__form input[type=text],
  .contact__form input[type=email],
  .contact__form input[type=tel] {
    width: 100%;
  }
  .contact__form input[type=submit].cta-swipe {
    margin: 2rem auto 0;
  }
}
.contact__form form {
  max-width: 918px;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}

@media (max-width: 768px) {
  .contact__form form {
    gap: 4.4rem;
  }
}
.hidden-fields-container {
  display: none;
}

.form-submit {
  display: flex;
  justify-content: end;
  width: 100%;
  margin-top: 2.4rem;
}

@media (max-width: 768px) {
  .form-submit {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .form-submit button {
    width: 100%;
  }
}
.wpcf7-form-control-wrap {
  max-width: 445px;
  width: 100%;
}

@media (max-width: 768px) {
  .wpcf7-form-control-wrap {
    max-width: 100%;
  }
}
.contact__heading {
  display: flex;
  align-items: flex-end;
  margin-bottom: 6rem;
  gap: 159px;
  position: relative;
}

@media (max-width: 768px) {
  .contact__heading {
    gap: 41px;
  }
}
.contact__label {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #C7D0ED;
  margin: 0;
}

@media (max-width: 768px) {
  .contact__label {
    font-size: 0.8rem;
  }
}
.contact__title {
  margin: 0;
  max-width: 100%;
  text-align: center;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 7rem;
  color: #060C21;
}

@media (max-width: 768px) {
  .contact__title {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700;
  }
}
.screen-reader-response p {
  display: none;
}

.wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-ph {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #6E7485;
  font-family: "Manrope", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.wpcf7-ph__star {
  color: #F98E23;
  font-weight: 700;
  opacity: 0.6;
  margin-left: 0.35ch;
}

.wpcf7-has-value .wpcf7-ph {
  opacity: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px;
  }
}
.services-hero {
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}

.services-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.services-hero__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.services-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  overflow: visible;
}

.services-hero__title-wrapper {
  position: relative;
  text-align: center;
}

.services-hero__title, .services-hero__title--reflection {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  font-size: 12.2rem;
}

@media (max-width: 1024px) {
  .services-hero__title, .services-hero__title--reflection {
    font-size: 6.2rem;
  }
}
@media (max-width: 992px) {
  .services-hero__title, .services-hero__title--reflection {
    font-size: 12.2rem;
  }
}
@media (max-width: 768px) {
  .services-hero__title, .services-hero__title--reflection {
    font-size: 6.2rem;
  }
}
@media (max-width: 576px) {
  .services-hero__title, .services-hero__title--reflection {
    font-size: 3.7rem;
  }
}
.services-hero__title--reflection {
  position: absolute;
  top: 80%;
  left: 0;
  width: 100%;
  transform: scaleY(-1);
  opacity: 0.12;
  pointer-events: none;
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}

@media (prefers-reduced-motion: reduce) {
  .services-hero .services-hero__video {
    display: none;
  }
  .services-hero {
    background: url("/wp-content/themes/Razom/build/img/cover/our-services.png") center/cover no-repeat;
  }
}
.our-services {
  padding: 9rem 0;
}

@media (max-width: 768px) {
  .our-services {
    padding: 0;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 768px) {
  .our-services .container {
    padding: 0 1.65rem;
  }
}
.our-services__hero {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10.8rem;
  margin-bottom: 3.6rem;
  position: relative;
}

@media (max-width: 768px) {
  .our-services__hero {
    gap: 2.3rem;
    margin-bottom: 2.6rem;
  }
}
.our-services__hero-tag {
  flex-shrink: 0;
  margin: 0.6rem 0 0 0;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #B8C4E3;
  white-space: nowrap;
  line-height: 1;
}

@media (max-width: 768px) {
  .our-services__hero-tag {
    font-size: 0.8rem;
  }
}
.our-services__hero-title h2,
.our-services__hero-title h2 * {
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.our-services__hero-title h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 3.9rem;
  max-width: 100%;
  line-height: 1.2;
  text-align: left;
}

@media (max-width: 768px) {
  .our-services__hero-title h2 {
    font-size: 1.6rem;
  }
}
.our-services__hero-title h2 > span {
  display: block;
  line-height: 1.2;
  margin: 0;
}

@media (max-width: 768px) {
  .our-services__hero-title h2 > span:not(:last-child) {
    margin-bottom: clamp(0.6rem, 1.6vw, 1.2rem);
  }
}
.our-services__hero-title h2 > span .animated-word {
  display: inline-flex;
  white-space: nowrap;
  flex-wrap: nowrap;
}

.our-services__hero-title h2 > span .animated-letter {
  display: inline-block;
  white-space: normal;
  color: currentColor;
  opacity: 0.2;
  animation: heroFill 0.5s forwards;
  animation-delay: var(--delay);
}

.our-services__hero-title .tone-100 {
  color: #0F1121;
}

.our-services__hero-title .tone-40 {
  color: rgba(15, 17, 33, 0.4);
}

.our-services__hero-title .tone-30 {
  color: rgba(15, 17, 33, 0.3);
}

.our-services__hero-title .tone-20 {
  color: rgba(15, 17, 33, 0.2);
}

.our-services__hero-title .tone-40 .animated-letter,
.our-services__hero-title .tone-30 .animated-letter,
.our-services__hero-title .tone-20 .animated-letter,
.our-services__hero-title .tone-10 .animated-letter {
  --fill-color: #000;
}

.our-services__hero-title br.hero-br {
  display: inline;
}

.our-services__hero-title br.hero-br--sm-off {
  display: inline;
}

.our-services__hero-title br.hero-br--md-off {
  display: inline;
}

@media (max-width: 768px) {
  .our-services__hero-title h2 {
    overflow-wrap: normal;
    hyphens: none;
  }
  .our-services__hero-title br.hero-br--sm-off {
    display: none;
  }
}
@media (min-width: 769px) {
  .our-services__hero-title br.hero-br--md-off {
    display: none;
  }
}
@keyframes heroFill {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    color: var(--fill-color, currentColor);
  }
}
.our-services .services-br {
  display: inline;
}

@media (max-width: 768px) {
  .our-services .services-br {
    display: none;
  }
}
.our-services__content {
  display: flex;
  justify-content: end;
}

.our-services__content-left {
  max-width: 918px;
  width: 100%;
}

.our-services__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}

.our-services__item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #2043B9;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

@media (max-width: 768px) {
  .our-services__item {
    flex-direction: column;
  }
}
.our-services__item-title {
  font-size: 2.2rem;
  font-family: "Unbounded", sans-serif;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #2043B9;
}

@media (max-width: 768px) {
  .our-services__item-title {
    font-size: 1.6rem;
  }
}
.our-services__item-desc {
  font-size: 1.5rem;
  color: #606776;
  line-height: 140%;
  max-width: 291px;
}

@media (max-width: 768px) {
  .our-services__item-desc {
    font-size: 1.2rem;
    max-width: 100%;
    margin-top: 1.2rem;
  }
}
.client-benefits {
  padding: 9rem 0;
}

@media (max-width: 768px) {
  .client-benefits {
    padding: 5rem 0;
  }
}
@media (max-width: 768px) {
  .client-benefits .container {
    padding: 0 1.65rem;
  }
}
.client-benefits__hero {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 3.1rem;
  position: relative;
}

@media (max-width: 768px) {
  .client-benefits__hero {
    gap: 2.3rem;
  }
}
.client-benefits__hero-tag {
  flex-shrink: 0;
  margin: 0.6rem 0 0 0;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #B8C4E3;
  white-space: nowrap;
  line-height: 1;
}

@media (max-width: 768px) {
  .client-benefits__hero-tag {
    font-size: 0.8rem;
  }
}
.client-benefits__hero-title h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 3.9rem;
  max-width: 100%;
  line-height: 1.2;
  text-align: left;
}

@media (max-width: 768px) {
  .client-benefits__hero-title h2 {
    font-size: 1.6rem;
    overflow-wrap: anywhere;
    hyphens: auto;
  }
}
.client-benefits__hero-title h2 > span {
  display: block;
  line-height: 1.2;
  margin: 0;
}

@media (max-width: 768px) {
  .client-benefits__hero-title h2 > span:not(:last-child) {
    margin-bottom: clamp(0.6rem, 1.6vw, 1.2rem);
  }
}
.client-benefits__hero-title h2 > span .animated-letter {
  display: inline-block;
  white-space: pre;
  opacity: 0.2;
  animation: heroFill 0.5s forwards;
  animation-delay: var(--delay);
}

.client-benefits__hero-title h2 .tone-100 {
  color: #0F1121;
}

.client-benefits__hero-title h2 .tone-40 {
  color: rgba(15, 17, 33, 0.4);
}

.client-benefits__hero-title h2 .tone-30 {
  color: rgba(15, 17, 33, 0.3);
}

.client-benefits__hero-title h2 .tone-20 {
  color: rgba(15, 17, 33, 0.2);
}

.client-benefits__hero-title h2 .tone-40 .animated-letter,
.client-benefits__hero-title h2 .tone-30 .animated-letter,
.client-benefits__hero-title h2 .tone-20 .animated-letter {
  animation: heroFill 0.5s forwards, heroTintToBlack 0.5s forwards;
  animation-delay: var(--delay);
}

@keyframes heroTintToBlack {
  to {
    color: #0F1121;
  }
}
.projects {
  padding: 0;
  padding-top: 9rem;
  padding-bottom: 5rem;
  background: linear-gradient(180deg, #ffffff 0%, #e8f0fb 100%);
}

@media (max-width: 768px) {
  .projects {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 768px) {
  .projects .container {
    padding: 0 1.65rem;
  }
}
.projects__header {
  margin-bottom: 4rem;
}

.projects__title {
  font-family: "Unbounded", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  color: #0F1121;
}

@media (max-width: 768px) {
  .projects__title {
    font-size: 1.6rem;
    text-transform: uppercase;
  }
}
.projects__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
  gap: 2.4rem;
}

@media (max-width: 768px) {
  .projects__grid {
    grid-template-columns: 1fr;
  }
}
.projects__card {
  display: flex;
  flex-direction: column;
}

.projects__agency {
  font-size: 1.2rem;
  font-weight: 400;
  color: #060C21;
}

@media (max-width: 768px) {
  .projects__agency {
    font-size: 1rem;
  }
}
.projects__agency .projects__plus {
  color: #2043B9;
}

.projects__image {
  margin-top: 2.4rem;
}

@media (max-width: 768px) {
  .projects__image {
    margin-top: 1.2rem;
  }
}
.projects__name {
  font-size: 2.2rem;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  color: #060C21;
  margin-top: 0.8rem;
}

@media (max-width: 768px) {
  .projects__name {
    font-size: 1.6rem;
  }
}
.projects__image img {
  width: 100%;
  height: auto;
  display: block;
}

.projects__cta {
  display: flex;
  align-items: center;
  justify-content: center;
}

.projects__cta a {
  max-width: 418px;
  width: 100%;
}

.projects__cta .cta-swipe__track {
  width: 100%;
  max-width: 418px;
  height: 13rem;
  padding: 0 24px 0 12.5rem;
  font-size: 2.4rem;
  position: relative;
  border-radius: 10.8rem;
}

.projects__cta .cta-swipe__label {
  font-size: 3.2rem;
  font-weight: 500;
  color: #fff;
  font-family: "Manrope", sans-serif;
  z-index: 1;
  position: relative;
}

.projects__cta .cta-swipe__fill,
.projects__cta .cta-swipe__thumb {
  width: 9.5rem;
  height: 9.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.projects__cta .cta-swipe__fill {
  position: absolute;
  left: 8px;
  background: linear-gradient(180deg, #FDB10B 0%, #F98E23 100%);
  z-index: 0;
  transition: width 0.35s ease;
}

.projects__cta .cta-swipe__thumb {
  position: absolute;
  left: 8px;
  display: block;
  z-index: 2;
  touch-action: none;
  will-change: transform;
  transition: left 0.35s ease;
}

@media (hover: hover) {
  .projects__cta .cta-swipe:hover .cta-swipe__thumb {
    left: calc(100% - 8px - 9.5rem);
    top: 50%;
    transform: translateY(-50%);
  }
  .projects__cta .cta-swipe:hover .cta-swipe__fill {
    width: calc(100% - 16px);
  }
  .projects__cta .cta-swipe:hover .cta-swipe__track {
    padding-left: 24px;
  }
}
@media (max-width: 768px) {
  .projects__cta .cta-swipe__track {
    width: calc(100% - 8px);
    height: 6rem;
    padding: 0 18px;
    font-size: 1.5rem;
    border-radius: 50px;
  }
  .projects__cta .cta-swipe__label {
    font-size: 1.5rem;
    font-weight: 500;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    pointer-events: none;
  }
  .projects__cta .cta-swipe__fill,
  .projects__cta .cta-swipe__thumb {
    width: 4.4rem;
    height: 4.4rem;
    top: 8px;
    transform: none;
  }
  .projects__cta .cta-swipe__fill {
    left: 8px;
  }
  .projects__cta .cta-swipe__thumb {
    left: 8px;
  }
  .projects__cta .cta-swipe:hover .cta-swipe__thumb {
    left: calc(100% - 8px - 4.4rem);
    top: 8px;
    transform: none;
  }
  .projects__cta .cta-swipe:hover .cta-swipe__fill {
    width: calc(100% - 16px);
  }
  .projects__cta .cta-swipe:hover .cta-swipe__track {
    padding-left: 18px;
  }
}
.about-hero-top {
  padding: 20rem 0 6rem;
}

@media (max-width: 768px) {
  .about-hero-top {
    padding: 14rem 0 6rem;
  }
}
@media (max-width: 768px) {
  .about-hero-top .container {
    padding: 0 1.65rem;
  }
}
.about-hero-top__inner {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .about-hero-top__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
.about-hero-top__title h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.25;
  text-transform: uppercase;
  max-width: 78.9rem;
  color: #060C21;
}

@media (max-width: 768px) {
  .about-hero-top__title h1 {
    font-size: 2.3rem;
  }
}
.about-hero-top__title h1 br {
  display: none;
}

@media (max-width: 768px) {
  .about-hero-top__title h1 br {
    display: inline;
  }
}
.about-hero-top__desc {
  max-width: 28.2rem;
}

@media (max-width: 768px) {
  .about-hero-top__desc {
    max-width: 100%;
  }
}
.about-hero-top__desc p {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #606776;
  margin: 0;
}

@media (max-width: 768px) {
  .about-hero-top__desc p {
    font-size: 1.2rem;
  }
}
.about-hero-banner {
  width: 100%;
  min-height: 1048px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .about-hero-banner {
    min-height: 61.6rem;
  }
}
.about-hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(10, 16, 45, 0.35) 0%, rgba(10, 16, 45, 0.45) 100%);
}

.about-hero-banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.about-hero-banner__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}

.about-hero-banner__inner {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .about-hero-banner__inner {
    padding: 0 1.65rem;
  }
}
.about-hero-banner__title {
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  line-height: 150%;
  font-size: 3.9rem;
  max-width: 96.3rem;
  color: #fff;
}

@media (max-width: 768px) {
  .about-hero-banner__title {
    font-size: 1.6rem;
  }
}
.about-hero-banner__title span {
  display: inline;
}

.about-hero-banner__title .tone-100 {
  opacity: 1;
}

.about-hero-banner__title .tone-60 {
  opacity: 0.6;
}

.about-hero-banner__title .tone-40 {
  opacity: 0.4;
}

.about-hero-banner__title .tone-30 {
  opacity: 0.3;
}

.about-hero-banner__desc {
  margin: 0;
  margin-bottom: 4.4rem;
  margin-top: 3.2rem;
  max-width: 55.4rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.5rem;
  line-height: 140%;
}

@media (max-width: 768px) {
  .about-hero-banner__desc {
    font-size: 1.2rem;
    margin-top: 2.4rem;
  }
}
.about-hero-banner__cta {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .about-hero-banner__cta {
    width: 100%;
  }
}
.about-hero-banner__cta .cta-swipe__track {
  width: 201px;
}

@media (max-width: 768px) {
  .about-hero-banner__cta .cta-swipe__track {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .about-hero-banner__cta .cta-swipe {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .about-hero-banner .about-hero-banner__video {
    display: none;
  }
  .about-hero-banner {
    background: linear-gradient(180deg, rgba(10, 16, 45, 0.35) 0%, rgba(10, 16, 45, 0.45) 100%), url("/wp-content/themes/Razom/build/img/cover/about-hero-plane.png") no-repeat center center/cover;
  }
}
.facts {
  padding: 9rem 0;
  background: #f8f8f8;
}

@media (max-width: 768px) {
  .facts {
    padding: 6rem 0;
  }
}
@media (max-width: 768px) {
  .facts .container {
    padding: 0 1.65rem;
  }
}
.facts__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6rem;
}

@media (max-width: 1024px) {
  .facts__top {
    flex-direction: column;
    gap: 3rem;
  }
}
.facts__title {
  font-size: 7rem;
  font-weight: 500;
  font-family: "Unbounded", sans-serif;
  max-width: 65.3rem;
  color: #060C21;
}

@media (max-width: 768px) {
  .facts__title {
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
  }
}
.facts__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 363px;
  max-width: 282px;
}

@media (max-width: 1024px) {
  .facts__text {
    max-width: 100%;
    height: 153px;
  }
}
.facts__text p {
  margin: 0;
  color: #606776;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 150%;
}

.facts__text p strong {
  color: #606776;
  font-weight: 700;
  font-size: 1.5rem;
}

@media (max-width: 1024px) {
  .facts__text p {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .facts__text p {
    font-size: 1.2rem;
  }
}
.facts__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}

@media (max-width: 1024px) {
  .facts__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem;
  }
}
.facts__line {
  height: 1px;
  background: #2043B9;
}

.facts__number {
  font-size: 7rem;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  color: #0a0e23;
  margin: 0;
}

@media (max-width: 768px) {
  .facts__number {
    font-size: 3.2rem;
    margin-top: 1.2rem;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
  }
}
.facts__number span {
  font-size: 2.2rem;
  position: relative;
  top: -3rem;
  margin-left: 1.2rem;
}

@media (max-width: 768px) {
  .facts__number span {
    font-size: 1.6rem;
    top: -0.5rem;
    margin-left: 4px;
  }
}
.facts__label {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Unbounded", sans-serif;
  color: #060C21;
  margin: 0;
  min-height: 4.4rem;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 768px) {
  .facts__label {
    font-size: 0.8rem;
    min-height: inherit;
  }
}
.facts__desc {
  font-size: 1.5rem;
  color: #606776;
  margin: 0;
  margin-top: 4.4rem;
  line-height: 150%;
}

@media (max-width: 768px) {
  .facts__desc {
    font-size: 1.2rem;
    margin-top: 2.4rem;
  }
}
.team-collage {
  padding: 10rem 0;
  background: #fff;
  text-align: center;
}

.team-collage__title {
  font-size: 6rem;
  font-weight: 700;
  font-family: "Unbounded", sans-serif;
  color: #002b8e;
  margin: 4rem 0;
}

.team-collage__wrapper {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1rem;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.team-collage__wrapper.top {
  margin-bottom: 4rem;
}

.team-collage__wrapper.bottom {
  margin-top: 4rem;
}

@media (max-width: 1024px) {
  .team-collage__wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .team-collage__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .team-collage__wrapper {
    grid-template-columns: 1fr;
  }
}
.team-collage__column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.team-collage__cell {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 0.5rem;
}

.team-collage__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.choose-us {
  padding: 9rem 0;
}

@media (max-width: 768px) {
  .choose-us {
    padding: 6rem 0;
  }
}
@media (max-width: 768px) {
  .choose-us .container {
    padding: 0 1.65rem;
  }
}
.choose-us__container {
  display: flex;
  align-items: center;
  gap: 2.3rem;
}

@media (max-width: 768px) {
  .choose-us__container {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
}
.choose-us__title {
  max-width: 558px;
  width: 100%;
}

@media (max-width: 768px) {
  .choose-us__title {
    max-width: 100%;
    margin-bottom: 3.2rem;
  }
}
.choose-us__title h2 {
  font-family: "Unbounded", sans-serif;
  font-size: 7rem;
  font-weight: 500;
  color: #060C21;
}

@media (max-width: 768px) {
  .choose-us__title h2 {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    text-transform: uppercase;
  }
}
.choose-us__title h2 span {
  display: inline-block;
}

.choose-us__content {
  display: flex;
  gap: 2.4rem;
}

.choose-us__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 282.5px;
}

@media (max-width: 768px) {
  .choose-us__list {
    max-width: 168.5px;
  }
}
.choose-us__item {
  font-size: 1.5rem;
  color: #606776;
  font-weight: 400;
}

@media (max-width: 768px) {
  .choose-us__item {
    font-size: 1.2rem;
  }
}
.partners {
  padding: 9rem 0;
  overflow: hidden;
  background: #fff;
}

@media (max-width: 768px) {
  .partners {
    padding: 6rem 0;
  }
}
.partners .container {
  position: relative;
}

@media (max-width: 768px) {
  .partners .container {
    padding: 0 1.65rem;
  }
}
.partners {
  /* Заголовок */
}

.partners__heading {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 15.9rem;
  margin-bottom: 8rem;
}

.partners__heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #A1B0D8;
}

@media (max-width: 768px) {
  .partners__heading {
    gap: 4.1rem;
    margin-bottom: 6rem;
  }
  .partners__heading::after {
    bottom: -1.2rem;
  }
}
.partners__label {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #C7D0ED;
}

@media (max-width: 768px) {
  .partners__label {
    font-size: 0.8rem;
  }
}
.partners__title {
  margin: 0;
  max-width: 100%;
  text-align: center;
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 7rem;
  color: #060C21;
}

@media (max-width: 768px) {
  .partners__title {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700;
  }
}
.partners__row {
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 2.4rem;
}

.partners__row:last-child {
  margin-bottom: 0;
}

.partners__track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2.4rem;
  will-change: transform;
  animation: partners-scroll-left var(--dur, 30s) linear infinite;
}

.partners__track > * {
  flex: 0 0 auto;
}

@media (max-width: 576px) {
  .partners__track {
    gap: 1.2rem;
  }
}
.partners__row--bottom .partners__track {
  animation-name: partners-scroll-right;
}

.partners__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.partners__item img {
  display: block;
  height: 12.4rem;
  max-height: 12.4rem;
  width: auto;
  object-fit: contain;
  transform: translateZ(0);
  backface-visibility: hidden;
}

@media (max-width: 576px) {
  .partners__item img {
    height: 4.8rem;
    max-height: 4.8rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .partners__track {
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
    transform: translate3d(0, 0, 0) !important;
  }
}
@keyframes partners-scroll-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes partners-scroll-right {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.values {
  padding: 9rem 0;
  background: url("/wp-content/themes/Razom/build/img/cover/values-background.webp") top/cover no-repeat;
}

@media (max-width: 768px) {
  .values {
    padding: 6rem 0;
  }
}
@media (max-width: 768px) {
  .values .container {
    padding: 0 1.65rem;
  }
}
.values__heading {
  display: flex;
  align-items: flex-end;
  gap: 18rem;
  margin-bottom: 6rem;
  position: relative;
}

.values__heading::after {
  content: "";
  position: absolute;
  bottom: -1.2rem;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #2043B9;
}

@media (max-width: 768px) {
  .values__heading {
    gap: 5rem;
    margin-bottom: 3.2rem;
  }
}
.values__label {
  font-family: "Unbounded", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 768px) {
  .values__label {
    font-size: 0.8rem;
  }
}
.values__title {
  font-family: "Unbounded", sans-serif;
  font-size: 7rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .values__title {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .values__title {
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
  }
}
.values__cards {
  max-width: 91.8rem;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .values__cards {
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
  }
}
.values__card {
  height: 34rem;
  background: linear-gradient(180deg, rgba(45, 78, 164, 0.53) 0%, rgba(45, 78, 164, 0.53) 100%);
  border: 0.1rem solid rgba(213, 221, 250, 0.7);
  backdrop-filter: blur(3rem);
  border-radius: 1.8rem;
  padding: 3rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  flex: 1 1 28rem;
}

@media (max-width: 768px) {
  .values__card {
    flex: 0 0 calc(50% - 1rem);
    height: auto;
    justify-content: space-between;
    padding: 1.6rem;
  }
}
@media (max-width: 768px) {
  .values__card:nth-child(3) {
    flex: 0 0 100%;
  }
}
.values__card-title {
  font-family: "Unbounded", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .values__card-title {
    font-size: 1.6rem;
  }
}
.values__card-text {
  font-size: 1.5rem;
  margin: 0;
  color: #D9DCE6;
  line-height: 1.5;
  font-weight: 400;
}

@media (max-width: 768px) {
  .values__card-text {
    font-size: 1.2rem;
    margin-top: 3.2rem;
  }
}
@media (max-width: 768px) {
  .our-gallery .container {
    padding: 0 1.375rem;
  }
}
.our-gallery__row {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
}

@media (max-width: 768px) {
  .our-gallery__row {
    gap: 3px;
  }
}
.our-gallery__col {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 768px) {
  .our-gallery__col {
    gap: 3px;
  }
}
.our-gallery__row--top .our-gallery__col {
  justify-content: flex-end;
}

.our-gallery__row--bottom .our-gallery__col {
  justify-content: flex-start;
}

.our-gallery__row--top .our-gallery__col:nth-child(1) {
  flex: 0 0 calc((100% - 60px) * 128 / 1139);
  width: calc((100% - 60px) * 128 / 1139);
}

.our-gallery__row--top .our-gallery__col:nth-child(2) {
  flex: 0 0 calc((100% - 60px) * 129 / 1139);
  width: calc((100% - 60px) * 129 / 1139);
}

.our-gallery__row--top .our-gallery__col:nth-child(3) {
  flex: 0 0 calc((100% - 60px) * 240 / 1139);
  width: calc((100% - 60px) * 240 / 1139);
}

.our-gallery__row--top .our-gallery__col:nth-child(4) {
  flex: 0 0 calc((100% - 60px) * 180 / 1139);
  width: calc((100% - 60px) * 180 / 1139);
}

.our-gallery__row--top .our-gallery__col:nth-child(5) {
  flex: 0 0 calc((100% - 60px) * 140 / 1139);
  width: calc((100% - 60px) * 140 / 1139);
}

.our-gallery__row--top .our-gallery__col:nth-child(6) {
  flex: 0 0 calc((100% - 60px) * 160 / 1139);
  width: calc((100% - 60px) * 160 / 1139);
}

.our-gallery__row--top .our-gallery__col:nth-child(7) {
  flex: 0 0 calc((100% - 60px) * 162 / 1139);
  width: calc((100% - 60px) * 162 / 1139);
}

.our-gallery__wrapper {
  width: 100%;
  overflow: hidden;
}

.our-gallery__col > .our-gallery__wrapper:only-child {
  height: 100%;
}

.our-gallery__wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.our-gallery__wrapper > a, .our-gallery__mwrap > a {
  display: block;
  width: 100%;
  height: 100%;
}

.our-gallery__wrapper img, .our-gallery__mwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.our-gallery__title {
  font-family: "Unbounded", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-size: 116px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #001D75;
  text-transform: uppercase;
  text-align: center;
  margin: 36px 0;
  max-width: 100%;
}

@media (max-width: 768px) {
  .our-gallery__title {
    font-size: 34.9px;
    margin: 24px 0;
  }
}
.our-gallery__row--bottom .our-gallery__col:nth-child(1) {
  flex: 0 0 calc((100% - 60px) * 162 / 1139);
  width: calc((100% - 60px) * 162 / 1139);
}

.our-gallery__row--bottom .our-gallery__col:nth-child(2) {
  flex: 0 0 calc((100% - 60px) * 160 / 1139);
  width: calc((100% - 60px) * 160 / 1139);
}

.our-gallery__row--bottom .our-gallery__col:nth-child(3) {
  flex: 0 0 calc((100% - 60px) * 140 / 1139);
  width: calc((100% - 60px) * 140 / 1139);
}

.our-gallery__row--bottom .our-gallery__col:nth-child(4) {
  flex: 0 0 calc((100% - 60px) * 180 / 1139);
  width: calc((100% - 60px) * 180 / 1139);
}

.our-gallery__row--bottom .our-gallery__col:nth-child(5) {
  flex: 0 0 calc((100% - 60px) * 240 / 1139);
  width: calc((100% - 60px) * 240 / 1139);
}

.our-gallery__row--bottom .our-gallery__col:nth-child(6) {
  flex: 0 0 calc((100% - 60px) * 129 / 1139);
  width: calc((100% - 60px) * 129 / 1139);
}

.our-gallery__row--bottom .our-gallery__col:nth-child(7) {
  flex: 0 0 calc((100% - 60px) * 128 / 1139);
  width: calc((100% - 60px) * 128 / 1139);
}

.our-gallery__mobile-top {
  display: none;
}

.our-gallery__mobile-bottom {
  display: none;
}

@media (max-width: 768px) {
  .our-gallery .our-gallery .container {
    padding: 0 1.65rem;
  }
  .our-gallery .our-gallery__row--top, .our-gallery .our-gallery__row--bottom {
    display: none !important;
  }
  .our-gallery .our-gallery__mobile-top, .our-gallery .our-gallery__mobile-bottom {
    display: flex !important;
    gap: 3px;
  }
  .our-gallery .our-gallery__mobile-top {
    align-items: flex-end;
  }
  .our-gallery .our-gallery__mobile-bottom {
    align-items: flex-start;
  }
  .our-gallery .our-gallery__mcol {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 0 0 auto;
  }
  .our-gallery .our-gallery__mrow {
    display: flex;
    gap: 3px;
    width: 100%;
  }
  .our-gallery .our-gallery__mcol--left {
    --w-base: 158.6;
    width: calc((100% - 6px) * 158.6 / 359.49);
    flex-basis: calc((100% - 6px) * 158.6 / 359.49);
  }
  .our-gallery .our-gallery__mcol--mid {
    --w-base: 100.38;
    width: calc((100% - 6px) * 100.38 / 359.49);
    flex-basis: calc((100% - 6px) * 100.38 / 359.49);
  }
  .our-gallery .our-gallery__mcol--right {
    --w-base: 100.51;
    width: calc((100% - 6px) * 100.51 / 359.49);
    flex-basis: calc((100% - 6px) * 100.51 / 359.49);
  }
  .our-gallery .our-gallery__mobile-top .our-gallery__mrow > .our-gallery__mwrap:first-child, .our-gallery .our-gallery__mobile-bottom .our-gallery__mrow > .our-gallery__mwrap:first-child {
    --w: 73.4;
    width: calc((100% - 3px) * 73.4 / 155.6);
    flex: 0 0 calc((100% - 3px) * 73.4 / 155.6);
  }
  .our-gallery .our-gallery__mobile-top .our-gallery__mrow > .our-gallery__mwrap:last-child, .our-gallery .our-gallery__mobile-bottom .our-gallery__mrow > .our-gallery__mwrap:last-child {
    --w: 82.2;
    width: calc((100% - 3px) * 82.2 / 155.6);
    flex: 0 0 calc((100% - 3px) * 82.2 / 155.6);
  }
  .our-gallery .our-gallery__mcol--b-left {
    --w-base: 100.51;
    width: calc((100% - 6px) * 100.51 / 359.49);
    flex-basis: calc((100% - 6px) * 100.51 / 359.49);
  }
  .our-gallery .our-gallery__mcol--b-mid {
    --w-base: 100.38;
    width: calc((100% - 6px) * 100.38 / 359.49);
    flex-basis: calc((100% - 6px) * 100.38 / 359.49);
  }
  .our-gallery .our-gallery__mcol--b-right {
    --w-base: 158.6;
    width: calc((100% - 6px) * 158.6 / 359.49);
    flex-basis: calc((100% - 6px) * 158.6 / 359.49);
  }
  .our-gallery .our-gallery__mwrap {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    overflow: hidden;
  }
  .our-gallery .our-gallery__mwrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
@media (max-width: 576px) {
  .our-gallery .our-gallery__mobile-top .our-gallery__mcol--mid .our-gallery__mwrap {
    aspect-ratio: auto;
  }
  .our-gallery .our-gallery__mobile-top .our-gallery__mcol--mid .our-gallery__mwrap:nth-child(1) {
    height: 117px;
    max-height: 117px;
  }
  .our-gallery .our-gallery__mobile-top .our-gallery__mcol--mid .our-gallery__mwrap:nth-child(2) {
    height: 52px;
    max-height: 52px;
  }
  .our-gallery .our-gallery__mobile-top .our-gallery__mcol--mid .our-gallery__mwrap:nth-child(3) {
    height: 150px;
    max-height: 150px;
  }
  .our-gallery .our-gallery__mobile-top .our-gallery__mcol--mid .our-gallery__mwrap > a, .our-gallery .our-gallery__mobile-top .our-gallery__mcol--mid .our-gallery__mwrap > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .our-gallery .our-gallery__mobile-top .our-gallery__mcol--left .our-gallery__mwrap {
    aspect-ratio: auto;
  }
  .our-gallery .our-gallery__mobile-top .our-gallery__mcol--left > .our-gallery__mwrap:first-child {
    height: 81px;
    max-height: 81px;
  }
  .our-gallery .our-gallery__mobile-top .our-gallery__mcol--left > .our-gallery__mrow:nth-child(2) > .our-gallery__mwrap:first-child {
    height: 104px;
    max-height: 104px;
  }
  .our-gallery .our-gallery__mobile-top .our-gallery__mcol--left > .our-gallery__mrow:nth-child(2) > .our-gallery__mwrap:last-child {
    height: 104px;
    max-height: 104px;
  }
  .our-gallery .our-gallery__mobile-top .our-gallery__mcol--left > .our-gallery__mrow:nth-child(3) > .our-gallery__mwrap:first-child {
    height: 51px;
    max-height: 51px;
  }
  .our-gallery .our-gallery__mobile-top .our-gallery__mcol--left > .our-gallery__mrow:nth-child(3) > .our-gallery__mwrap:last-child {
    height: 72px;
    max-height: 72px;
  }
  .our-gallery .our-gallery__mobile-top .our-gallery__mcol--left .our-gallery__mwrap > a, .our-gallery .our-gallery__mobile-top .our-gallery__mcol--left .our-gallery__mwrap > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .our-gallery .our-gallery__mobile-top .our-gallery__mcol--right .our-gallery__mwrap {
    aspect-ratio: auto;
  }
  .our-gallery .our-gallery__mobile-top .our-gallery__mcol--right .our-gallery__mwrap:nth-child(1) {
    height: 125px;
    max-height: 125px;
  }
  .our-gallery .our-gallery__mobile-top .our-gallery__mcol--right .our-gallery__mwrap:nth-child(2) {
    height: 80px;
    max-height: 80px;
  }
  .our-gallery .our-gallery__mobile-top .our-gallery__mcol--right .our-gallery__mwrap:nth-child(3) {
    height: 57px;
    max-height: 57px;
  }
  .our-gallery .our-gallery__mobile-top .our-gallery__mcol--right .our-gallery__mwrap > a, .our-gallery .our-gallery__mobile-top .our-gallery__mcol--right .our-gallery__mwrap > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .our-gallery .our-gallery__mobile-bottom .our-gallery__mcol--b-left .our-gallery__mwrap {
    aspect-ratio: auto;
  }
  .our-gallery .our-gallery__mobile-bottom .our-gallery__mcol--b-left .our-gallery__mwrap:nth-child(1) {
    height: 57px;
    max-height: 57px;
  }
  .our-gallery .our-gallery__mobile-bottom .our-gallery__mcol--b-left .our-gallery__mwrap:nth-child(2) {
    height: 80px;
    max-height: 80px;
  }
  .our-gallery .our-gallery__mobile-bottom .our-gallery__mcol--b-left .our-gallery__mwrap:nth-child(3) {
    height: 125px;
    max-height: 125px;
  }
  .our-gallery .our-gallery__mobile-bottom .our-gallery__mcol--b-mid .our-gallery__mwrap {
    aspect-ratio: auto;
  }
  .our-gallery .our-gallery__mobile-bottom .our-gallery__mcol--b-mid .our-gallery__mwrap:nth-child(1) {
    height: 150px;
    max-height: 150px;
  }
  .our-gallery .our-gallery__mobile-bottom .our-gallery__mcol--b-mid .our-gallery__mwrap:nth-child(2) {
    height: 73px;
    max-height: 73px;
  }
  .our-gallery .our-gallery__mobile-bottom .our-gallery__mcol--b-mid .our-gallery__mwrap:nth-child(3) {
    height: 117px;
    max-height: 117px;
  }
  .our-gallery .our-gallery__mobile-bottom .our-gallery__mcol--b-right .our-gallery__mwrap {
    aspect-ratio: auto;
  }
  .our-gallery .our-gallery__mobile-bottom .our-gallery__mcol--b-right > .our-gallery__mrow:nth-child(1) > .our-gallery__mwrap:first-child {
    height: 72px;
    max-height: 72px;
  }
  .our-gallery .our-gallery__mobile-bottom .our-gallery__mcol--b-right > .our-gallery__mrow:nth-child(1) > .our-gallery__mwrap:last-child {
    height: 72px;
    max-height: 72px;
  }
  .our-gallery .our-gallery__mobile-bottom .our-gallery__mcol--b-right > .our-gallery__mrow:nth-child(2) > .our-gallery__mwrap:first-child {
    height: 82px;
    max-height: 82px;
  }
  .our-gallery .our-gallery__mobile-bottom .our-gallery__mcol--b-right > .our-gallery__mrow:nth-child(2) > .our-gallery__mwrap:last-child {
    height: 82px;
    max-height: 82px;
  }
  .our-gallery .our-gallery__mobile-bottom .our-gallery__mcol--b-right > .our-gallery__mwrap:last-child {
    height: 81px;
    max-height: 81px;
  }
  .our-gallery .our-gallery__mobile-bottom .our-gallery__mcol .our-gallery__mwrap > a, .our-gallery .our-gallery__mobile-bottom .our-gallery__mcol .our-gallery__mwrap > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.glightbox-clean .goverlay {
  background: rgb(130, 130, 130) !important;
}

.glightbox-clean .ginner-container {
  background: #fff;
  padding: 28px 28px 64px;
  max-width: 860px;
  margin: 0 auto;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.glightbox-clean .gslide-image {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 220px);
  object-fit: contain;
  display: block;
}

.rg-lb-header {
  position: absolute;
  top: 18px;
  left: 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.rg-lb-pager {
  position: absolute;
  right: 42px;
  bottom: 42px;
  color: #060C21;
  font-weight: 400;
  font-size: 12px;
}

.glightbox-clean .gclose.gbtn {
  width: 56px;
  height: 56px;
  right: 36px;
  top: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #FFA826, #FF8C00);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.glightbox-clean .gclose.gbtn svg path,
.glightbox-clean .gclose.gbtn svg line {
  stroke: #fff !important;
}

@media (max-width: 768px) {
  .glightbox-clean .gprev,
  .glightbox-clean .gnext {
    display: none !important;
  }
  .rg-lb-pager {
    right: 24px;
    bottom: 28px;
    font-size: 16px;
  }
  .glightbox-clean .gclose.gbtn {
    right: 18px;
    top: 14px;
  }
}
@media (min-width: 1025px) {
  .glightbox-clean .goverlay {
    background: rgba(130, 130, 130, 0.85) !important;
  }
  .glightbox-clean .gcontainer {
    padding: 0 !important;
  }
  .glightbox-clean .ginner-container {
    width: 100vw;
    height: 100vh;
    max-width: none;
    padding: 0;
    margin: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }
  .glightbox-clean .gslide-media {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
  }
  .glightbox-clean .gslide-image {
    width: auto;
    height: auto;
    max-width: 96vw;
    max-height: 92vh;
    object-fit: contain;
    display: block;
  }
  .rg-lb-header {
    position: fixed;
    top: 18px;
    left: 18px;
  }
  .rg-lb-pager {
    position: fixed;
    right: 42px;
    bottom: 36px;
  }
  .glightbox-clean .gclose.gbtn {
    position: fixed;
    right: 28px;
    top: 24px;
  }
}
@media (max-width: 576px) {
  .gslide-image img {
    max-width: 300px !important;
  }
}
.contact-us {
  padding: 6rem 0;
  min-height: 832px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
}

@media (max-width: 768px) {
  .contact-us {
    padding: 4.2rem 0;
  }
}
.contact-us .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .contact-us .container {
    padding: 0 1.65rem;
  }
}
.contact-us::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 50rem;
  background: linear-gradient(0deg, #2D4EA4 0%, rgba(45, 78, 164, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.contact-us__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.contact-us__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
  pointer-events: none;
}

.contact-us__heading {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 135px;
  margin: 9rem 0 6rem;
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  .contact-us__heading {
    gap: 2.7rem;
    margin: 6rem 0 4rem;
  }
}
.contact-us__heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.2rem;
  height: 1px;
  background: #2043B9;
  opacity: 0.6;
}

.contact-us__heading .contact-us__label {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #c7d0ed;
  margin: 0;
}

@media (max-width: 768px) {
  .contact-us__heading .contact-us__label {
    font-size: 0.8rem;
  }
}
.contact-us__heading .contact-us__title {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 7rem;
  line-height: 1;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .contact-us__heading .contact-us__title {
    font-size: 1.6rem;
    text-transform: uppercase;
  }
}
.contact-us__wrapper-holder {
  display: flex;
  justify-content: end;
}

.contact-us__wrapper {
  background: linear-gradient(180deg, rgba(45, 78, 164, 0.53) 0%, rgba(45, 78, 164, 0.53) 100%);
  border-radius: 1.6rem;
  padding: 4.4rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  z-index: 1;
  max-width: 918px;
  width: 100%;
}

@media (max-width: 768px) {
  .contact-us__wrapper {
    max-width: 100%;
  }
}
.contact-us__info {
  display: flex;
  flex-direction: column;
  gap: 3.45rem;
}

.contact-us__info a {
  font-size: 1.5rem;
  color: #fff;
  opacity: 0.8;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 768px) {
  .contact-us__info a {
    font-size: 1.2rem;
  }
}
.contact-us__legal {
  color: #fff;
  font-size: 1.5rem;
  opacity: 0.8;
  font-weight: 700;
}

@media (max-width: 768px) {
  .contact-us__legal {
    font-size: 1.2rem;
  }
}
.contact-us__social {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .contact-us__social {
    gap: 1.2rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .contact-us .contact-us__video {
    display: none;
  }
  .contact-us {
    background: url("../img/cover/banner.webp") top/cover no-repeat;
  }
}
.news__container {
  padding: clamp(14rem, 12.095rem + 4.848vw, 18.3rem) 0 clamp(6rem, 4.671rem + 3.382vw, 9rem);
}

.news__container .container {
  padding: 0 clamp(1.65rem, 0.609rem + 2.649vw, 4rem);
}

.news__title_wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(2.4rem, 1.514rem + 2.255vw, 4.4rem);
  margin-bottom: clamp(2.4rem, 1.514rem + 2.255vw, 4.4rem);
}

@media screen and (min-width: 1251px) {
  .news__title_wrapper {
    flex-direction: row-reverse;
    align-items: center;
  }
}
.news__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, -0.261rem + 4.735vw, 5.8rem);
  line-height: 150%;
  text-transform: uppercase;
  color: #060c21;
}

@media screen and (min-width: 1251px) {
  .news__title {
    letter-spacing: -0.03em;
    font-weight: 500;
    text-transform: none;
  }
}
.news__text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.067rem + 0.338vw, 1.5rem);
  line-height: 140%;
  color: #060c21;
}

@media screen and (min-width: 1251px) {
  .news__text {
    max-width: 238px;
  }
}
.news__search {
  width: 100%;
  max-width: 918px;
  margin-left: auto;
  position: relative;
  margin-bottom: clamp(4.4rem, 1.033rem + 8.568vw, 12rem);
}

.news__input_search {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 90px;
  background-color: #fff;
  width: 100%;
  padding: clamp(1.5rem, 1.212rem + 0.733vw, 2.15rem) clamp(1.6rem, 0.891rem + 1.804vw, 3.2rem);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(1rem, 0.911rem + 0.225vw, 1.2rem);
  line-height: 140%;
  color: #606776;
}

.news__input_search::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: clamp(1rem, 0.911rem + 0.225vw, 1.2rem);
  line-height: 140%;
  color: #606776;
}

.news__button_search {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 90px;
  padding: 19px;
  width: clamp(13.9rem, 12.748rem + 2.931vw, 16.5rem);
  max-width: 165px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.2rem, 0.846rem + 0.902vw, 2rem);
  background: #2043b9;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.067rem + 0.338vw, 1.5rem);
  line-height: 140%;
  color: #fff;
  transition: background 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.news__button_search svg {
  width: clamp(1.4rem, 1.311rem + 0.225vw, 1.6rem);
  height: clamp(1.4rem, 1.311rem + 0.225vw, 1.6rem);
}

.news__button_search:hover {
  background: linear-gradient(180deg, #2043b9 0%, #d5e3f1 100%);
}

.news-cats {
  overflow: hidden;
}

.news-cats__list {
  display: flex;
  width: max-content;
  margin-left: auto;
  padding-bottom: clamp(0.8rem, 0.091rem + 1.804vw, 2.4rem);
  border-bottom: 1px solid rgba(213, 221, 250, 0.9);
}

.news-cats .swiper-slide {
  width: fit-content;
}

.news-cats__item a {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.067rem + 0.338vw, 1.5rem);
  line-height: 140%;
  color: #606776;
}

.news-cats__item a:hover {
  color: #060c21;
}

.news-cats__item.is-active a {
  color: #060c21;
  padding-bottom: clamp(0.8rem, 0.091rem + 1.804vw, 2.4rem);
  border-bottom: 1px solid #2043b9;
}

.articles__list {
  padding-top: 32px;
  padding-bottom: clamp(3.2rem, 1.959rem + 3.157vw, 6rem);
  display: grid;
  row-gap: clamp(3.2rem, 2.668rem + 1.353vw, 4.4rem);
  column-gap: 24px;
}

@media screen and (min-width: 834px) {
  .articles__list {
    grid-template-columns: 1fr 1fr;
  }
}
.articles__list img {
  width: 100%;
  height: clamp(20.3rem, 6.886rem + 34.133vw, 33.1rem);
  object-fit: cover;
  border-radius: 12px;
}

.post-thumbnail {
  position: relative;
  margin-bottom: clamp(1.2rem, 0.362rem + 2.133vw, 2rem);
}

.post-date {
  position: absolute;
  bottom: 0;
  border-radius: 0 0 12px 12px;
  padding: 20px;
  width: 100%;
  height: clamp(5.7rem, 5.281rem + 1.067vw, 6.1rem);
  backdrop-filter: blur(30px);
  background: rgba(45, 78, 164, 0.53);
  display: flex;
  justify-content: space-between;
}

.post-date-text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 0.886rem + 0.8vw, 1.5rem);
  line-height: 140%;
  color: #fff;
}

.post-article-title {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: clamp(1.6rem, 0.971rem + 1.6vw, 2.2rem);
  line-height: 140%;
  color: #060c21;
  margin-bottom: clamp(1.2rem, 0.362rem + 2.133vw, 2rem);
}

.post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 0.886rem + 0.8vw, 1.5rem);
  line-height: 140%;
  color: #606776;
  margin-bottom: clamp(1.2rem, 0.362rem + 2.133vw, 2rem);
}

.article-read-link {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 0.886rem + 0.8vw, 1.5rem);
  line-height: 140%;
  letter-spacing: -0.04em;
  color: #060c21;
  display: flex;
  gap: 8px;
  align-items: center;
}

.post-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.post-link:hover .post-article-title {
  text-decoration: underline;
  color: #2043b9;
}

.post-link:hover .article-read-link {
  color: #2043b9;
}

.post-link:hover .article-read-link svg {
  stroke: #2043b9;
  width: 11px;
  height: 8px;
}

.news-pagination {
  display: flex;
  justify-content: center;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 0.886rem + 0.8vw, 1.5rem);
  line-height: 140%;
  color: #606776;
}

.page-numbers.current {
  color: #2043b9;
}

.news-pagination .prev,
.news-pagination .next {
  display: flex !important;
}

.news-pagination .prev {
  justify-content: flex-start;
}

.news-pagination .next {
  justify-content: flex-end;
}

.news-pagination .prev.disabled svg,
.news-pagination .next.disabled svg {
  opacity: 0.4;
}

.news-cats__item a * {
  pointer-events: none;
}

.single-post-container {
  padding: clamp(14rem, 12.095rem + 4.848vw, 18.3rem) 0 clamp(6rem, 4.671rem + 3.382vw, 9rem);
}

.single-post-container .container {
  padding: 0 clamp(1.65rem, 0.609rem + 2.649vw, 4rem);
  margin: 0 auto;
}

.post-container {
  max-width: 1040px;
  margin: 0 auto;
}

.article-date {
  display: flex;
  gap: clamp(1.2rem, -0.058rem + 3.2vw, 2.4rem);
  justify-content: center;
  margin-bottom: clamp(2.4rem, 1.514rem + 2.255vw, 4.4rem);
}

.article-date-text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 0.886rem + 0.8vw, 1.5rem);
  line-height: 140%;
  color: #060c21;
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 0.381rem + 1.067vw, 1.2rem);
}

.article-title {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, -0.261rem + 4.735vw, 5.8rem);
  line-height: 150%;
  text-align: center;
  color: #060c21;
  text-transform: uppercase;
}

@media screen and (min-width: 1000px) {
  .article-title {
    text-transform: none;
  }
}
.article-title {
  margin-bottom: clamp(4.4rem, 3.691rem + 1.804vw, 6rem);
}

/* Базовий відступ між абзацами */
.post-content p {
  margin: 0 0 16px;
}

/* Якщо далі йде заголовок — прибираємо відступ після p */
.post-content p:has(+ :is(h1, h2, h3, h4, h5, h6)) {
  margin-bottom: 0;
}

/* Останній абзац без нижнього відступу */
.post-content p:last-of-type {
  margin-bottom: 0;
}

.post-content,
.post-hero {
  margin: 0;
  padding: 0;
}

.post-content p,
.post-hero p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.067rem + 0.338vw, 1.5rem);
  line-height: 140%;
  color: #060c21;
}

.post-content img,
.post-hero img {
  margin: clamp(4.4rem, 3.691rem + 1.804vw, 6rem) 0;
  width: 100%;
  object-fit: contain;
  height: auto;
}

.post-content h2, .post-content h3, .post-content h4,
.post-hero h2,
.post-hero h3,
.post-hero h4 {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: clamp(1.6rem, 1.334rem + 0.676vw, 2.2rem);
  line-height: 120%;
  color: #060c21;
  margin-top: clamp(4.4rem, 3.691rem + 1.804vw, 6rem);
  margin-bottom: clamp(2.4rem, 1.514rem + 2.255vw, 4.4rem);
}

.post-hero img {
  margin: 0;
}

.share-box {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(213, 221, 250, 0.9);
  max-width: 755px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

.share-label {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.911rem + 0.225vw, 1.2rem);
  line-height: 140%;
  color: rgba(2, 5, 10, 0.8);
  text-align: end;
  margin-right: clamp(0.5rem, -9.469rem + 25.366vw, 23rem);
}

.wp-block-quote {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #060c21;
  padding-left: clamp(2.4rem, 1.514rem + 2.255vw, 4.4rem);
  border-left: 1px solid #f98e23;
  margin-bottom: 16px;
}

.mobile-prev-next {
  display: flex;
  gap: 18px;
  padding-top: 18px;
  max-width: 755px;
  justify-content: space-between;
}

.mobile-prev-next .btn-prev {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: start;
  max-width: 325px;
}

.mobile-prev-next .btn-next {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: end;
  text-align: end;
  max-width: 325px;
}

.mobile-prev-next .last-news-title {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #606776;
}

.btn-prev-arrow,
.btn-next-arrow {
  display: flex;
  gap: 5px;
  align-items: center;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #060c21;
  transition: color 0.3s cubic-bezier(0.3, 0.8, 0.3, 2.3);
}

.btn-prev:hover .btn-prev-arrow {
  color: linear-gradient(69deg, #fdb10b 0%, #f98e23 100%);
}

.btn-next-arrow {
  justify-content: flex-end;
}

@media screen and (max-width: 899px) {
  .only-desktop {
    display: none;
  }
}
/* Геройський блок: займає всю ширину основного контейнера теми */
.post-hero {
  width: 100%;
  margin: 0 auto;
}

.post-hero img {
  display: block;
  width: 100%;
  height: auto;
}

/* Вузький контейнер для решти контенту */
.post-content--narrow {
  max-width: 755px;
  margin-left: 0;
  padding-top: 0;
}

.post-content--narrow p {
  display: block;
  width: 100%;
}

.post-content-container {
  display: flex;
  gap: 44px;
  padding: clamp(4.4rem, 3.691rem + 1.804vw, 6rem) 0;
}

.news-sidebar {
  width: 241px !important;
  border: 1px solid rgba(213, 221, 250, 0.9);
  border-radius: 12px;
  padding: 20px;
  height: max-content;
}

.sidebar-title {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  color: #000;
  margin-bottom: 32px;
}

.last-news-title {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #060c21;
  margin-bottom: 16px;
}

.sidebar-item:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(213, 221, 250, 0.9);
}

.sidebar-item:not(:first-child) {
  padding-top: 20px;
}

.last-news-read-more {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sidebar-link {
  transition: all 0.3s cubic-bezier(0.3, 0.8, 0.3, 2.3);
}

.sidebar-link:hover .last-news-title {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  font-weight: 500;
  color: #2043b9;
}

.sidebar-link:hover .last-news-read-more {
  color: #2043b9;
}

.btn-next-arrow,
.btn-prev-arrow {
  transition: background 0.3s cubic-bezier(0.3, 0.8, 0.3, 2.3), color 0.3s cubic-bezier(0.3, 0.8, 0.3, 2.3);
}

.icon-arrow {
  width: 11px;
  height: 8px;
  display: block;
  background: #060c21;
  -webkit-mask: var(--arrow-url) no-repeat center/contain;
  mask: var(--arrow-url) no-repeat center/contain;
  transition: background 0.3s cubic-bezier(0.3, 0.8, 0.3, 2.3);
}

/* Ховер — і текст, і стрілка стають градієнтними */
.btn-next:hover .btn-next-arrow {
  background: linear-gradient(69deg, #fdb10b 0%, #f98e23 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.btn-next:hover .icon-arrow {
  background: linear-gradient(69deg, #fdb10b 0%, #f98e23 100%);
}

.btn-prev:hover .btn-prev-arrow {
  background: linear-gradient(69deg, #fdb10b 0%, #f98e23 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.btn-prev:hover .icon-arrow {
  background-image: linear-gradient(69deg, #fdb10b 0%, #f98e23 100%);
}

.icon-calendar {
  width: 24px;
  height: 24px;
  display: block;
}

.icon-dots {
  width: 8px;
  height: 8px;
  display: block;
}

.wp-block-list {
  display: flex;
  flex-direction: column;
  gap: clamp(0.8rem, 0.446rem + 0.902vw, 1.6rem);
  margin-bottom: 16px;
}

.wp-block-list li {
  padding-left: clamp(3.4rem, 2.868rem + 1.353vw, 4.6rem);
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.067rem + 0.338vw, 1.5rem);
  line-height: 140%;
  color: #060c21;
  position: relative;
}

section p {
  max-width: 100%;
}

.share-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
}

ul.wp-block-list > li::before,
ol.wp-block-list > li::before {
  content: "";
  position: absolute;
  left: clamp(1.2rem, 0.846rem + 0.902vw, 2rem);
  top: 5px;
  width: clamp(0.4rem, 0.223rem + 0.451vw, 0.8rem);
  height: clamp(0.4rem, 0.223rem + 0.451vw, 0.8rem);
  border-radius: 100%;
  border-radius: 100%;
  background: linear-gradient(69deg, #fdb10b 0%, #f98e23 100%);
}

.share-native {
  display: none;
}

.portfolio__container {
  padding: clamp(14rem, 12.095rem + 4.848vw, 18.3rem) 0 clamp(6rem, 4.671rem + 3.382vw, 9rem);
}

.portfolio__container .container {
  padding: 0 clamp(1.65rem, 0.609rem + 2.649vw, 4rem);
}

.portfolio__container .portfolio__title_wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(2.4rem, 1.514rem + 2.255vw, 4.4rem);
  margin-bottom: clamp(2.4rem, 1.514rem + 2.255vw, 4.4rem);
}

@media screen and (min-width: 1251px) {
  .portfolio__container .portfolio__title_wrapper {
    flex-direction: row-reverse;
    align-items: center;
  }
}
.portfolio__container .portfolio__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, -0.261rem + 4.735vw, 5.8rem);
  line-height: 150%;
  text-transform: uppercase;
  color: #060c21;
}

@media screen and (min-width: 1251px) {
  .portfolio__container .portfolio__title {
    letter-spacing: -0.03em;
    font-weight: 500;
    text-transform: none;
  }
}
.portfolio__container .portfolio__text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.067rem + 0.338vw, 1.5rem);
  line-height: 140%;
  color: #060c21;
}

@media screen and (min-width: 1251px) {
  .portfolio__container .portfolio__text {
    max-width: 238px;
  }
}
.portfolio__container .news-cats {
  overflow: hidden;
}

.portfolio__container .news-cats__list {
  display: flex;
  width: max-content;
  margin-left: auto;
  padding-bottom: clamp(0.8rem, 0.091rem + 1.804vw, 2.4rem);
  border-bottom: 1px solid rgba(213, 221, 250, 0.9);
}

.portfolio__container .news-cats .swiper-slide {
  width: fit-content;
}

.portfolio__container .news-cats__item a {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.067rem + 0.338vw, 1.5rem);
  line-height: 140%;
  color: #606776;
}

.portfolio__container .news-cats__item a:hover {
  color: #060c21;
}

.portfolio__container .news-cats__item.is-active a {
  color: #060c21;
  padding-bottom: clamp(0.8rem, 0.091rem + 1.804vw, 2.4rem);
  border-bottom: 1px solid #2043b9;
}

.portfolio__container .articles__list {
  padding-bottom: clamp(3.2rem, 1.959rem + 3.157vw, 6rem);
  display: grid;
  row-gap: clamp(3.2rem, 2.668rem + 1.353vw, 4.4rem);
  column-gap: 24px;
}

@media screen and (min-width: 834px) {
  .portfolio__container .articles__list {
    grid-template-columns: 1fr 1fr;
  }
}
.portfolio__container .articles__list .articles__thumb {
  position: relative;
}

.portfolio__container .articles__list img {
  width: 100%;
  height: clamp(20.3rem, 6.886rem + 34.133vw, 33.1rem);
  object-fit: cover;
  border-radius: 0;
}

.portfolio__container .post-thumbnail {
  position: relative;
  margin-bottom: clamp(1.2rem, 0.362rem + 2.133vw, 2rem);
}

.portfolio__container .portfolio-post-thumbnail {
  position: relative;
}

.portfolio__container .projects__agency {
  display: flex;
}

.portfolio__container .projects__agency p {
  margin: 0;
}

.portfolio__container .portfolio-post-date {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.911rem + 0.225vw, 1.2rem);
  line-height: 140%;
  color: #060c21;
}

.portfolio__container .post-text {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: clamp(1.6rem, 1.334rem + 0.676vw, 2.2rem);
  line-height: 120%;
  width: -webkit-fill-available;
  color: #060c21;
  transition: color 0.3s cubic-bezier(0.075, 0.82, 0.165, 1), display 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  white-space: nowrap;
  position: relative;
}

.portfolio__container .post-hover-arrow {
  display: none;
}

.portfolio__container .post-title-thumb {
  display: flex;
  gap: 24px;
  width: 100%;
  align-items: center;
  margin-bottom: clamp(1.2rem, 0.668rem + 1.353vw, 2.4rem);
  height: 100%;
}

.portfolio__container .post-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.portfolio__container .post-link:hover .post-text {
  color: #2043b9;
}

@media screen and (min-width: 900px) {
  .portfolio__container .post-link:hover .post-hover-arrow {
    position: relative;
  }
  .portfolio__container .post-link:hover .post-hover-arrow::after {
    content: url("/wp-content/themes/Razom/build/img/icons/long-arrow-case.svg");
    position: absolute;
    height: -webkit-fill-available;
    width: 100%;
  }
  .portfolio__container .post-link:hover .post-hover-arrow {
    width: 100%;
    height: -webkit-fill-available;
    display: block;
  }
}
.portfolio__container .post-link:hover .portfolio-post-thumbnail-hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  backdrop-filter: blur(4px);
  background: rgba(45, 78, 164, 0.13);
}

.portfolio__container .portfolio-pagination {
  display: flex;
  justify-content: center;
}

.portfolio__container .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 0.886rem + 0.8vw, 1.5rem);
  line-height: 140%;
  color: #606776;
}

.portfolio__container .page-numbers.current {
  color: #2043b9;
}

.portfolio__container .portfolio-pagination .prev,
.portfolio__container .portfolio-pagination .next {
  display: flex !important;
}

.portfolio__container .portfolio-pagination .prev {
  justify-content: flex-start;
}

.portfolio__container .portfolio-pagination .next {
  justify-content: flex-end;
}

.portfolio__container .portfolio-pagination .prev.disabled svg,
.portfolio__container .portfolio-pagination .next.disabled svg {
  opacity: 0.4;
}

.portfolio__container .portfolio-cats__item a * {
  pointer-events: none;
}

.agency-mini-portfolio {
  background: linear-gradient(180deg, #fff 0%, #d5e3f1 100%);
}

.agency-mini-portfolio .agency-mini-portfolio__card {
  height: 100%;
}

.agency-mini-portfolio .agency-mini-portfolio__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: clamp(1.6rem, -0.793rem + 6.088vw, 7rem);
  letter-spacing: -0.03em;
  color: #060c21;
  max-width: fit-content;
}

.agency-mini-portfolio .agency-mini-portfolio__title span {
  color: #2043b9;
}

.agency-mini-portfolio .post-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.agency-mini-portfolio .post-link .agency-mini-portfolio__img_thumb {
  position: relative;
}

.agency-mini-portfolio .post-link:hover .portfolio__item__hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  backdrop-filter: blur(4px);
  background: rgba(45, 78, 164, 0.13);
}

.agency-mini-portfolio .articles__list img {
  border-radius: 0;
}

.agency-mini-portfolio .cta-swipe {
  justify-content: flex-end;
  width: max-content;
  margin-left: auto;
}

@media screen and (min-width: 834px) {
  .agency-mini-portfolio .agency-mini-portfolio__more {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: 2;
  }
  .agency-mini-portfolio .agency__cta {
    width: 418px;
    height: 130px;
  }
  .agency-mini-portfolio .cta-swipe {
    width: 418px;
    height: 130px;
  }
  .agency-mini-portfolio .cta-swipe:hover .cta-swipe__label {
    padding-left: 24px;
  }
  .agency-mini-portfolio .cta-swipe:hover .cta-swipe__thumb {
    left: calc(100% - 70px - 44px);
  }
  .agency-mini-portfolio .cta-swipe:hover .cta-swipe__fill {
    width: calc(100% - 35px);
  }
  .agency-mini-portfolio .cta-swipe__track {
    width: 418px !important;
    height: 130px;
    border-radius: 108px;
  }
  .agency-mini-portfolio .cta-swipe__fill {
    left: 16px;
    top: 16px;
    width: 95px;
    height: 95px;
  }
  .agency-mini-portfolio .cta-swipe__thumb {
    left: 16px;
    top: 16px;
    width: 95px;
    height: 95px;
  }
  .agency-mini-portfolio .cta-swipe__label {
    padding-left: 70px;
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
  }
}
@media screen and (max-width: 833px) {
  .agency-mini-portfolio .cta-swipe {
    width: -webkit-fill-available !important;
  }
  .agency-mini-portfolio .agency-mini-portfolio__more .cta-swipe__track {
    width: -webkit-fill-available !important;
    justify-content: center;
  }
  .agency-mini-portfolio .cta-swipe__thumb {
    left: 8px;
    top: 8px;
    width: 44px;
    height: 44px;
  }
}
.case-hero {
  padding: clamp(14rem, 12.095rem + 4.848vw, 18.3rem) 0 32px;
}

.case-hero .container {
  padding: 0 clamp(1.65rem, 0.609rem + 2.649vw, 4rem);
}

.case-hero-text {
  margin-bottom: clamp(4.4rem, 2.805rem + 4.059vw, 8rem);
  margin-left: auto;
  max-width: 918px;
}

.case-hero-text h2 {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: clamp(1.6rem, -0.261rem + 4.735vw, 5.8rem);
  letter-spacing: -0.03em;
  color: rgba(6, 12, 33, 0.3);
  max-width: 100%;
}

.case-hero-text h2 span {
  color: #060c21;
}

.case-hero-title {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: clamp(1.6rem, 1.334rem + 0.676vw, 2.2rem);
  line-height: 140%;
  color: #060c21;
  max-width: 322px;
}

.case-agency-logo-thumb {
  display: flex;
  gap: 16px;
  align-items: flex-end;
}

.case-hero-logo {
  height: 56px;
  width: auto;
}

.projects__agency {
  display: flex;
  align-items: center;
  margin-bottom: clamp(0.4rem, 0.223rem + 0.451vw, 0.8rem);
}

.projects__agency p {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.911rem + 0.225vw, 1.2rem);
  line-height: 140%;
  color: #2043b9;
}

.case-category {
  display: flex;
  gap: clamp(1.2rem, 0.668rem + 1.353vw, 2.4rem);
  align-items: center;
}

.case-category p {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.067rem + 0.338vw, 1.5rem);
  line-height: 140%;
  color: #606776;
}

@media screen and (max-width: 392px) {
  .case-category {
    flex-direction: column;
  }
}
.case-category-box {
  max-width: 918px;
  margin-left: auto;
}

.case-category-thumb {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.case-agency-name {
  display: flex;
}

.meta-sectors {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #060c21;
  border: 1px solid rgba(213, 221, 250, 0.7);
  border-radius: 90px;
  padding: 8px 16px;
  margin: 0;
}

.agencies-tasks-hero {
  padding-top: clamp(5rem, 3.228rem + 4.51vw, 9rem);
  padding-bottom: clamp(6rem, 4.671rem + 3.382vw, 9rem);
}

.agencies-tasks-hero .container {
  padding: 0 clamp(1.6rem, 0.537rem + 2.706vw, 4rem);
}

.agencies-tasks-hero .tasks-hero__logo-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .agencies-tasks-hero .tasks-hero__logo-container {
    flex-direction: row;
    gap: 60px;
  }
}
.agencies-tasks-hero .agency_case_task {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 918px;
  width: 100%;
}

.agencies-tasks-hero .agency_case_task .case__agency__task {
  border-bottom: 1px solid #2043b9;
}

@media screen and (min-width: 768px) {
  .agencies-tasks-hero .agency_case_task .case__agency__task {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 187px;
  }
}
.agencies-tasks-hero .agency_case_task .case__agency__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: clamp(1.6rem, 1.334rem + 0.676vw, 2.2rem);
  line-height: 120%;
  color: #2043b9;
  margin-bottom: 12px;
  max-width: 160px;
  width: 100%;
}

.agencies-tasks-hero .agency_case_task .case__agency__text {
  width: 100%;
}

.agencies-tasks-hero .agency_case_task .case__agency__text p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.067rem + 0.338vw, 1.5rem);
  line-height: 140%;
  color: #606776;
}

@media screen and (min-width: 768px) {
  .agencies-tasks-hero .agency_case_task .case__agency__text {
    max-width: 584px;
  }
}
.agencies-tasks-hero .agency_case_task .case__agency__text ol {
  padding-left: 20px;
}

.agencies-tasks-hero .agency_case_task .case__agency__text ol p {
  padding-left: 16px;
}

.agencies-tasks-hero .agency_case_task .case__agency__text ol li::marker {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.067rem + 0.338vw, 1.5rem);
  line-height: 140%;
  color: #606776;
}

.agencies-tasks-hero .agency_case_task .case__agency__text ul p {
  padding-left: 16px;
}

.agencies-tasks-hero .agency_case_task .case__agency__text ul li {
  position: relative;
}

.agencies-tasks-hero .agency_case_task .case__agency__text ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #606776;
  position: absolute;
  top: 7px;
}

.case-image-hero {
  padding: 0;
}

.case-image-hero .container {
  padding: 0 clamp(1.65rem, 0.609rem + 2.649vw, 4rem);
}

.case__agency__image {
  width: 100% !important;
}

.main_case_image {
  margin: 0;
  padding: 0;
  display: flex;
}

.case-swiper .swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
}

.case-swiper .swiper-slide {
  flex: 0 0 100% !important;
  width: 100% !important;
}

.case-swiper .case_image-swiper-button-prev, .case-swiper .case_image-swiper-button-next {
  padding-top: 32px;
  display: flex;
  align-items: center;
}

.case-swiper .case_image-swiper-button-prev:hover, .case-swiper .case_image-swiper-button-next:hover {
  cursor: pointer;
}

.case-swiper .swiper-button-disabled {
  cursor: default;
}

.case-swiper .swiper-button-disabled svg {
  opacity: 0.5;
}

.case-swiper .case-hero-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

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

.case_image-swiper-pagination {
  display: flex;
  padding-top: 32px;
  gap: 8px;
  justify-content: center;
}

.case_image-swiper-pagination:hover {
  cursor: pointer;
}

.case_image-swiper-pagination .swiper-pagination-bullet {
  display: flex;
  border-radius: 20px;
  width: 8px;
  height: 8px;
  background: rgba(45, 78, 164, 0.53);
}

.case_image-swiper-pagination .swiper-pagination-bullet-active {
  display: flex;
  border-radius: 20px;
  width: 34px;
  height: 8px;
  background: #2043b9;
}

.case-video-hero {
  padding: 0;
}

.case-video-hero .video-player {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9; /* тримати пропорцію */
  background: #000;
}

.case-video-hero .case-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.case-video-hero {
  /* кнопка по центру */
}

.case-video-hero .video-toggle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  line-height: 0;
  width: clamp(5rem, 2.785rem + 5.637vw, 10rem);
  height: clamp(5rem, 2.785rem + 5.637vw, 10rem);
}

.case-video-hero .video-toggle .icon {
  width: 100%;
  height: 100%;
  display: block;
}

.case-video-hero .video-toggle .icon-pause {
  display: none;
}

.case-video-hero .video-toggle.is-playing .icon-play {
  display: none;
}

.case-video-hero .video-toggle.is-playing .icon-pause {
  display: block;
}

.case-video-hero .video-toggle.is-playing {
  opacity: 0.25;
}

.case-video-hero .video-toggle:focus-visible {
  outline: 2px solid #2d4ea4;
  outline-offset: 2px;
}

.case-video-hero .swiper-button-lock, .case-video-hero .swiper-pagination-lock {
  display: none !important;
}

.insta-video-section .insta-image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.insta-video-section .insta-swiper .swiper-wrapper {
  align-items: stretch;
  display: flex;
  margin: 0 auto;
  width: max-content;
}

.insta-video-section .insta-slide {
  border: 1px solid rgba(213, 221, 250, 0.7);
  border-radius: 12px;
  width: 220px;
  height: 333px;
  backdrop-filter: blur(30px);
  background: rgba(45, 78, 164, 0.53);
}

.insta-video-section .video-player {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 11px 11px 0 0;
  width: 218px;
  height: 266px;
}

.insta-video-section .insta-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.insta-video-section .video-toggle-insta {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  line-height: 0;
}

.insta-video-section .video-toggle-insta .icon {
  width: 100%;
  height: 100%;
  display: block;
}

.insta-video-section .video-toggle-insta .icon-pause {
  display: none;
}

.insta-video-section .video-toggle-insta.is-playing .icon-play {
  display: none;
}

.insta-video-section .video-toggle-insta.is-playing .icon-pause {
  display: block;
  opacity: 0.2;
}

.insta-video-section .video-toggle-insta:focus-visible {
  outline: 2px solid #2D4EA4;
  outline-offset: 2px;
}

.insta-video-section {
  /* мета */
}

.insta-video-section .insta-meta {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 64px;
  padding-left: 16px;
}

.insta-video-section .insta-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.insta-video-section .insta-name p {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  text-align: right;
  color: #fff;
}

/* навігація */
.insta-navigate-thumb {
  display: flex;
  padding-top: 32px;
  gap: 32px;
  justify-content: center;
  align-items: center;
}

.insta-navigate-thumb .insta-pagination {
  display: flex;
  gap: 8px;
  height: 8px;
}

.insta-navigate-thumb .insta-pagination:hover {
  cursor: pointer;
}

.insta-navigate-thumb .insta-pagination .swiper-pagination-bullet {
  display: flex;
  border-radius: 20px;
  width: 8px;
  height: 8px;
  background: rgba(45, 78, 164, 0.53);
}

.insta-navigate-thumb .insta-pagination .swiper-pagination-bullet-active {
  width: 34px;
  height: 8px;
  background: #2043b9;
}

.insta-navigate-thumb .insta-button-prev, .insta-navigate-thumb .insta-button-next {
  display: flex;
  align-items: center;
}

.insta-navigate-thumb .insta-button-prev:hover, .insta-navigate-thumb .insta-button-next:hover {
  cursor: pointer;
}

.insta-navigate-thumb .swiper-button-disabled {
  cursor: default;
}

.insta-navigate-thumb .swiper-button-disabled svg {
  opacity: 0.5;
}

.contact-us {
  padding: 6rem 0;
  min-height: 832px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
}

@media (max-width: 768px) {
  .contact-us {
    padding: 4.2rem 0;
  }
}
.contact-us .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .contact-us .container {
    padding: 0 1.65rem;
  }
}
.contact-us::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 50rem;
  background: linear-gradient(0deg, #2D4EA4 0%, rgba(45, 78, 164, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.contact-us__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.contact-us__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
  pointer-events: none;
}

.contact-us__heading {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 135px;
  margin: 9rem 0 6rem;
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  .contact-us__heading {
    gap: 2.7rem;
    margin: 6rem 0 4rem;
  }
}
.contact-us__heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.2rem;
  height: 1px;
  background: #2043B9;
  opacity: 0.6;
}

.contact-us__heading .contact-us__label {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #c7d0ed;
  margin: 0;
}

@media (max-width: 768px) {
  .contact-us__heading .contact-us__label {
    font-size: 0.8rem;
  }
}
.contact-us__heading .contact-us__title {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: 7rem;
  line-height: 1;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .contact-us__heading .contact-us__title {
    font-size: 1.6rem;
    text-transform: uppercase;
  }
}
.contact-us__wrapper-holder {
  display: flex;
  justify-content: end;
}

.contact-us__wrapper {
  background: linear-gradient(180deg, rgba(45, 78, 164, 0.53) 0%, rgba(45, 78, 164, 0.53) 100%);
  border-radius: 1.6rem;
  padding: 4.4rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  z-index: 1;
  max-width: 918px;
  width: 100%;
}

@media (max-width: 768px) {
  .contact-us__wrapper {
    max-width: 100%;
  }
}
.contact-us__info {
  display: flex;
  flex-direction: column;
  gap: 3.45rem;
}

.contact-us__info a {
  font-size: 1.5rem;
  color: #fff;
  opacity: 0.8;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 768px) {
  .contact-us__info a {
    font-size: 1.2rem;
  }
}
.contact-us__legal {
  color: #fff;
  font-size: 1.5rem;
  opacity: 0.8;
  font-weight: 700;
}

@media (max-width: 768px) {
  .contact-us__legal {
    font-size: 1.2rem;
  }
}
.contact-us__social {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .contact-us__social {
    gap: 1.2rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .contact-us .contact-us__video {
    display: none;
  }
  .contact-us {
    background: url("../img/cover/banner.webp") top/cover no-repeat;
  }
}
.agency-hero {
  height: 100dvh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/wp-content/themes/Razom/build/img/cover/agency-hero-clouds@2x.webp");
  background-image: image-set(url("/wp-content/themes/Razom/build/img/cover/agency-hero-clouds@2x.webp") 2x, url("/wp-content/themes/Razom/build/img/cover/agency-hero-clouds@3x.webp") 3x);
  background-image: -webkit-image-set(url("/wp-content/themes/Razom/build/img/cover/agency-hero-clouds@2x.webp") 2x, url("/wp-content/themes/Razom/build/img/cover/agency-hero-clouds@3x.webp") 3x);
}

.agency-hero .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 clamp(1.6rem, 0.537rem + 2.706vw, 4rem);
}

.agency-hero-title {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: clamp(5.4rem, 1.59rem + 9.696vw, 14rem);
  letter-spacing: -0.03em;
  text-align: center;
  color: #fff;
  max-width: 1000px;
  text-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.25);
}

.agency-hero-text {
  position: absolute;
  bottom: 0;
  right: 15px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.067rem + 0.338vw, 1.5rem);
  line-height: 140%;
  color: #fff;
  margin: 0;
  width: calc(100% - 36px);
}

@media screen and (min-width: 768px) {
  .agency-hero-text {
    width: 282px;
  }
}
.single__agency {
  background: linear-gradient(180deg, #fff 0%, #d5e3f1 100%);
}

.single__agency .container {
  position: relative;
  padding: 0 clamp(1.6rem, 0.537rem + 2.706vw, 4rem);
}

.single__agency .agency__header {
  gap: clamp(2.8rem, -1.631rem + 11.274vw, 12.8rem);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 12px;
  margin-bottom: clamp(7.5rem, 4.177rem + 8.455vw, 15rem);
  position: relative;
  left: 0;
  border-bottom: 1px solid #2043b9;
}

@media screen and (min-width: 400px) {
  .single__agency .agency__header {
    align-items: flex-end;
    display: flex;
  }
}
.single__agency .agency__tag {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: clamp(0.8rem, 0.268rem + 1.353vw, 2rem);
  letter-spacing: -0.03em;
  text-align: center;
  color: #c7d0ed;
  margin: 0;
}

.single__agency .agency__name {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, -0.793rem + 6.088vw, 7rem);
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #060c21;
}

@media screen and (min-width: 768px) {
  .single__agency .agency__name {
    font-weight: 500;
    text-transform: none;
  }
}
.single__agency .agency__desc p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}

.single__agency .agency__desc p:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .single__agency .agency__desc p {
    margin-bottom: 2rem;
  }
}
.single__agency .agency__achievements_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.8rem, 1.534rem + 0.676vw, 2.4rem);
  max-width: 636px;
  padding-top: 30px;
}

.single__agency .agency__achievements_list .cta-swipe:hover .cta-swipe__track {
  justify-content: center;
}

.single__agency .agency__achievement .agency__number {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 120%;
  background: linear-gradient(180deg, #2043b9 0%, #d5e3f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
  .single__agency .agency__achievement .agency__number {
    font-size: 3.2rem;
  }
}
.single__agency .agency__achievement .agency__note {
  color: #606776;
  font-size: 1.5rem;
  font-weight: 400;
  max-width: 20rem;
  margin: 1.2rem 0 0;
}

@media (max-width: 768px) {
  .single__agency .agency__achievement .agency__note {
    font-size: 1.2rem;
    max-width: 17rem;
  }
}
.single__agency .cta-swipe__track {
  min-width: 200px;
  margin-top: 20px;
}

@media (min-width: 940px) {
  .single__agency .cta-swipe__track {
    position: absolute;
    bottom: 0;
    right: 4rem;
  }
}
.single__agency .socials {
  display: flex;
  padding-top: 30px;
  gap: 24px;
}

.single__agency .socials__link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  width: 44px;
  height: 44px;
  transition: background 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.single__agency .socials__link:hover {
  background: rgba(32, 67, 185, 0.2);
}

.agency__container_content {
  max-width: 636px;
  margin: 0 auto;
}

.agencies-director-hero {
  padding: 0;
  padding-bottom: clamp(6rem, 4.671rem + 3.382vw, 9rem);
}

.agencies-director-hero .container {
  position: relative;
  padding: 0 clamp(1.6rem, 0.537rem + 2.706vw, 4rem);
}

@media screen and (min-width: 1024px) {
  .agencies-director-hero .container {
    display: flex;
    gap: 63px;
  }
}
.agencies-director-hero .director-hero__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .agencies-director-hero .director-hero__header {
    flex-direction: column;
    justify-content: start;
    max-width: 223px;
  }
}
.agencies-director-hero .director-hero__role {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: clamp(0.8rem, 0.268rem + 1.353vw, 2rem);
  letter-spacing: -0.03em;
  color: #c7d0ed;
}

@media screen and (min-width: 1024px) {
  .agencies-director-hero .director-hero__role {
    margin-bottom: 60px;
  }
}
.agencies-director-hero .director-hero__logo {
  width: clamp(15.9rem, 13.197rem + 6.877vw, 22rem);
}

.agencies-director-hero .director-hero__img {
  width: 100%;
  max-width: 636px;
}

.agencies-director-hero .director-hero__card {
  padding: 32px;
  background: linear-gradient(270deg, #fff 0%, #d5e3f1 100%);
}

@media screen and (min-width: 716px) {
  .agencies-director-hero .director-hero__card {
    position: absolute;
    bottom: 0;
    right: clamp(1.7rem, 0.725rem + 2.48vw, 3.9rem);
    max-width: 589px;
  }
}
.agencies-director-hero .director-hero__name {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, -0.793rem + 6.088vw, 7rem);
  line-height: clamp(1.6rem, -0.793rem + 6.088vw, 7rem);
  text-transform: uppercase;
  color: #060c21;
  margin-bottom: clamp(1.2rem, -0.484rem + 4.284vw, 5rem);
}

@media screen and (min-width: 768px) {
  .agencies-director-hero .director-hero__name {
    text-transform: none;
    font-weight: 500;
  }
}
.agencies-director-hero .director-hero__desc {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.067rem + 0.338vw, 1.5rem);
  line-height: 140%;
  color: #060c21;
}

.agencies-services-hero {
  padding-top: clamp(5rem, 3.228rem + 4.51vw, 9rem);
  padding-bottom: clamp(6rem, 4.671rem + 3.382vw, 9rem);
}

.agencies-services-hero .container {
  padding: 0 clamp(1.6rem, 0.537rem + 2.706vw, 4rem);
}

.agencies-services-hero .services-hero__logo-container {
  display: flex;
  gap: clamp(2.3rem, 0.483rem + 4.622vw, 6.4rem);
  margin-bottom: clamp(5rem, 4.557rem + 1.127vw, 6rem);
}

.agencies-services-hero .about__hero-title {
  max-width: 918px;
}

.agencies-services-hero .services-hero__header {
  min-width: 70px;
  width: clamp(6.7rem, -0.079rem + 17.249vw, 22rem);
}

.agencies-services-hero .services-hero__role {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: clamp(0.8rem, 0.268rem + 1.353vw, 2rem);
  letter-spacing: -0.03em;
  color: #c7d0ed;
  margin-bottom: clamp(3.2rem, 1.959rem + 3.157vw, 6rem);
}

.agencies-services-hero .services-hero__logo {
  width: 100%;
}

.agencies-services-hero .services-hero__desc {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 0.581rem + 2.593vw, 3.9rem);
  line-height: 150%;
  text-transform: uppercase;
  color: #060c21;
  max-width: 918px;
}

.agencies-services-hero .services_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 918px;
  margin-left: auto;
}

.agencies-services-hero .services_list .services__agency__achievements {
  border-bottom: 1px solid #2043b9;
}

@media screen and (min-width: 768px) {
  .agencies-services-hero .services_list .services__agency__achievements {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
  }
}
.agencies-services-hero .services_list .services__agency__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: clamp(1.6rem, 1.334rem + 0.676vw, 2.2rem);
  line-height: 120%;
  color: #2043b9;
  margin-bottom: 12px;
}

.agencies-services-hero .services_list .services__agency__text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.067rem + 0.338vw, 1.5rem);
  line-height: 140%;
  color: #606776;
}

@media screen and (min-width: 768px) {
  .agencies-services-hero .services_list .services__agency__text {
    max-width: 291px;
    width: 100%;
  }
}
.agencies-toolkit-hero {
  padding-top: clamp(5rem, 3.228rem + 4.51vw, 9rem);
  padding-bottom: clamp(6rem, 4.671rem + 3.382vw, 9rem);
}

.agencies-toolkit-hero .container {
  padding: 0 clamp(1.6rem, 0.537rem + 2.706vw, 4rem);
}

.agencies-toolkit-hero .services-hero__logo-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .agencies-toolkit-hero .services-hero__logo-container {
    flex-direction: row;
    gap: 60px;
  }
}
.agencies-toolkit-hero .services-hero__role {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: clamp(0.8rem, 0.268rem + 1.353vw, 2rem);
  letter-spacing: -0.03em;
  color: #c7d0ed;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .agencies-toolkit-hero .services-hero__role {
    margin-bottom: 0;
  }
}
.agencies-toolkit-hero .toolkit_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 918px;
  width: 100%;
}

.agencies-toolkit-hero .toolkit_list .services__agency__achievements {
  border-bottom: 1px solid #2043b9;
}

@media screen and (min-width: 768px) {
  .agencies-toolkit-hero .toolkit_list .services__agency__achievements {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
  }
}
.agencies-toolkit-hero .toolkit_list .services__agency__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: clamp(1.6rem, 1.334rem + 0.676vw, 2.2rem);
  line-height: 120%;
  color: #2043b9;
  margin-bottom: 12px;
}

.agencies-toolkit-hero .toolkit_list .services__agency__text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.067rem + 0.338vw, 1.5rem);
  line-height: 140%;
  color: #606776;
}

@media screen and (min-width: 768px) {
  .agencies-toolkit-hero .toolkit_list .services__agency__text {
    max-width: 291px;
  }
}
.footer {
  background: #05266F;
  color: #fff;
}

.footer__container {
  padding: 6rem 4rem;
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.9fr;
  gap: 6rem;
}

@media only screen and (max-width: 1400px) {
  .footer__container {
    gap: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer__container {
    grid-template-columns: 1fr;
    gap: 3.2rem;
    padding-top: 6rem;
    padding-left: 1.65rem;
    padding-right: 1.65rem;
    padding-bottom: 2.4rem;
  }
}
.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 3.7rem;
  max-width: 28.4rem;
}

@media (max-width: 768px) {
  .footer__brand {
    gap: 1.2rem;
  }
}
.footer__logo img {
  display: block;
  width: auto;
  max-width: 210px;
  height: auto;
}

.footer__social {
  display: flex;
  gap: 2.4rem;
  max-width: 18rem;
  flex-wrap: wrap;
  align-items: center;
}

.footer__social li {
  list-style: none;
}

.footer__social a {
  display: inline-flex;
}

.footer__social img {
  display: block;
  filter: brightness(0) invert(1);
}

.footer__addr p {
  font-size: 1.5rem;
  font-weight: 400;
  opacity: 0.8;
  line-height: 140%;
  text-decoration: underline;
}

.footer__addr p:hover {
  text-decoration: none;
  opacity: 1;
}

.footer__mail {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.footer__menu, .footer__legal {
  align-self: start;
}

.footer__menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__menu-list li {
  padding: 1rem 0;
}

.footer__menu-list a {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  font-size: 1.5rem;
  font-weight: 400;
}

.footer__legal {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.footer__legal .footer__to-top {
  position: absolute;
  top: 70%;
  right: 0;
}

@media (max-width: 576px) {
  .footer__legal .footer__to-top {
    top: 60%;
  }
}
.footer__legal img {
  width: 6.4rem;
  height: 6.4rem;
  display: block;
}

.footer__bottom-inner {
  display: grid;
  gap: 1.2rem;
  padding-bottom: 2rem;
}

@media (max-width: 768px) {
  .footer__bottom-inner {
    padding: 0 1.6rem;
    padding-bottom: 1.2rem;
  }
}
.footer__divider {
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.25);
  border: 0;
  margin: 0;
}

.footer__copy {
  font-size: 1.5rem;
  opacity: 0.8;
  text-align: center;
}